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
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 Race/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 is mainly intended for party members or games that do not categorize demons. Use [[Template:Learnset Race]] for listing learnsets with Demon Race, or [[Template:Learnset Arcana]] for Personas.


==Usage==
==Usage==
Line 14: Line 16:
===Code===
===Code===
<pre>
<pre>
{{Skill Learn List2/Header}}
{{Learnset/Header}}
{{Skill Learn List2|1|2}}
{{Learnset|1|2}}
|}
|}
</pre>
</pre>
{{Documentation Footer}}
{{Documentation Footer}}

Revision as of 18:44, 14 September 2023

Purpose

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

This template is mainly intended for party members or games that do not categorize demons. Use Template:Learnset Race for listing learnsets with Demon Race, or Template:Learnset Arcana for Personas.

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 "Base".

Code

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


This is the template documentation page for Template:Learnset. It should be transcluded onto the template page.