Difference between revisions of "Template:MIHEpcode"

From LGPedia
Jump to: navigation, search
(New page: <includeonly>{{ #if: {{#ifeq: {{#ifexpr: {{{1}}} | true|true}} | true | {{{1|}}} |}} <!-- -->|{{ #ifexpr: {{{1}}} <= 0 | {{#switch: {{{2}}} | raw = {{{1}}} | season = 0 | 0x{{{1}}} }} |}}<...)
 
m (Protected "Template:MIHEpcode": Excessive vandalism ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
 
(2 intermediate revisions by 2 users not shown)
(No difference)

Latest revision as of 00:50, 5 June 2011

This template generates episode codes in the form of (seasonnumber)x(episodenumber within season) from normal, continuous episode numbers.
Usage: {{MIHEpcode|Normal episode number}}
Example: {{MIHEpcode|260}} gives 1x260
raw 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.