Template:PKM: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>Use this in tandem with [[Template:MoveLevelUpTable]] to construct the move-data rows in it.</noinclude>
<noinclude>Use this in tandem with [[Template:MoveLevelUpTable]] to construct the move-data rows in it.</noinclude>
<includeonly>
<includeonly>
{{#iferror:{{#external_value:number-{{{Name}}}}}|{{#get_web_data:url=http://prowiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Name={{{Name}}}|data=number-{{{Name}}}=Pokedex Number,name-{{{Name}}}=Name,type1-{{{Name}}}=Type1,type2-{{{Name}}}=Type2}}|}}
{{#iferror:{{#external_value:number-{{{Name}}}}}|{{#get_web_data:url=http://prowiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Name={{{Name}}}|data={{#replace:'||number-{{{Name}}}=Pokedex Number,type1-{{{Name}}}=Type1,type2-{{{Name}}}=Type2}}}}|}}
<tr style="background-color:#FFFFFF;">
<tr style="background-color:#FFFFFF;">
<td>{{#external_value:number-{{{Name}}}}}</td>
<td>{{#external_value:number-{{{Name}}}}}</td>

Revision as of 21:51, 16 May 2017

Use this in tandem with Template:MoveLevelUpTable to construct the move-data rows in it.