Template:Shadow of Themis/doc: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
(Created page with "{{doc/start}} ==Description== Used for storing Shadow of Themis data into Cargo on the Shadow of Themis archive pages. ==Usage== <pre> {{Shadow of Themis |name= |promoImage=...")
 
imported>Elaeagnifolia
No edit summary
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
|endDate=
|endDate=
|featuredCards=
|featuredCards=
|twitterLink=
}}
}}
</pre>
</pre>
==Parameters==
* <code>name</code> - Name of the banner
** For event banners, the exact name of the banner is enough (e.g. "Dazzling Summer" Shadow of Themis)
** For rotation banners, they should be called "Shadow of Themis Rotation (startDate-endDate)". For example, Shadow of Themis Rotation (Aug. 06, 2021-Aug. 13, 2021). The dates used should be based on timezone UTC+9 (the timezone social media uses).
* <code>promoImage</code> - File name of the banner image used to promote the banner. This can usually be found on their Twitter.
* <code>bannerType</code> - Rotation, Event Exclusive, Permanent, etc. The type of banner can be found in-game when viewing the Shadow of Themis at the top-left.
* <code>startDate</code> - When the banner starts. Format should be YYYY-MM-DD HH:mm:ss in UTC+9 timezone.
* <code>endDate</code> - When the banner ends. Format should be YYYY-MM-DD HH:mm:ss in UTC+9 timezone.
* <code>featuredCards</code> - This is a comma-delimited list of card names. Do not put spaces before/after commas when adding to the list. For example, <code>Luke "Alluring Gaze",Artem "Atmospherics",Vyn "False Tears"</code>.
* <code>twitterLink</code> - Direct link to the Twitter post announcing the banner.


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

Latest revision as of 14:57, 12 August 2021

Template-info.png Documentation

Description[edit source]

Used for storing Shadow of Themis data into Cargo on the Shadow of Themis archive pages.

Usage[edit source]

{{Shadow of Themis
|name=
|promoImage=
|bannerType=
|startDate=
|endDate=
|featuredCards=
|twitterLink=
}}

Parameters[edit source]

  • name - Name of the banner
    • For event banners, the exact name of the banner is enough (e.g. "Dazzling Summer" Shadow of Themis)
    • For rotation banners, they should be called "Shadow of Themis Rotation (startDate-endDate)". For example, Shadow of Themis Rotation (Aug. 06, 2021-Aug. 13, 2021). The dates used should be based on timezone UTC+9 (the timezone social media uses).
  • promoImage - File name of the banner image used to promote the banner. This can usually be found on their Twitter.
  • bannerType - Rotation, Event Exclusive, Permanent, etc. The type of banner can be found in-game when viewing the Shadow of Themis at the top-left.
  • startDate - When the banner starts. Format should be YYYY-MM-DD HH:mm:ss in UTC+9 timezone.
  • endDate - When the banner ends. Format should be YYYY-MM-DD HH:mm:ss in UTC+9 timezone.
  • featuredCards - This is a comma-delimited list of card names. Do not put spaces before/after commas when adding to the list. For example, Luke "Alluring Gaze",Artem "Atmospherics",Vyn "False Tears".
  • twitterLink - Direct link to the Twitter post announcing the banner.

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