Difference between revisions of "Template:LG2016Epcode"
From LGPedia
(Created page with "<includeonly>{{ #if: {{#ifeq: {{#ifexpr: {{{1}}} | true|true}} | true | {{{1|}}} |}} <!-- -->|{{ #ifexpr: {{{1}}} <= 0 | {{#switch: {{{2}}} | raw = {{{1}}} | season = 0 | 0x{{...") |
m (FH14 moved page Template:LG2016 to Template:LG2016Epcode: im dumb) |
(No difference)
|
Latest revision as of 17:08, 16 June 2016
This template generates episode codes in the form of (seasonnumber)x(episodenumber within season) from normal, continuous episode numbers.
Usage: {{LG2016Epcode|Normal episode number}}
Example: {{LG2016Epcode|260}}
gives 1x260raw
can be passed as a second argument to turn off the leading #x.season
can be passed as a second argument to return only the season number.
If the input is not a number, nothing is returned.