Difference between revisions of "Template:Game list entry"

From Co-Optitude Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
</pre>
 
</pre>
 
</noinclude>
 
</noinclude>
<includeonly>{{#vardefine:showCode|{{#ifeq:{{{Show}}}|The Flog|A|B}}}}{{#vardefine:paddedEpNum|{{#pad:{{{EpisodeNum}}}|3|0}} }}
+
<includeonly>
 +
{{#vardefine:showCode|{{#ifeq:{{{Show}}}|The Flog|A|B}}}}
 +
{{#vardefine:epNum|{{{EpisodeNum}}}}}
 +
{{#vardefine:paddedEpNum|{{#pad:{{#var:epNum}}|3|0}} }}
 
|-
 
|-
 +
| showCode is {{#var:showCode}}
 +
| ep num is {{#var:epNum}}
 +
| padded ep num is {{#var:paddedEpNum}}
 
| style="text-align:right;" data-sort-value="{{#var:showCode}}{{#var:paddedEpNum}}"|{{{Show}}} {{{EpisodeNum}}}
 
| style="text-align:right;" data-sort-value="{{#var:showCode}}{{#var:paddedEpNum}}"|{{{Show}}} {{{EpisodeNum}}}
 
| data-sort-value="{{#ifeq:{{#sub:{{{Game}}}|0|4}}|The |{{#sub:{{{Game}}}|4}}|{{{Game}}}}}"|{{{Game}}}
 
| data-sort-value="{{#ifeq:{{#sub:{{{Game}}}|0|4}}|The |{{#sub:{{{Game}}}|4}}|{{{Game}}}}}"|{{{Game}}}

Revision as of 17:28, 15 January 2020

Usage example:

{{Game list entry
  |Show=Co-Optitude
  |EpisodeNum=3
  |Game=Sonic the Hedgehog 2
  |System=Sega Genesis
  |Publisher=Sega
  |Year=1992
  |AirDate=2013-06-10
  |Link=https://youtube.com/watch?v=xxxx}}