Template:Pokémon/3/doc: Difference between revisions
From Bulbapedia, the community-driven Pokémon encyclopedia.
< Template:Pokémon | 3
mNo edit summary |
→TemplateData: new section |
||
Line 134: | Line 134: | ||
| move4type | | move4type | ||
|} | |} | ||
===TemplateData=== | |||
<templatedata> | |||
{ | |||
"params": { | |||
"type1": { | |||
"label": "Type1", | |||
"description": "Pokémon's primary type", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Normal", | |||
"Fire", | |||
"Fighting", | |||
"Water", | |||
"Flying", | |||
"Grass", | |||
"Poison", | |||
"Electric", | |||
"Ground", | |||
"Psychic", | |||
"Rock", | |||
"Ice", | |||
"Bug", | |||
"Dragon", | |||
"Ghost", | |||
"Dark", | |||
"Steel" | |||
], | |||
"required": true, | |||
"default": "Unknown" | |||
}, | |||
"type2": { | |||
"label": "Type2", | |||
"description": "Pokémon's Secondary type", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Normal", | |||
"Fire", | |||
"Fighting", | |||
"Water", | |||
"Flying", | |||
"Grass", | |||
"Poison", | |||
"Electric", | |||
"Ground", | |||
"Psychic", | |||
"Rock", | |||
"Ice", | |||
"Bug", | |||
"Dragon", | |||
"Ghost", | |||
"Dark", | |||
"Steel" | |||
], | |||
"suggested": true, | |||
"default": "Unknown" | |||
}, | |||
"game": { | |||
"label": "Game", | |||
"description": "Game the sprite should be pulled from", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Ruby and Sapphire", | |||
"Ruby", | |||
"Sapphire", | |||
"FireRed and LeafGreen", | |||
"FireRed", | |||
"LeafGreen", | |||
"Emerald", | |||
"Colo", | |||
"XD" | |||
], | |||
"required": true | |||
}, | |||
"back": { | |||
"label": "Back Sprite", | |||
"description": "Set to \"yes\" to show back sprite", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
], | |||
"default": "no" | |||
}, | |||
"ndex": { | |||
"label": "NDex", | |||
"description": "3-digit National Pokédex number", | |||
"type": "line", | |||
"required": true | |||
}, | |||
"pokemon": { | |||
"label": "Pokémon", | |||
"description": "Pokémon name", | |||
"type": "line", | |||
"required": true | |||
}, | |||
"nickname": { | |||
"label": "Nickname", | |||
"description": "Pokémon's nickname", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"level": { | |||
"label": "Level", | |||
"description": "Pokémon's level", | |||
"type": "line", | |||
"required": true | |||
}, | |||
"move1type": { | |||
"label": "Move1 Type", | |||
"description": "Move1's type", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Normal", | |||
"Fire", | |||
"Fighting", | |||
"Water", | |||
"Flying", | |||
"Grass", | |||
"Poison", | |||
"Electric", | |||
"Ground", | |||
"Psychic", | |||
"Rock", | |||
"Ice", | |||
"Bug", | |||
"Dragon", | |||
"Ghost", | |||
"Dark", | |||
"Steel" | |||
], | |||
"suggested": true, | |||
"default": "Unknown" | |||
}, | |||
"move1": { | |||
"label": "Move1", | |||
"description": "Move 1 name", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"move2type": { | |||
"label": "Move2 Type", | |||
"description": "Move 2 type", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Normal", | |||
"Fire", | |||
"Fighting", | |||
"Water", | |||
"Flying", | |||
"Grass", | |||
"Poison", | |||
"Electric", | |||
"Ground", | |||
"Psychic", | |||
"Rock", | |||
"Ice", | |||
"Bug", | |||
"Dragon", | |||
"Ghost", | |||
"Dark", | |||
"Steel" | |||
], | |||
"suggested": true, | |||
"default": "Unknown" | |||
}, | |||
"move2": { | |||
"label": "Move2", | |||
"description": "Move 2 name", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"move3type": { | |||
"label": "Move3 Type", | |||
"description": "Move 3 type", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Normal", | |||
"Fire", | |||
"Fighting", | |||
"Water", | |||
"Flying", | |||
"Grass", | |||
"Poison", | |||
"Electric", | |||
"Ground", | |||
"Psychic", | |||
"Rock", | |||
"Ice", | |||
"Bug", | |||
"Dragon", | |||
"Ghost", | |||
"Dark", | |||
"Steel" | |||
], | |||
"suggested": true, | |||
"default": "Unknown" | |||
}, | |||
"move3": { | |||
"label": "Move3", | |||
"description": "Move 3 name", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"move4type": { | |||
"label": "Move4 Type", | |||
"description": "Move 4 type", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Normal", | |||
"Fire", | |||
"Fighting", | |||
"Water", | |||
"Flying", | |||
"Grass", | |||
"Poison", | |||
"Electric", | |||
"Ground", | |||
"Psychic", | |||
"Rock", | |||
"Ice", | |||
"Bug", | |||
"Dragon", | |||
"Ghost", | |||
"Dark", | |||
"Steel" | |||
], | |||
"suggested": true, | |||
"default": "Unknown" | |||
}, | |||
"move4": { | |||
"label": "Move4", | |||
"description": "Move 4 name", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"spritegender": { | |||
"label": "Sprite Gender", | |||
"description": "Set to \"Shiny\" to display Shiny Sprite", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"shiny" | |||
] | |||
}, | |||
"held": { | |||
"label": "Held", | |||
"description": "Held Item", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"gender": { | |||
"label": "Gender", | |||
"description": "Gender", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"male", | |||
"female", | |||
"both", | |||
"none" | |||
], | |||
"default": "none", | |||
"suggested": true | |||
}, | |||
"abilitymd": { | |||
"label": "AbilityMD", | |||
"description": "Second ability in the Mystery Dungeon games", | |||
"type": "line" | |||
}, | |||
"ability": { | |||
"label": "Ability", | |||
"description": "Pokémon's Ability", | |||
"type": "line", | |||
"required": true | |||
}, | |||
"ability2": { | |||
"label": "Ability2", | |||
"description": "Second Ability", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"bagsprite": { | |||
"label": "Bagsprite", | |||
"description": "Override for the Held Item in the filename", | |||
"type": "line" | |||
} | |||
}, | |||
"description": "{{Pokémon/2}} is used to display a Pokémon from Generation II", | |||
"paramOrder": [ | |||
"game", | |||
"back", | |||
"ndex", | |||
"pokemon", | |||
"nickname", | |||
"type1", | |||
"type2", | |||
"level", | |||
"gender", | |||
"spritegender", | |||
"ability", | |||
"ability2", | |||
"abilitymd", | |||
"held", | |||
"bagsprite", | |||
"move1", | |||
"move1type", | |||
"move2", | |||
"move2type", | |||
"move3", | |||
"move3type", | |||
"move4", | |||
"move4type" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
==Examples== | ==Examples== |
Revision as of 22:12, 31 May 2024
{{Pokémon/3}}
is used to display a Pokémon from Generation III.
See the appropriate generation subtemplate:
{{Pokémon/1}}
{{Pokémon/1/Walkthrough}}
{{Pokémon/2}}
{{Pokémon/3}}
{{Pokémon/3/Contest}}
{{Pokémon/3/Shadow}}
{{Pokémon/4}}
{{Pokémon/4/Contest}}
{{Pokémon/5}}
{{Pokémon/5/Pokéstar}}
{{Pokémon/6}}
{{Pokémon/6/Contest}}
{{Pokémon/7}}
{{Pokémon/7/LG}}
{{Pokémon/8}}
{{Pokémon/8/Dynamax}}
{{Pokémon/8/Contest}}
{{Pokémon/9}}
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 |
TemplateData
{{Pokémon/2}} is used to display a Pokémon from Generation II
Parameter | Description | Type | Status | |
---|---|---|---|---|
Game | game | Game the sprite should be pulled from
| Line | required |
Back Sprite | back | Set to "yes" to show back sprite
| Line | optional |
NDex | ndex | 3-digit National Pokédex number | Line | required |
Pokémon | pokemon | Pokémon name | Line | required |
Nickname | nickname | Pokémon's nickname | Line | suggested |
Type1 | type1 | Pokémon's primary type
| Line | required |
Type2 | type2 | Pokémon's Secondary type
| Line | suggested |
Level | level | Pokémon's level | Line | required |
Gender | gender | Gender
| Line | suggested |
Sprite Gender | spritegender | Set to "Shiny" to display Shiny Sprite
| Line | optional |
Ability | ability | Pokémon's Ability | Line | required |
Ability2 | ability2 | Second Ability | Line | suggested |
AbilityMD | abilitymd | Second ability in the Mystery Dungeon games | Line | optional |
Held | held | Held Item | Line | suggested |
Bagsprite | bagsprite | Override for the Held Item in the filename | Line | optional |
Move1 | move1 | Move 1 name | Line | suggested |
Move1 Type | move1type | Move1's type
| Line | suggested |
Move2 | move2 | Move 2 name | Line | suggested |
Move2 Type | move2type | Move 2 type
| Line | suggested |
Move3 | move3 | Move 3 name | Line | suggested |
Move3 Type | move3type | Move 3 type
| Line | suggested |
Move4 | move4 | Move 4 name | Line | suggested |
Move4 Type | move4type | Move 4 type
| Line | suggested |
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 }}
|
| ||||||||||||||||||
Treecko♂ Lv.5 | |||||||||||||||||||
|
{{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 }}
|
| ||||||||||||
Jukain♀ Lv.44![]() | |||||||||||||
|