Template:PokemonPrimaryTypes: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
{{#get_web_data:url=http://prowiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Type1={{#var:type}}|data=number=Pokedex Number,name=Name,rarity=Tier,type1=Type1,type2=Type2}} | {{#get_web_data:url=http://prowiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Type1={{#var:type}}|data=number=Pokedex Number,name=Name,rarity=Tier,type1=Type1,type2=Type2}} | ||
<tr style="background-color:#FFFFFF; color:#000000;"> | <tr style="background-color:#FFFFFF; color:#000000;"> | ||
<td>#{{padleft:{{ | <td>#{{padleft:{{{number}}}|3}}</td> | ||
<td>[[File:{{ | <td>[[File:{{{number}}}Icon.png]]</td> | ||
<td>[[{{ | <td>[[{{{name}}}]]</td> | ||
<td style="background-color: #{{ {{{type1}}}_color}}; border: 1px solid #{{ {{{type1}}}_color_dark}};">[[{{{type1}}}_(type)|<span style="color:#FFFFFF;">{{{type1}}}</span>]]</td> | <td style="background-color: #{{ {{{type1}}}_color}}; border: 1px solid #{{ {{{type1}}}_color_dark}};">[[{{{type1}}}_(type)|<span style="color:#FFFFFF;">{{{type1}}}</span>]]</td> | ||
<td style="background-color: #{{ {{{type2}}}_color}}; border: 1px solid #{{ {{{type2}}}_color_dark}};">[[{{{type2}}}_(type)|<span style="color:#FFFFFF;">{{{type2}}}</span>]]</td> | <td style="background-color: #{{ {{{type2}}}_color}}; border: 1px solid #{{ {{{type2}}}_color_dark}};">[[{{{type2}}}_(type)|<span style="color:#FFFFFF;">{{{type2}}}</span>]]</td> | ||
<td>[[:Category:Tier-{{ | <td>[[:Category:Tier-{{{rarity}}} huntables|{{{rarity}}}]]</td> | ||
</tr> | </tr> | ||
}} | }} | ||
</table></includeonly> | </table></includeonly> |
Revision as of 07:15, 1 August 2017
This is a type-specific Pokémon table to be used on all Pokémon-type pages. It tabulates all Pokémon that satisfy the primary-type filter used in the pages.
For the secondary-type homologue, refer to Template:PokemonSecondaryTypes.