Template:Event infobox

From Tears of Themis Wiki
Revision as of 23:13, 19 February 2023 by Harmonea (talk | contribs) (Created page with "<noinclude>{{doc}}Category:Templates</noinclude><includeonly>{{#css: .promoimage img {max-width:100%; height: auto; } }} <div class="col-md-4 col-sm-12" style="float:right"> <div class="promoimage">[[File:{{#var:bannerOverride|{{{promoImage|}}} }}|link=]]</div> {| class="wikitable" style="width:100%" ! Start Date | {{#time:Y-m-d H:i|{{{startDate|}}} }} UTC +9 |- ! End Date | {{#time:Y-m-d H:i|{{{endDate|}}} }} UTC +9 |- ! Duration | Approx. {{#expr:ceil(({{#time:xNU...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template-info.png Documentation

Description

Generates an infobox with event promo image, start date, end date, and duration in a standard format for all event pages.

Usage

{{Event infobox
|name=
|promoImage=
|startDate=YYYY-MM-DD HH:MM:SS
|endDate=YYYY-MM-DD HH:MM:SS
}}

Example

{{Event infobox
|name=Blizzardous Threads of Red
|promoImage=Blizzardous Threads of Red.jpg
|startDate=2023-01-12 11:00
|endDate=2023-02-02 04:00
}}
Blizzardous Threads of Red.jpg
Start Date 2023-01-12 11:00 UTC +9
End Date 2023-02-02 04:00 UTC +9
Duration Approx. 21 days

Optional banner override

In case the template is called via cargo query and the editor would like to override with a different banner image than was used in the event announcement, this can be done by setting the variable "bannerOverride" before calling the template.

{{#vardefine:bannerOverride | Blizzardous Threads of Red banner.png }}
{{Event infobox
|name=Blizzardous Threads of Red
|promoImage=Blizzardous Threads of Red.jpg
|startDate=2023-01-12 11:00
|endDate=2023-02-02 04:00
}}


Blizzardous Threads of Red banner.png
Start Date 2023-01-12 11:00 UTC +9
End Date 2023-02-02 04:00 UTC +9
Duration Approx. 21 days