Template:RewardRow: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary Tag: Manual revert |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>Use this in tandem with [[ ]] to construct the tabular contents in it.</noinclude> | <noinclude>Use this in tandem with [[Template:NBossRewardTable]] to construct the tabular contents in it.</noinclude> | ||
<includeonly> | <includeonly> | ||
{{#arraydefine:RewardTier|{{{Reward Tier}}}}} | {{#arraydefine:RewardTier|{{{Reward Tier}}}}} | ||
{{#get_web_data:url= | {{#get_web_data:url=https://wiki.pokemonrevolution.net/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;"> | ||
<td>#{{padleft:{{#external_value:number}}|3}}</td> | <td>#{{padleft:{{#external_value:number}}|3}}</td> |
Latest revision as of 15:26, 29 August 2025
Use this in tandem with Template:NBossRewardTable to construct the tabular contents in it.