Template:Stats
From Bulbapedia, the community-driven Pokémon encyclopedia.
Revision as of 22:40, 27 March 2022 by BthrussellUK (talk | contribs) (Added Documentation template)
Stat | Range | ||
---|---|---|---|
At Lv. 50 | At Lv. 100 | ||
HP: 1
|
1 - 1 | 1 - 1 | |
1
|
5 - 58 | 6 - 111 | |
1
|
5 - 58 | 6 - 111 | |
1
|
5 - 58 | 6 - 111 | |
1
|
5 - 58 | 6 - 111 | |
1
|
5 - 58 | 6 - 111 | |
Total: 6
|
Other Pokémon with this total | ||
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 is used on Pokémon pages to outline their base stats.
How to use
This template should be used be used in a subsection of "Stats" entitled "Base stats" ("Stats" being a subsection of "Game data").
Parameters
All parameters are case sensitive.
Parameter | Allowed values | Notes |
---|---|---|
type
|
Normal • Fire • Fighting • Water • Flying • Grass • Poison • Electric • Ground • Psychic • Rock • Ice • Bug • Dragon • Ghost • Dark • Steel • Fairy • ???
|
The Pokémon's type. Use the first listed in the Pokédex, where applicable. Defaults to ??? .
|
type2
|
Normal • Fire • Fighting • Water • Flying • Grass • Poison • Electric • Ground • Psychic • Rock • Ice • Bug • Dragon • Ghost • Dark • Steel • Fairy • ???
|
Optional. The Pokémon's second type. |
HP
|
Number | The Pokémon's base HP. |
Attack
|
Number | The Pokémon's base Attack. |
Defense
|
Number | The Pokémon's base Defense. |
SpAtk
|
Number | The Pokémon's base Special Attack. |
SpDef
|
Number | The Pokémon's base Special Defense. |
Speed
|
Number | The Pokémon's base Speed. |
Special
|
Number | Optional. The Pokémon's base Special stat from Generation I. |
nocat
|
true
|
Optional. Prevents the template from adding the page to any categories. |
Example
This code:
{{Stats |type = Grass |type2 = Fairy |HP = 131 |Attack = 89 |Defense = 88 |SpAtk = 104 |SpDef = 91 |Speed = 121 |Special = 125 |nocat = true }}
Creates: |type2 = Fairy |HP = 131 |Attack = 89 |Defense = 88 |SpAtk = 104 |SpDef = 91 |Speed = 121 |Special = 125 |nocat = true
}}