Template:PokemonTable: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
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>{{#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;">
<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;">

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.