Template:Confidant Rank: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly> |<center>{{{rank}}}</center> |<center>{{{ability}}}</center> |<center>{{{desc}}}</center> |<center>{{{points|—}}}</center> |-</includeonly><noinclude> {{Documentation}} Category:List Table Templates </noinclude>") |
m (Protected "Template:Confidant Rank" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
(No difference)
|
Revision as of 22:27, 22 January 2024
Purpose
Template used to create tables for listing Confidant Ranks, using both a header template and multiple row templates. Template:Confidant 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, the Rank ability, and the requirements needed to reach that Rank. It can also display the Rank's description if enabled.
For Social Links in other games that do not have Rank abilities, use Template:SL Rank instead.
Usage
- Confidant 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. |
- Confidant Rank
Parameter | Description |
---|---|
rank | The number or title of the Rank. |
ability | The Rank's unlocked ability, if any. |
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/Confidant Header. |
Code
- Minimum code
{{Confidant Rank/Header|arcana=}} {{Confidant Rank|rank=|req=|ability=}} |}
- With description
{{Confidant Rank/Header|arcana=|desc=y}} {{Confidant Rank|rank=|req=|ability=|desc=}} |}