From Bulbapedia, the community-driven Pokémon encyclopedia.
{{Pokémon/3}}
is used to display a Pokémon from Generation III.
See the appropriate generation subtemplate:
Usage
{{Pokémon/3
|game=
|ndex=
|pokemon=
|nickname
|type1=
|type2=
|level
|gender=
|ability=
|held=
|move1=
|move1type=
|move2=
|move2type=
|move3=
|move3type=
|move4=
|move4type=
}}
Parameters
All parameters are case sensitive.
Parameter
|
Allowed values
|
Notes
|
game
|
Ruby and Sapphire • Ruby • Sapphire • FireRed and LeafGreen • FireRed • LeafGreen • Emerald • Colo • XD
|
The game the sprite should be pulled from.
|
back
|
yes • no
|
Optional. Set to yes to show back sprite. Defaults to no .
|
ndex
|
National Pokédex Number
|
The Pokémon's National Pokédex number.
|
pokemon
|
String
|
The Pokémon's name.
|
nickname
|
String
|
Optional. The Pokémon's nickname. Defaults to <pokemon> .
|
type1
|
Normal • Fire • Fighting • Water • Flying • Grass • Poison • Electric • Ground • Psychic • Rock • Ice • Bug • Dragon • Ghost • Dark • Steel
|
The Pokémon's primary type.
|
type2
|
Optional. The Pokémon's secondary type.
|
level
|
Number
|
The Pokémon's level.
|
gender
|
male • female • both • none
|
Optional. The Pokémon's gender. Defaults to none .
|
spritegender
|
shiny
|
Optional. Set to shiny to display shiny sprite.
|
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.
|
bagsprite
|
String
|
Optional. Override for the Held item in the image filename
|
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
|
Optional. The type of the Pokémon's move.
|
move2type
|
move3type
|
move4type
|
Examples
{{Pokémon/3
|game=Ruby and Sapphire
|ndex=252
|pokemon=Treecko
|type1=Grass
|level=5
|gender=male
|ability=Overgrow
|move1=Pound|move1type=Normal
|move2= Absorb|move2type=Grass
}}
{{Pokémon/3
|game=Emerald
|ndex=254
|pokemon=Sceptile
|nickname=Jukain
|type1=Grass
|level=44
|gender=female
|spritegender=shiny
|ability=Overgrow
|held=Exp. Share
|move1=Leaf Blade|move1type=Grass
|move2=Leech Seed|move2type=Grass
|move3=Giga Drain|move3type=Grass
|move4=Toxic|move4type=Poison
}}