Template:To-do/Card/doc: Difference between revisions

From Tears of Themis Wiki
mNo edit summary
 
Line 16: Line 16:


==Parameters==
==Parameters==
* <code>name</code> - Card name in the format MLname "Card Name" (e.g. <code> "Near and Far"</code>)
* <code>name</code> - Card name in the format MLname "Card Name" (e.g. <code>Vyn "Near and Far"</code>)
* <code>rarity</code> - Optional; if the values "R" or "MR" are found, this suppresses animations and/or 3rd images as required
* <code>rarity</code> - Optional; if the values "R" or "MR" are found, this suppresses animations and/or 3rd images as required
* <code>previewStatus</code>, <code>animStatus</code>, <code>imageStatus</code>, <code>rewardStatus</code> - Optional; if set to "done," this suppresses a completed section; if absent or empty, displays the relevant section with a status of "Unclaimed"; else, displays the current status (signature or other user input)
* <code>previewStatus</code>, <code>animStatus</code>, <code>imageStatus</code>, <code>rewardStatus</code> - Optional; if set to "done," this suppresses a completed section; if absent or empty, displays the relevant section with a status of "Unclaimed"; else, displays the current status (signature or other user input)

Latest revision as of 20:39, 1 November 2023

Template-info.png Documentation

Description[edit source]

Used to produce a to-do list for a card page addition.

Usage[edit source]

{{To-do/Card
|name=
|rarity=
|previewStatus=
|animStatus=
|imageStatus=
|rewardStatus=
}}

Parameters[edit source]

  • name - Card name in the format MLname "Card Name" (e.g. Vyn "Near and Far")
  • rarity - Optional; if the values "R" or "MR" are found, this suppresses animations and/or 3rd images as required
  • previewStatus, animStatus, imageStatus, rewardStatus - Optional; if set to "done," this suppresses a completed section; if absent or empty, displays the relevant section with a status of "Unclaimed"; else, displays the current status (signature or other user input)

Example[edit source]

{{To-do/Card
|name=Vyn "Fluttering Wings"
|rarity=SSR
|previewStatus=done
|animStatus=In progress by ~~~~
|imageStatus=
|rewardStatus=
}}

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.