Template:PokemonTableGeneric: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude>This is a generic-purpose Pokémon table and a simplified version of Template:PokemonTable. It tabulates the Pokémon's Pokédex number, name, and type(s). Use..." |
mNo edit summary |
||
Line 2: | Line 2: | ||
Use [[Template:PTGRow]] in order to construct rows for it. | Use [[Template:PTGRow]] 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: 53%; max-width: 75%; 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: 53%; max-width: 75%; text-align: center; border: 3px solid {{#var:border}}; border-radius: 25px; background-color: {{#var:background}}; padding: 7px;"> |
Revision as of 14:18, 14 September 2023
This is a generic-purpose Pokémon table and a simplified version of Template:PokemonTable. It tabulates the Pokémon's Pokédex number, name, and type(s).
Use Template:PTGRow in order to construct rows for it.