Template:PokeSum

From Bulbapedia, the community-driven Pokémon encyclopedia.
Revision as of 17:05, 28 March 2024 by PikaTepig999 (talk | contribs) (apparently this doesn't work without the slash?)
Jump to navigationJump to search



Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)

This template 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)
  • 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)

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}}