Template:Pokémon/7/doc: Difference between revisions
Documentation for {{Pokémon/7}} |
m replace manually coded list with transcluded list |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{template|Pokémon/7}} is used to display a Pokémon from [[Generation VII]]. | {{template|Pokémon/7}} is used to display a Pokémon from [[Generation VII]]. | ||
See the appropriate generation subtemplate: {{ | See the appropriate generation subtemplate: | ||
{{Pokémon/doc/list}} | |||
==Usage== | ==Usage== | ||
Line 124: | Line 125: | ||
| move4cat | | move4cat | ||
|} | |} | ||
===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", | |||
"Fairy" | |||
], | |||
"default": "Unknown", | |||
"required": true | |||
}, | |||
"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", | |||
"Fairy" | |||
], | |||
"default": "Unknown", | |||
"suggested": true | |||
}, | |||
"img": { | |||
"label": "Image", | |||
"description": "Override for the image", | |||
"type": "line" | |||
}, | |||
"ndex": { | |||
"label": "NDex", | |||
"description": "4-digit National Pokédex number", | |||
"type": "line", | |||
"required": true | |||
}, | |||
"pokemon": { | |||
"label": "Pokémon", | |||
"description": "Pokémon name", | |||
"type": "line", | |||
"required": true | |||
}, | |||
"spritegender": { | |||
"label": "SpriteGender", | |||
"description": "Pokémon's Artwork gender", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"shiny", | |||
"male", | |||
"male shiny", | |||
"female", | |||
"female shiny" | |||
] | |||
}, | |||
"form": { | |||
"label": "Form", | |||
"description": "Pokémon's form identifier", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"abilitymd": { | |||
"label": "AbilityMD", | |||
"description": "Pokémon's second ability in 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 | |||
}, | |||
"held": { | |||
"label": "Held", | |||
"description": "Pokémon's Held item", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"character": { | |||
"label": "Character", | |||
"description": "Complete override for the Pokémon name/nickname display", | |||
"type": "line" | |||
}, | |||
"nickname": { | |||
"label": "Nickname", | |||
"description": "Pokémon's nickname", | |||
"type": "line" | |||
}, | |||
"gender": { | |||
"label": "Gender", | |||
"description": "Pokémon's gender", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"male", | |||
"female", | |||
"both", | |||
"none" | |||
], | |||
"suggested": true | |||
}, | |||
"level": { | |||
"label": "Level", | |||
"description": "Pokémon's level", | |||
"type": "line", | |||
"required": true | |||
}, | |||
"move1cat": { | |||
"label": "Move1 Category", | |||
"description": "Damage category of the move", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Physical", | |||
"Special", | |||
"Status" | |||
], | |||
"suggested": 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" | |||
}, | |||
"move2cat": { | |||
"label": "Move2 Category", | |||
"description": "Damage category of the move", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Physical", | |||
"Special", | |||
"Status" | |||
], | |||
"suggested": true | |||
}, | |||
"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 | |||
}, | |||
"move3cat": { | |||
"label": "Move3 Category", | |||
"description": "Damage category of the move", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Physical", | |||
"Special", | |||
"Status" | |||
], | |||
"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 | |||
}, | |||
"move4cat": { | |||
"label": "Move4 Category", | |||
"description": "Damage category of the move", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Physical", | |||
"Special", | |||
"Status" | |||
], | |||
"suggested": true | |||
} | |||
}, | |||
"description": "{{Pokémon/7}} is used to display a Pokémon from Generation VII", | |||
"paramOrder": [ | |||
"ndex", | |||
"pokemon", | |||
"form", | |||
"nickname", | |||
"character", | |||
"gender", | |||
"spritegender", | |||
"img", | |||
"type1", | |||
"type2", | |||
"level", | |||
"ability", | |||
"ability2", | |||
"abilitymd", | |||
"held", | |||
"move1", | |||
"move1type", | |||
"move1cat", | |||
"move2", | |||
"move2type", | |||
"move2cat", | |||
"move3", | |||
"move3type", | |||
"move3cat", | |||
"move4", | |||
"move4type", | |||
"move4cat" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
==Examples== | ==Examples== |
Latest revision as of 10:23, 19 November 2024
{{Pokémon/7}}
is used to display a Pokémon from Generation VII.
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/7 |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 |
TemplateData
{{Pokémon/7}} is used to display a Pokémon from Generation VII
Parameter | Description | Type | Status | |
---|---|---|---|---|
NDex | ndex | 4-digit National Pokédex number | Line | required |
Pokémon | pokemon | Pokémon name | Line | required |
Form | form | Pokémon's form identifier | Line | suggested |
Nickname | nickname | Pokémon's nickname | Line | optional |
Character | character | Complete override for the Pokémon name/nickname display | Line | optional |
Gender | gender | Pokémon's gender
| Line | suggested |
SpriteGender | spritegender | Pokémon's Artwork gender
| Line | optional |
Image | img | Override for the image | Line | optional |
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 |
Ability | ability | Pokémon's ability | Line | required |
Ability2 | ability2 | Second ability | Line | suggested |
AbilityMD | abilitymd | Pokémon's second ability in Mystery Dungeon games | Line | optional |
Held | held | Pokémon's Held item | Line | suggested |
Move1 | move1 | Move 1 name | Line | suggested |
Move1 Type | move1type | Move1's type
| Line | suggested |
Move1 Category | move1cat | Damage category of the move
| Line | suggested |
Move2 | move2 | Move 2 name | Line | suggested |
Move2 Type | move2type | Move 2 type
| Line | suggested |
Move2 Category | move2cat | Damage category of the move
| Line | suggested |
Move3 | move3 | Move 3 name | Line | suggested |
Move3 Type | move3type | Move 3 type
| Line | suggested |
Move3 Category | move3cat | Damage category of the move
| Line | suggested |
Move4 | move4 | Move 4 name | Line | suggested |
Move4 Type | move4type | Move 4 type
| Line | suggested |
Move4 Category | move4cat | Damage category of the move
| Line | suggested |
Examples
{{Pokémon/7 |ndex=0722 |pokemon=Rowlet |gender=male |level=5 |type1=Grass |ability=Overgrow |move1=Tackle|move1type=Normal|move1cat=Physical |move2=Leafage|move2type=Grass|move2cat=Physical |move3=Growl|move3type=Normal|move3cat=Status}}
|
| |||||||||||||||||||||
Rowlet♂ Lv.5 | ||||||||||||||||||||||
|
{{Pokémon/7 |ndex=0724 |pokemon=Decidueye |nickname=Junaiper |spritegender=shiny |img=Pokédex Image Decidueye shiny SM |gender=male |level=63 |type1=Grass|type2=Ghost |ability=Overgrow|ability2=Long Reach |held=Decidium Z |move1=Leaf Storm|move1type=Grass|move1cat=Special |move2=Feather Dance|move2type=Flying|move2cat=Status |move3=Spirit Shackle|move3type=Ghost|move3cat=Physical |move4=Sucker Punch|move4type=Dark|move4cat=Physical}}
|
| ||||||||||||||||||||
Junaiper♂ Lv.63![]() | |||||||||||||||||||||
|