From Bulbapedia, the community-driven Pokémon encyclopedia.
{{Pokémon/1}}
is used to display a Pokémon from Generation I.
See the appropriate generation subtemplate:
Usage
{{Pokémon/1
|game=
|ndex=
|pokemon=
|nickname=
|level=
|type1=
|type2=
|move1=
|move1type=
|move2=
|move2type=
|move3=
|move3type=
|move4=
|move4type=
}}
Parameters
All parameters are case sensitive.
Parameter
|
Allowed values
|
Notes
|
game
|
Red and Green • Green • Red and Blue • Red • Blue • Yellow
|
The game the sprite should be pulled from.
|
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> .
|
back
|
yes • no
|
Optional. Set to yes to show back sprite. Defaults to no .
|
level
|
Number
|
The Pokémon's level.
|
type1
|
Normal • Fire • Fighting • Water • Flying • Grass • Poison • Electric • Ground • Psychic • Rock • Ice • Bug • Dragon • Ghost
|
The Pokémon's primary type.
|
type2
|
Optional. The Pokémon's secondary type.
|
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
|
Optional. The type of the Pokémon's move.
|
move2type
|
move3type
|
move4type
|
Examples
{{Pokémon/1
|game=Red and Green
|ndex=001
|pokemon=Bulbasaur
|level=5
|type1=Grass
|move1=Tackle|move1type=Normal
|move2=Leech Seed|move2type=Grass
}}
{{Pokémon/1
|game=Red and Blue
|ndex=003
|pokemon=Venusaur
|nickname=Fushigibana
|level=65
|type1=Grass|type2=Poison
|move1=Growth|move1type=Normal
|move2=Mega Drain|move2type=Grass
|move3=Razor Leaf|move3type=Grass
|move4=SolarBeam|move4type=Grass
}}