Template:Stats/r
| Pokémon | HP | Attack | Defense | Sp. Attack | Sp. Defense | Speed | Total |
|---|---|---|---|---|---|---|---|
50
|
50
|
50
|
50
|
50
|
50
|
300 | |
Template documentation
View or edit this documentation. (About template documentation)
Note: portions of the template sample may not be visible without values provided.
{{stats/r}} displays a row in a table that compares the stats of several Pokémon.
Usage
- Use
{{stats/h}}as the header - Use one instance of
{{stats/r}}for each row - Use
|}as the footer
Parameters
- Unnamed
- 1: the Pokémon's 4-digit National Pokédex number (e.g.,
0001) - 2: the Pokémon's name (e.g.,
Bulbasaur) - 3: the Pokémon's HP stat
- 4: the Pokémon's Attack stat
- 5: the Pokémon's Defense stat
- 6: the Pokémon's Special Attack stat
- 7: the Pokémon's Special Defense stat
- 8: the Pokémon's Speed stat
- 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.,
-Megafor Mega Venusaur) - size: the desired size of the image (e.g.,
50px; defaults to100px) - display: the display text for the Pokémon name
TemplateData
This template displays a row in a table that compares the stats of several Pokémon.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| NatDex | 1 | Pokémon's 4-digit National Pokédex number | Line | required |
| Form | form | text after the species name that specifies its form | Line | suggested |
| Name | 2 | Pokémon's Name | Line | required |
| Image Filename | img | Filename of image to be displayed instead of official art | Line | optional |
| Image Size | size | Image size
| Line | optional |
| Display Text | display | Display text for the Pokémon name | Line | optional |
| HP | 3 | Pokémon's HP stat | Line | required |
| Attack | 4 | Pokémon's Attack stat | Line | required |
| Defense | 5 | Pokémon's Defense stat | Line | required |
| Special Attack | 6 | Pokémon's Special Attack stat | Line | required |
| Special Defense | 7 | Pokémon's Special Defense stat | Number | required |
| Speed | 8 | Pokémon's Speed stat | Line | required |
Examples
Comparison of the fully evolved Kanto first partner Pokémon.
{{stats/h}}
{{stats/r|0003|Venusaur|80|82|83|100|100|80}}
{{stats/r|0006|Charizard|78|84|78|109|85|100}}
{{stats/r|0009|Blastoise|79|83|100|85|105|78}}
|}
| Pokémon | HP | Atk | Def | Sp. Atk | Sp. Def | Spd | Total |
|---|---|---|---|---|---|---|---|
80
|
82
|
83
|
100
|
100
|
80
|
525 | |
78
|
84
|
78
|
109
|
85
|
100
|
534 | |
79
|
83
|
100
|
85
|
105
|
78
|
530 |
Categories
- No categories associated with this article