|
|
| Line 58: |
Line 58: |
| |}}<!-- | | |}}<!-- |
| ----GETFAM_EXPLICIT---- | | ----GETFAM_EXPLICIT---- |
| ## Get the 'explicit' internal Continuity's Family name of the continuity family being dealt with (matching string shifted to all-lowercase) | | ## Get the 'explicit' internal Continuity's Family name of the continuity family being dealt with. (matching string shifted to all-lowercase) |
| -->{{ #if: {{{getfam_explicit|}}} | | -->{{ #if: {{{getfam_explicit|}}} |
| | {{ #switch: {{lc:{{{getfam_explicit}}}}} | | | {{ #switch: {{lc:{{{getfam_explicit}}}}} |
| Line 201: |
Line 201: |
| |}}<!-- | | |}}<!-- |
| ----GETFAM_FROMCONT---- | | ----GETFAM_FROMCONT---- |
| ## Get the 'explicit' continuity family mathcing the explicit continuity name. | | ## Get the 'explicit' continuity family matching the explicit continuity name. |
| -->{{ #if: {{{getfam_fromcont|}}} | | -->{{ #if: {{{getfam_fromcont|}}} |
| | {{ #switch: {{lc:{{{getfam_fromcont}}}}} | | | {{ #switch: {{{getfam_fromcont}}} |
| | marvelComic=famG1 | | | marvelComic=famG1 |
| | marvelUKComic=famG1 | | | marvelUKComic=famG1 |
| Line 250: |
Line 250: |
| | {{{getcont_colloquial}}} | | | {{{getcont_colloquial}}} |
| }} | | }} |
| |}}<!--
| |
| ///UNCONVERTED///
| |
| ## Get the series link associated with the series' explicit name
| |
| -->{{ #if: {{{getserieslink|}}}
| |
| | {{ #switch: {{{getserieslink}}}
| |
| | 1984toon=Generation 1 (cartoon)
| |
| | SRLFtoon=Generation 1 (cartoon)#Japanese release
| |
| | 2010= Generation 1 (cartoon)#Japanese release
| |
| | HMtoon=The Headmasters (cartoon)
| |
| | MFtoon=Super-God Masterforce (cartoon)
| |
| | Victoon=Victory (cartoon)
| |
| | Zonetoon=Zone (animation)
| |
| | G2toon=Generation 2 (cartoon)
| |
| | BWtoon=Beast Wars (cartoon)
| |
| | BW2toon=Beast Wars II (cartoon)
| |
| | BWNeotoon=Beast Wars Neo (cartoon)
| |
| | BMtoon=Beast Machines (cartoon)
| |
| | RiDtoon=Robots in Disguise (cartoon)
| |
| | Armtoon=Armada (cartoon)
| |
| | Energontoon=Energon (cartoon)
| |
| | Cybtoon=Cybertron (cartoon)
| |
| | Anitoon=Transformers Animated
| |
| | {{{getserieslink}}}
| |
| }}
| |
| |}}<!--
| |
|
| |
| ///UNCONVERTED///
| |
| ## Get the season link associated with the series' explicit name
| |
| -->{{ #if: {{{getseasonlink|}}}
| |
| | {{ #switch: {{{getseasonlink}}}
| |
| | BWtoon={{ #switch: {{{1}}}
| |
| |1=List of Beast Wars episodes#Season 1: 1996-1997
| |
| |2=List of Beast Wars episodes#Season 2: 1997-1998
| |
| |3=List of Beast Wars episodes#Season 3: 1998-1999
| |
| |List of Beast Wars episodes
| |
| }}
| |
| |{{{2}}}#Season {{{1}}}
| |
| }}
| |
| |}}<!--
| |
|
| |
| ///UNCONVERTED///
| |
| ## Get the 'explicit' internal name of the series being dealt with (matching string shifted to all-lowercase)
| |
| -->{{ #if: {{{getexplicit|}}}
| |
| | {{ #switch: {{lc:{{{getexplicit}}}}}
| |
| | g1toon=1984toon
| |
| | sunbow=1984toon
| |
| | g1=1984toon
| |
| | headmasters=HMtoon
| |
| | head masters=HMtoon
| |
| | masterforce=MFtoon
| |
| | master force=MFtoon
| |
| | victory=Victoon
| |
| | zone=Zonetoon
| |
| | g2=G2toon
| |
| | beastwars=BWtoon
| |
| | beast wars=BWtoon
| |
| | bw=BWtoon
| |
| | beast wars ii=BW2toon
| |
| | beastwars ii=BW2toon
| |
| | beastwarsii=BW2toon
| |
| | beast wars 2=BW2toon
| |
| | beastwars 2=BW2toon
| |
| | beastwars2=BW2toon
| |
| | bwii=BW2toon
| |
| | bw2=BW2toon
| |
| | beast wars neo=BWNeotoon
| |
| | beastwars neo=BWNeotoon
| |
| | beast wars neo=BWNeotoon
| |
| | beastwarsneo=BWNeotoon
| |
| | bw neo=BWNeotoon
| |
| | bwneo=BWNeotoon
| |
| | bwn=BWNeotoon
| |
| | beast machines=BMtoon
| |
| | beastmachines=BMtoon
| |
| | bm=BMtoon
| |
| | robots in disguise=RiDtoon
| |
| | robotsindisguise=RiDtoon
| |
| | rid=RiDtoon
| |
| | armada=Armtoon
| |
| | arm=Armtoon
| |
| | energon=Energontoon
| |
| | cybertron=Cybtoon
| |
| | cyb=Cybtoon
| |
| | animated=Anitoon
| |
| | ani=Anitoon
| |
| | {{{getexplicit}}}
| |
| }}
| |
| |}}<!--
| |
|
| |
|
| |
| ///UNCONVERTED///
| |
| Construct a series link 'Generation One > '
| |
| -->{{ #if: {{{serieslink|}}}
| |
| |[[{{Wheremi|getserieslink={{Wheremi|getexplicit={{{serieslink|}}}}} }}|{{Wheremi|getcolloquial={{Wheremi|getexplicit={{{serieslink|}}}}} }}]] >
| |
| |}}<!--
| |
|
| |
|
| |
| ///UNCONVERTED///
| |
| Construct a season link 'Season 2 > '
| |
| -->{{ #if: {{{seasonlink|}}}
| |
| |[[{{Wheremi|getseasonlink={{Wheremi|getexplicit={{{series}}}}} |{{{seasonlink}}} |{{Wheremi|getserieslink={{Wheremi|getexplicit={{{series}}}}}}}}}|Season {{{seasonlink}}}]] >
| |
| |}}<div id="wikia-credits"><br /><br /><small>From [http://transformers.wikia.com Teletraan I: The Transformers Wiki], a [http://www.wikia.com Wikia] wiki.</small></div> | | |}}<div id="wikia-credits"><br /><br /><small>From [http://transformers.wikia.com Teletraan I: The Transformers Wiki], a [http://www.wikia.com Wikia] wiki.</small></div> |