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.,
-Megafor Mega Venusaur) - formname: the prefix or suffix to display as the form name (
Mega,MegaX/Mega X,MegaY/Mega YAlolan,Galarian,Hisuian,Paldean,Dynamax,Gigantamaxwill display as prefix while anything else will display as suffix) - size: the desired size of the image (e.g.,
50px), Defaults to100px - 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
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| NDex | 1 | Pokémon's 4-digit National Pokédex number | Number | required |
| Name | 2 | Pokémon's name | Line | required |
| Form | form | Text after the species name that specifies its form | Line | suggested |
| Form name | formname | Prefix or suffix to display as the form name | Line | suggested |
| Nickname | nickname | Pokémon's nickname | Line | suggested |
| Image | img | Filename of image | File | suggested |
| Size | size | Image size
| Line | optional |
| Type 1 | 3 | First Type
| Line | required |
| Type 2 | 4 | Second type
| Line | suggested |
| Style | style | Any extra CSS styles to be applied | Line | optional |
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}}
