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)

{{Learnset
|rows = 
 {{Learnset/Row|[[Heal]]|3|4|A simple healing spell; recover 10 - 30 HP.}}
}}
  • 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 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 edit

  • 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?