Template:Pokémon/1/Walkthrough: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
mNo edit summary
(Changing from shared documentation to its own documentation; since many fields and examples are different; also it won't cause issues with TemplateData)
 
Line 44: Line 44:
</div><!--Move list CLOSE-->
</div><!--Move list CLOSE-->
</div><!--Pokemon box CLOSE--><noinclude>
</div><!--Pokemon box CLOSE--><noinclude>
{{Documentation|Template:Pokémon/1/doc}}
{{Documentation|Template:Pokémon/1/Walkthrough/doc}}


[[Category:Party templates]]
[[Category:Party templates]]
</noinclude>
</noinclude>

Latest revision as of 01:13, 22 March 2024

0001Bulbasaur.png
Type:



Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)

{{Pokémon/1/Walkthrough}} is used to display a Pokémon from Generation I.

See the appropriate generation subtemplate:

Usage

{{Pokémon/1/Walkthrough
|ndex=
|pokemon=
|level=
|type1=
|type2=
|move1=
|move1type=
|move2=
|move2type=
|move3=
|move3type=
|move4=
|move4type=
}}

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.
nickname String Optional. The Pokémon's nickname. Defaults to <pokemon>.
form String Optional. The Pokémon's form identifier. Needs a - at the start. Example: -Starter.
img Filename Optional. Override for the image. Image needs to be png.
size File size Optional. The image size. Defaults to 100px.
level Number The Pokémon's level.
type1 NormalFireFightingWaterFlyingGrassPoisonElectricGroundPsychicRockIceBugDragonGhost 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 NormalFireFightingWaterFlyingGrassPoisonElectricGroundPsychicRockIceBugDragonGhost Optional. The type of the Pokémon's move.
move2type
move3type
move4type

Examples

{{Pokémon/1/Walkthrough
|ndex=0001
|pokemon=Bulbasaur
|level=5
|type1=Grass
|move1=Tackle|move1type=Normal
|move2=Leech Seed|move2type=Grass
}}
{{Pokémon/1/Walkthrough
|ndex=0003
|pokemon=Venusaur
|img=003Venusaur OS anime 2
|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
}}