Template:Learnset/Documentation: Difference between revisions

Jump to navigation Jump to search
m (RustyVanBurace moved page Template:Skill Learn List2/Documentation to Template:Learnset/Documentation without leaving a redirect: Clearer title for purpose.)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Purpose==
==Purpose==
Used to create sortable tables for Skill Learnset listings without a Race column, mainly intended for party members. [[Template:Skill Learn List2/Header]] is placed at the top of the table, and the table must be closed by appending <code>|}</code> on the following line.
Used to create sortable tables for Learnset listings on Skill Pages, using both a header template and multiple row templates. [[Template:Learnset/Header]] is placed at the top of the table, and the table must be closed by appending <code>|}</code> on the following line.
 
This template will list the subject's name and the level the skill is learned at, and is mainly intended for party members or games that do not categorize Demons. Use [[Template:Learnset Race]] to include Race, or [[Template:Learnset Arcana]] to include Arcana.


==Usage==
==Usage==
Line 9: Line 11:
| 1 || The linked name of the subject, corresponding to whatever the listed name is in-game.
| 1 || The linked name of the subject, corresponding to whatever the listed name is in-game.
|-
|-
| 2 || The level that the skill is learned at, or otherwise the necessary criteria. If the skill is known by default, add "Base".
| 2 || The level that the skill is learned at, or otherwise the necessary criteria. If the skill is known by default, add "Inherent".
|}
|}


===Code===
===Code===
<pre>
<pre>
{{Skill Learn List2/Header}}
{{Learnset/Header}}
{{Skill Learn List2|1|2}}
{{Learnset|1|2}}
|}
|}
</pre>
</pre>
{{Documentation Footer}}
<noinclude>[[Category:Template Documentation]]</noinclude>

Latest revision as of 01:57, 6 January 2024

Purpose

Used to create sortable tables for Learnset listings on Skill Pages, using both a header template and multiple row templates. Template:Learnset/Header is placed at the top of the table, and the table must be closed by appending |} on the following line.

This template will list the subject's name and the level the skill is learned at, and is mainly intended for party members or games that do not categorize Demons. Use Template:Learnset Race to include Race, or Template:Learnset Arcana to include Arcana.

Usage

Parameter Description
1 The linked name of the subject, corresponding to whatever the listed name is in-game.
2 The level that the skill is learned at, or otherwise the necessary criteria. If the skill is known by default, add "Inherent".

Code

{{Learnset/Header}}
{{Learnset|1|2}}
|}