Template:PokemonTable: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Created page with "<noinclude>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..."
 
mNo edit summary
 
(11 intermediate revisions by the same user not shown)
Line 2: Line 2:


Use [[Template:PTRow]] in order to construct rows for it.
Use [[Template:PTRow]] in order to construct rows for it.
[[Category:Pokémon-table templates]]
</noinclude>
</noinclude>
<includeonly><table class="pro-table" align="center" style="width: 65%; max-width: 75%; text-align: center;">
<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}}; padding: 7px;">
<tr class="pro-table-header"><th scope="col" colspan="2"class="pro-table-header-cell" style="border-radius: 15px 1px 1px 1px; width: 15%">Pokédex Number</th><th scope="col" class="pro-table-header-cell" width="17%">Pokémon</th><th scope="col" class="pro-table-header-cell" width="12%">[[List of Pokémon by Rarity Tier|<span style="color:#FFB600;">Rarity Tier</span>]]</th><th class="pro-table-header-cell" style="width: 15%; border-radius: 1px 15px 1px 1px;">Held Item</th></tr>
<tr style="background-color:{{#var:cell}}; color: {{#var:border}};><th scope="col" colspan="2" style="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%;">[[List of Pokémon by Rarity Tier|<span style="color:{{#var:border}};">Rarity Tier</span>]]</th><th style="width: 18%; border: 1px solid {{#var:border}};">Held Item</th></tr>
{{{Contents}}}
{{{Contents}}}
</table></includeonly>
</table></includeonly>

Latest revision as of 14:16, 14 September 2023

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.