Difference between revisions of "Template:On this day if"
Jump to navigation
Jump to search
Rocketsoup (talk | contribs) |
Rocketsoup (talk | contribs) |
||
Line 12: | Line 12: | ||
-->{{#vardefine:airDay|{{#time:j|{{{AirDate}}} }} }}<!-- | -->{{#vardefine:airDay|{{#time:j|{{{AirDate}}} }} }}<!-- | ||
-->{{#ifexpr: {{LOCALMONTH1}} = {{#var:airMonth}} and {{LOCALDAY}}={{#var:airDay}}|<!-- (if today matches passed M/D) | -->{{#ifexpr: {{LOCALMONTH1}} = {{#var:airMonth}} and {{LOCALDAY}}={{#var:airDay}}|<!-- (if today matches passed M/D) | ||
− | --> | + | -->'''On this day''' |
− | + | ||
− | + | * '''{{#var:airYear}}''': <!-- | |
− | + | -->{{#ifeq:{{#sub:{{{EpNum}}}|0|1}}|F|<!-- (if Flog episode) | |
− | + | -->{{#vardefine:flogEpNum|{{#expr:1 * {{#sub:{{{EpNum}}}|1}} }} }}<!-- | |
− | + | -->[[The Flog episode {{#var:flogEpNum}}]]<!-- | |
− | + | -->|<!-- (else if Co-Optitude episode) | |
− | + | -->{{#vardefine:coopEpNum|{{#expr:1 * {{{EpNum}}} }} }}<!-- | |
+ | -->[[Episode {{#var:coopEpNum}}|Co-Optitude episode {{#var:coopEpNum}}]]<!-- | ||
+ | -->}}<!-- | ||
+ | --> aired featuring <!-- | ||
+ | -->{{#if:{{#explode:{{{Games}}}|;|2}}|<!-- (if 3 games) | ||
+ | -->'''{{#explode:{{{Games}}}|;|0}}''', '''{{#explode:{{{Games}}}|;|1}}''', and '''{{#explode:{{{Games}}}|;|2}}'''.<!-- | ||
+ | -->|<!-- (else) | ||
+ | -->{{#if:{{#explode:{{{Games}}}|;|1}}|<!-- (if 2 games) | ||
+ | -->'''{{#explode:{{{Games}}}|;|0}}''' and '''{{#explode:{{{Games}}}|;|1}}'''.<!-- | ||
+ | (else 1 game) -->|'''{{{Games}}}'''.<!-- | ||
-->}}<!-- | -->}}<!-- | ||
− | + | -->}}<!-- | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
-->}}</includeonly> | -->}}</includeonly> |
Revision as of 08:05, 12 April 2020
Shows a "on this day" block for an episode if today is its air date.
Usage:
{{OnThisDayIf|AirDate=2013-02-18|EpNum=F43|Games=Mortal Kombat; Shaq Fu}}
- EpNum is a 3-character episode number, like 003 for a Co-Optitude episode or F43 for a Flog episode