Template:Poketype
Appearance
Usage
[edit]This template uses one or two unnamed parameters to generate a thin (1em wide) wikitable cell with either one or two colors. It is intended for use at the Pokemon lists, such as List of generation III Pokémon, to generate type coloring without having to have long, explicit css coding in every row.
Examples
[edit]{| class=wikitable
!scope="col" colspan=2| [[Pokémon types|Type(s)]]
|-
{{Poketype|{{Pokecolor|Grass}}}} || Grass
|}
Type(s) | |
---|---|
Grass |
{| class=wikitable
!scope="col" colspan=2| [[Pokémon types|Type(s)]]
|-
{{Poketype|{{Pokecolor|Fire}}|{{Pokecolor|Fighting}}}} || Fire / Fighting
|}
Type(s) | |
---|---|
Fire / Fighting |
Template data
[edit]This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Poketype in articles based on its TemplateData.
TemplateData for Poketype
This template uses one or two unnamed parameters to output a thin (1em wide) wikitable cell with either one or two colors stacked vertically.
Parameter | Description | Type | Status | |
---|---|---|---|---|
First color | 1 | Any valid css color value | String | optional |
Second color | 2 | Any valid css color value | String | optional |