Template:SL Rank
Jump to navigation
Jump to search
Purpose
Template used to create tables for listing Social Link Ranks, using both a header template and multiple row templates. Template:SL Rank/Header is placed at the top of the table, and the table must be closed by appending |}
on the following line. This table will display the Rank's number/title and the requirements needed to reach that Rank. It can also display the Rank's description if enabled.
For Persona 5 Confidants and their Rank abilities, use Template:Confidant Rank instead.
Usage
- SL Rank/Header
Parameter | Description |
---|---|
arcana | The name of the Arcana that the Rank list pertains to. |
desc | Must be given a value (such as "1" or "y") to display. Enables a description column. |
- SL Rank
Parameter | Description |
---|---|
rank | The number or title of the Rank. |
req | The required criteria in order to reach the Rank. If base Rank, omit this parameter to automatically add an em dash. |
desc | The Rank's description, if any. Descriptions require that the column be enabled in SL/Rank Header. |
Code
- Minimum code
{{SL Rank/Header|arcana=}} {{SL Rank|rank=|req=}} |}
- With description
{{SL Rank/Header|arcana=|desc=y}} {{SL Rank|rank=|req=|desc=}} |}