Template:Event info/doc: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
(Created page with "{{doc/start}} ==Description== Used to store event information into Cargo, which can then be pulled to automatically populate things like the frontpage. ==Usage== <pre> {{Even...")
 
imported>Elaeagnifolia
 
Line 7: Line 7:
{{Event info
{{Event info
|name=
|name=
|eventType=
|eventPage=
|promoImage=
|promoImage=
|startDate=
|startDate=
|endDate=
|endDate=
|description=
|description=
|relatedBanner=
|relatedBanners=
|twitterLink=
}}
}}
</pre>
</pre>


* Event types so far:
** Drop Rate Event
** Campaign Event
** Special Event (e.g. Summer Breeze Event)
* Remove eventPage if the event has no specific page on the Wiki.
* Date parameters must be in the format YYYY-MM-DD HH:MM:SS. Times should be in UTC+9.
* Date parameters must be in the format YYYY-MM-DD HH:MM:SS. Times should be in UTC+9.
* Related banner is if there's a related Shadow of Themis with the event.
* Related banners is if there's a related Shadow of Themis with the event.
{{doc/end}}
{{doc/end}}

Latest revision as of 21:44, 26 August 2021

Template-info.png Documentation

Description[edit source]

Used to store event information into Cargo, which can then be pulled to automatically populate things like the frontpage.

Usage[edit source]

{{Event info
|name=
|eventType=
|eventPage=
|promoImage=
|startDate=
|endDate=
|description=
|relatedBanners=
|twitterLink=
}}
  • Event types so far:
    • Drop Rate Event
    • Campaign Event
    • Special Event (e.g. Summer Breeze Event)
  • Remove eventPage if the event has no specific page on the Wiki.
  • Date parameters must be in the format YYYY-MM-DD HH:MM:SS. Times should be in UTC+9.
  • Related banners is if there's a related Shadow of Themis with the event.

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