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

From Tears of Themis Wiki
(Created page with "{{doc/start}} ==Description== Used to produce a to-do list for a card page addition. ==Usage== <pre> {{To-do/Card |name= |rarity= |previewStatus= |animStatus= |imageStatus= }} </pre> ==Parameters== * <code>name</code> - Card name in the format MLname "Card Name" (e.g. <code> "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>previewStatus</code>, <code>animStatus...")
 
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
|animStatus=
|animStatus=
|imageStatus=
|imageStatus=
|rewardStatus=
}}
}}
</pre>
</pre>


==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> - 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)
<pre>


==Example==
==Example==
Line 27: Line 27:
|animStatus=In progress by ~~~~
|animStatus=In progress by ~~~~
|imageStatus=
|imageStatus=
|rewardStatus=
}}</pre>
}}</pre>
{{To-do/Card
{{To-do/Card
Line 34: Line 35:
|animStatus=In progress by [[User:Harmonea|Harmonea]] ([[User talk:Harmonea|talk]]) 19:28, 1 November 2023 (UTC)
|animStatus=In progress by [[User:Harmonea|Harmonea]] ([[User talk:Harmonea|talk]]) 19:28, 1 November 2023 (UTC)
|imageStatus=
|imageStatus=
|rewardStatus=
}}
}}


{{doc/end}}
{{doc/end}}

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.