Template:To-do/Card/doc

From Tears of Themis Wiki
< Template:To-do/Card
Revision as of 19:29, 1 November 2023 by Harmonea (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template-info.png Documentation

Description

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

Usage

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

Parameters

  • name - Card name in the format MLname "Card Name" (e.g. "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 - 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==
<pre>{{To-do/Card
|name=Vyn "Fluttering Wings"
|rarity=SSR
|previewStatus=done
|animStatus=In progress by ~~~~
|imageStatus=
}}

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