Difference between revisions of "Template:Game list entry"
Jump to navigation
Jump to search
Rocketsoup (talk | contribs) |
Rocketsoup (talk | contribs) |
||
Line 3: | Line 3: | ||
<pre> | <pre> | ||
{{Game list entry | {{Game list entry | ||
− | | | + | |Shows=Co-Optitude; Co-Optitude |
− | | | + | |EpisodeNums=012; 013 |
− | |Game= | + | |Game=Secret of Mana |
− | |System= | + | |System=SNES |
− | |Publisher= | + | |Publisher=Square |
− | |Year= | + | |Year=1993 |
− | | | + | |AirDates=2013-08-26; 2013-09-02 |
− | | | + | |Links=https://youtube.com/watch?v=xxxx; https://youtube.com/watch?v=yyyy}} |
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
− | <includeonly>{{#vardefine:showCode|{{#ifeq:{{{Show}}}|The Flog|A|B}}}}{{#vardefine:epNum|{{{EpisodeNum}}}}}{{#vardefine:paddedEpNum|{{padleft:{{#var:epNum}}|3}}}} | + | <includeonly> |
− | | | + | {{#vardefine:showCode|{{#ifeq:{{{Show}}}|The Flog|A|B}}}} |
+ | {{#vardefine:epNum|{{{EpisodeNum}}}}} | ||
+ | {{#vardefine:paddedEpNum|{{padleft:{{#var:epNum}}|3}}}} | ||
+ | |- | ||
| style="vertical-align:top;" data-sort-value="{{#ifeq:{{#sub:{{{Game}}}|0|4}}|The |{{#sub:{{{Game}}}|4}}|{{{Game}}}}}"|{{{Game}}} | | style="vertical-align:top;" data-sort-value="{{#ifeq:{{#sub:{{{Game}}}|0|4}}|The |{{#sub:{{{Game}}}|4}}|{{{Game}}}}}"|{{{Game}}} | ||
| style="vertical-align:top;"|{{{System|}}} | | style="vertical-align:top;"|{{{System|}}} | ||
| style="vertical-align:top;"|{{{Publisher|}}} | | style="vertical-align:top;"|{{{Publisher|}}} | ||
| style="text-align:right;vertical-align:top;"|{{{Year|}}} | | style="text-align:right;vertical-align:top;"|{{{Year|}}} | ||
− | | style="text-align:right;vertical-align:top;" data-sort-value="{{#dateformat:{{{AirDate}}}|yyyy-mm-dd}}"|{{# | + | | style="vertical-align:top;"| |
+ | |||
+ | {{#vardefine:vals|{{{EpisodeNums|}}}}} | ||
+ | {{#vardefine:i|0}} | ||
+ | {{#while: | ||
+ | |{{#vardefine:val|{{#explode:{{#var:vals}}|;|{{#var:i}} }}}}{{#var:val}} | ||
+ | |<nowiki/> | ||
+ | {{#vardefine:show|{{#explode:{{{Shows|}}}|;|{{#var:i}} }}}} | ||
+ | {{#vardefine:paddedEpNum|{{#explode:{{{EpisodeNums}}}|;|{{#var:i}} }}}} | ||
+ | {{#vardefine:epNum|{{#expr:{{#var:paddedEpNum}}*1}}}} | ||
+ | {{#vardefine:linkPrefix|{{#ifeq:{{#var:show}}|The Flog|Flog episode|Episode}}}} | ||
+ | {{#ifexpr:{{#var:i}} > 0|<br/>}} | ||
+ | [[{{#var:linkPrefix}} {{#var:epNum}}]] | ||
+ | {{#vardefine:i|{{#expr:{{#var:i}}+1}} }} | ||
+ | }} | ||
+ | | style="text-align:right;vertical-align:top;" data-sort-value="{{#dateformat:{{{AirDate}}}|yyyy-mm-dd}}"| | ||
+ | {{#vardefine:vals|{{{AirDates|}}}}} | ||
+ | {{#vardefine:i|0}} | ||
+ | {{#while: | ||
+ | |{{#vardefine:val|{{#explode:{{#var:vals}}|;|{{#var:i}} }}}}{{#var:val}} | ||
+ | |<nowiki/> | ||
+ | {{#vardefine:date|{{#explode:{{{AirDates|}}}|;|{{#var:i}} }}}} | ||
+ | {{#ifexpr:{{#var:i}} > 0|<br/>}} | ||
+ | {{#dateformat:{{#var:date}}|mdy}} | ||
+ | {{#vardefine:i|{{#expr:{{#var:i}}+1}} }} | ||
+ | }} | ||
+ | </includeonly> |
Revision as of 17:56, 15 January 2020
Usage example:
{{Game list entry |Shows=Co-Optitude; Co-Optitude |EpisodeNums=012; 013 |Game=Secret of Mana |System=SNES |Publisher=Square |Year=1993 |AirDates=2013-08-26; 2013-09-02 |Links=https://youtube.com/watch?v=xxxx; https://youtube.com/watch?v=yyyy}}