Template:Learnset/doc: Difference between revisions

Lino49 (talk | contribs)
Created page with "Template to create a Learnset table (spells learned, skills learned, ...) '''It is still currently on WIP and can be improved in several ways''' How to use it: (example) <pre> {{Learnset |rows = {{Learnset/Row|Heal|3|4|A simple healing spell; recover 10 - 30 HP.}} }} </pre> *'''rows''' argument - List of Learnset/Row with elements in that order: Name of spell, Level learned, MP used, Description Optional parameters: * '''DW''' - In case of games that had an old..."
 
Lino49 (talk | contribs)
No edit summary
 
Line 1: Line 1:
Template to create a Learnset table (spells learned, skills learned, ...)
Template to create a Learnset table (spells learned, skills learned, ...)<br>
'''It is still currently on WIP and can be improved in several ways'''
'''It is still currently on WIP and can be improved in several ways'''


Line 15: Line 15:


* '''DW''' - In case of games that had an old DW localisation, adds a "DW naming" column. '''Warning''', in that case, make sure each Row has another element after Name of spell (being DW Naming)
* '''DW''' - In case of games that had an old DW localisation, adds a "DW naming" column. '''Warning''', in that case, make sure each Row has another element after Name of spell (being DW Naming)
==Desired improvements for this template==
* Possibility to add more parameters for other options: cases where levels aren't the same across different versions of the same game; cases where MPs aren't the same across different versions; cases where we could add another element like the type of the spell/skill as seen in recent games
* Making the rows simpler to write maybe?