Template:PokemonTable: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Use [[Template:PTRow]] in order to construct rows for it. | Use [[Template:PTRow]] in order to construct rows for it. | ||
</noinclude> | </noinclude> | ||
<includeonly><table | <includeonly>{{#if:{{#var:background}}||{{#vardefine:cell|#{{{{{Theme|Normal}}}_color_light}}}}{{#vardefine:background|#{{{{{Theme|Normal}}}_color}}}}{{#vardefine:border|#{{{{{Theme|Normal}}}_color_dark}}}}}}<table style="width: 80%; max-width: 85%; text-align: center; border: 3px solid {{#var:border}}; border-radius: 25px; background-color: {{#var:background}};"> | ||
<tr | <tr style="background-color:{{#var:cell}}; color: {{#var:border}};><th scope="col" colspan="2" style="border-top-left-radius; 25px; border: 1px solid {{#var:border}}; width: 22%">Pokédex Number</th><th scope="col" style="border: 1px solid {{#var:border}}" width="12%">Pokémon</th><th scope="col" style="border: 1px solid {{#var:border}}" width="10%">Type 1</th><th scope="col" style="border: 1px solid {{#var:border}}" width="10%">Type 2</th><th scope="col" style="border: 1px solid {{#var:border}}; width: 16%; border-top-right-radius: 25px;">[[List of Pokémon by Rarity Tier|<span style="color:#FFB600;">Rarity Tier</span>]]</th><th class="pro-table-header-cell" style="width: 18%; border-radius: 1px 15px 1px 1px;">Held Item</th></tr> | ||
{{{Contents}}} | {{{Contents}}} | ||
</table></includeonly> | </table></includeonly> |
Revision as of 06:04, 2 May 2017
This is a generic-purpose Pokémon table. It tabulates the Pokémon's Pokédex number, name, rarity tier, and Held Item (if applicable).
Use Template:PTRow in order to construct rows for it.