Template:RewardRow: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Bash (talk | contribs)
No edit summary
Bash (talk | contribs)
No edit summary
Line 1: Line 1:
<noinclude>Use this in tandem with [[ ]] to construct the tabular contents in it.</noinclude>
<noinclude>Use this in tandem with [[ ]] to construct the tabular contents in it.</noinclude>
<includeonly>
<includeonly>
{{#arraydefine:RewardTier|{{{Reward Tier}}}
{{#arraydefine:RewardTier|{{{Reward Tier}}}}}
{{#get_web_data:url=http://prowiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Name={{{Pokemon}}}|data=name=Name,number=Pokedex Number,type1=Type1,type2=Type2,rarity=Tier}}
{{#get_web_data:url=http://prowiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Name={{{Pokemon}}}|data=name=Name,number=Pokedex Number,type1=Type1,type2=Type2,rarity=Tier}}
<tr style="background-color:#FFFFFF; color:#000000;">
<tr style="background-color:#FFFFFF; color:#000000;">

Revision as of 00:41, 26 February 2019

Use this in tandem with [[ ]] to construct the tabular contents in it.