Template:PokemonTableAbNat: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Widened the table. Also pluralized "ability" and "nature" to accommodate for the expanded value maxima.
m Widened the table slightly more.
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: 71%; max-width: 81%; 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: 81%; max-width: 94%; 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: 19%">Pokédex Number</th><th scope="col" style="border: 1px solid {{#var:border}}" width="18%">Pokémon</th><th scope="col" style="border: 1px solid {{#var:border}}" width="26%">[[Abilities|<span style="color:{{#var:border}};">Abilities</span>]]</th><th scope="col" style="border: 1px solid {{#var:border}}; border-top-right-radius: 25px;" width="26%">[[Natures|<span style="color: {{#var:border}};">Natures</span>]]</th></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: 19%">Pokédex Number</th><th scope="col" style="border: 1px solid {{#var:border}}" width="18%">Pokémon</th><th scope="col" style="border: 1px solid {{#var:border}}" width="28%">[[Abilities|<span style="color:{{#var:border}};">Abilities</span>]]</th><th scope="col" style="border: 1px solid {{#var:border}}; border-top-right-radius: 25px;" width="28%">[[Natures|<span style="color: {{#var:border}};">Natures</span>]]</th></tr>
{{{Contents}}}
{{{Contents}}}
</table></includeonly>
</table></includeonly>

Revision as of 17:50, 26 September 2023

This is a Pokémon-table template used to display the basic Pokémon identifiers (Pokédex number and name) in addition to its Nature and Ability (specified). It tabulates the Pokémon's Pokédex number, name, and type(s).

Use Template:PTANRow in order to construct rows for it.