Template:PokemonTableGeneric: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
[[Category:Pokémon-table templates]] | [[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: | <includeonly>{{#if:{{#var:background}}||{{#vardefine:cell|#{{{{{Theme|Normal}}}_color_light}}}}{{#vardefine:background|#{{{{{Theme|Normal}}}_color}}}}{{#vardefine:border|#{{{{{Theme|Normal}}}_color_dark}}}}}}<table style="width: 59%; max-width: 75%; text-align: center; border: 3px solid {{#var:border}}; border-radius: 25px; background-color: {{#var:background}}; padding: 7px;"> | ||
<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: | <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: 18%">Pokédex Number</th><th scope="col" style="border: 1px solid {{#var:border}}" width="11%">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}}; border-top-right-radius: 25px;" width="10%">Type 2</th></tr> | ||
{{{Contents}}} | {{{Contents}}} | ||
</table></includeonly> | </table></includeonly> |
Latest revision as of 14:57, 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.