Difference between revisions of "Template:On this day if"
Jump to navigation
Jump to search
Rocketsoup (talk | contribs) (Created page with "<noinclude> Shows a "on this day" block for an episode if today is its air date. Usage: <pre> {{OnThisDayIf|AirDate=2013-02-18|EpNum=F43|Games=Mortal Kombat; Shaq Fu}} </pre>...") |
Rocketsoup (talk | contribs) |
||
Line 8: | Line 8: | ||
* EpNum is a 3-character episode number, like 003 for a Co-Optitude episode or F43 for a Flog episode | * EpNum is a 3-character episode number, like 003 for a Co-Optitude episode or F43 for a Flog episode | ||
− | </noinclude><includeonly>{{# | + | </noinclude> |
− | <div style="background-color: #eeeeff; border: 1px solid #666699; padding: 1em;"> | + | <includeonly> |
− | | | + | {{#vardefine:airYear|{{#time:Y|{{{AirDate}}} }} }} |
+ | {{#vardefine:airMonth|{{#time:n|{{{AirDate}}} }} }} | ||
+ | {{#vardefine:airDay|{{#time:j|{{{AirDate}}} }} }} | ||
+ | {{#ifexpr: {{{LOCALMONTH1}}} = {{#var:airMonth}} and {{{LOCALDAY}}}={{#var:airDay}}| | ||
+ | <div style="background-color: #eeeeff; border: 1px solid #666699; padding: 1em;"> | ||
+ | {{#ifeq:{{#sub:{{{EpNum}}}|0|1}}|F| | ||
+ | {{#vardefine:flogEpNum|{{#expr:1 * {{#sub:{{{EpNum}}}|1}} }} }} | ||
+ | On this day in {{#var:airYear}}, [[The Flog episode {{#var:flogEpNum}}]] aired featuring games {{{Games}}}. | ||
+ | | | ||
+ | {{#vardefine:coopEpNum|{{#expr:1 * {{{EpNum}}} }} }} | ||
+ | On this day in {{#var:airYear}}, [[Episode {{#var:coopEpNum}}]] aired featuring games {{{Games}}}. | ||
+ | }} | ||
+ | </div> | ||
}}</includeonly> | }}</includeonly> |
Revision as of 07:41, 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