From Bulbapedia, the community-driven Pokémon encyclopedia.
{{Pokémon/6}}
is used to display a Pokémon from Generation VI.
See the appropriate generation subtemplate:
Usage
{{Pokémon/6
|ndex=
|pokemon=
|level=
|type1=
|type2=
|ability=
|move1=
|move1type=
|move1cat=
|move2=
|move2type=
|move2cat=
|move3=
|move3type=
|move3cat=
|move4=
|move4type=
|move4cat=
}}
Parameters
All parameters are case sensitive.
Parameter
|
Allowed values
|
Notes
|
ndex
|
National Pokédex Number
|
The Pokémon's National Pokédex number.
|
pokemon
|
String
|
The Pokémon's name.
|
form
|
String
|
Optional. The Pokémon's form identifier. Needs a - at the start. Example: -Alola .
|
nickname
|
String
|
Optional. The Pokémon's nickname. Defaults to <pokemon> .
|
character
|
String
|
Optional. Complete override for the Pokémon name/nickname display.
|
gender
|
male • female • both • none
|
Optional. The Pokémon's gender. Defaults to none .
|
spritegender
|
shiny • male • male shiny • female • female shiny
|
Optional. The Pokémon's artwork gender.
|
img
|
Filename
|
Optional. Override for the image. Image needs to be png.
|
type1
|
Normal • Fire • Fighting • Water • Flying • Grass • Poison • Electric • Ground • Psychic • Rock • Ice • Bug • Dragon • Ghost • Dark • Steel • Fairy
|
The Pokémon's primary type.
|
type2
|
Optional. The Pokémon's secondary type.
|
level
|
Number
|
The Pokémon's level.
|
ability
|
String
|
The Pokémon's ability.
|
ability2
|
String
|
Optional. The Pokémon's second ability.
|
abilitymd
|
String
|
Optional. The Pokémon's second ability in Mystery Dungeon games.
|
held
|
String
|
Optional. The Pokémon's held item.
|
move1
|
String
|
Optional. The Pokémon's move name.
|
move2
|
move3
|
move4
|
move1type
|
Normal • Fire • Fighting • Water • Flying • Grass • Poison • Electric • Ground • Psychic • Rock • Ice • Bug • Dragon • Ghost • Dark • Steel • Fairy
|
Optional. The type of the Pokémon's move.
|
move2type
|
move3type
|
move4type
|
move1cat
|
Physical • Special • Status
|
Optional. The damage category of the Pokémon's move. Defaults to Status .
|
move2cat
|
move3cat
|
move4cat
|
Examples
{{Pokémon/6
|ndex=0650
|pokemon=Chespin
|type1=Grass
|level=5
|gender=female
|ability=Overgrow
|move1=Tackle|move1type=Normal|move1cat=Physical
|move2=Growl|move2type=Normal|move2cat=Status
|move3=Vine Whip|move3type=Grass|move3cat=Physical}}
{{Pokémon/6
|ndex=0652
|pokemon=Chesnaught
|nickname=Brigarron
|img=HOME0652 s
|level=61
|gender=male
|spritegender=shiny
|type1=Grass
|type2=Fighting
|ability=Overgrow
|ability2=Bulletproof
|held=Miracle Seed
|move1=Hammer Arm|move1type=Fighting|move1cat=Physical
|move2=Frenzy Plant|move2type=Grass|move2cat=Special
|move3=Body Slam|move3type=Normal|move3cat=Physical
|move4=Spiky Shield|move4type=Grass|move4cat=Status}}