Template:Learnset: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{| style="width:65%; text-align:center" border="1" | <includeonly>{| style="width:65%; text-align:center" border="1" | ||
|- style="font-weight:bold; background:#E42E2E" | |- style="font-weight:bold; background:#E42E2E" | ||
! Spell | ! style="width:25%" | Spell | ||
{{#if: {{{DW|}}} | ! style="width: | {{#if: {{{DW|}}} | ! style="width:10%" {{!}} ''DW naming'' }} | ||
! Level | ! Level | ||
! MP | ! MP | ||
! Description | ! Description | ||
{{{rows|}}} | {{{rows|}}} | ||
|} | |}</includeonly><noinclude> | ||
{{Learnset/doc}} | |||
[[Category:Templates]]</noinclude> | |||
Latest revision as of 09:50, 16 February 2026
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 source]
- 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?