Template:PokeSum/doc

{{PokeSum}} displays a summary view of a Pokémon, including its image, name, and types.

Parameters

Unnamed
  • 1: the Pokémon's National Pokédex number (e.g., 0001)
  • 2: the Pokémon's name (e.g., Bulbasaur)
  • 3: the Pokémon's first type (e.g., Grass)
  • 4 (optional): the Pokémon's second type, if it has one
Named
  • img: the filename of an image to display instead of the default art (e.g., Box XD 001.png)
  • nickname: nickname for the Pokémon, used as the link display text
  • form: text after the species name that specifies its form (e.g., -Mega for Mega Venusaur)
  • formname: the prefix or suffix to display as the form name (Mega, MegaX/Mega X, MegaY/Mega Y Alolan, Galarian, Hisuian, Paldean, Dynamax, Gigantamax will display as prefix while anything else will display as suffix)
  • size: the desired size of the image (e.g., 50px), Defaults to 100px
  • style (optional): specific styles for the template (e.g., border: 1px solid #{{green color}};)

TemplateData

This template displays a summary view of a Pokémon, including its image, name, and types

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
NDex1

Pokémon's 4-digit National Pokédex number

Numberrequired
Name2

Pokémon's name

Linerequired
Formform

Text after the species name that specifies its form

Linesuggested
Form nameformname

Prefix or suffix to display as the form name

Linesuggested
Nicknamenickname

Pokémon's nickname

Linesuggested
Imageimg

Filename of image

Filesuggested
Sizesize

Image size

Default
100px
Lineoptional
Type 13

First Type

Suggested values
Normal Fire Fighting Water Flying Grass Poison Electric Ground Psychic Rock Ice Bug Dragon Ghost Dark Steel Fairy Stellar
Default
Unknown
Linerequired
Type 24

Second type

Suggested values
Normal Fire Fighting Water Flying Grass Poison Electric Ground Psychic Rock Ice Bug Dragon Ghost Dark Steel Fairy Stellar
Default
Unknown
Linesuggested
Stylestyle

Any extra CSS styles to be applied

Lineoptional

Examples

Bulbasaur, using the default art.

{{PokeSum|0001|Bulbasaur|Grass|Poison}}

Ivysaur, using the XD box sprite.

{{PokeSum|0002|Ivysaur|img=Box XD 002.png|Grass|Poison}}

Venusaur, using its Gigantamax Form.

{{PokeSum|0003|Venusaur|Grass|Poison|form=-Gigantamax|formname=Gigantamax}}

Venusaur, using its Mega Form, with nickname and extra styles.

{{PokeSum|0003|Venusaur|Grass|Poison|form=-Mega|formname=Mega|nickname=Saur|style={{roundy}} border:3px solid #{{grass color dark}}; padding: 2px}}