Template:Pokémon/8/Dynamax/doc: Difference between revisions
(Created page with "{{template|Pokémon/8/Contest}} is used to display a Pokémon from Pokémon Sword and Shield that can Dynamax or Gigantamax. See the appropriate generation subtemplate: <div style="columns: 300px 4"> * {{template|Pokémon/1}} * {{template|Pokémon/1/Walkthrough}} * {{template|Pokémon/2}} * {{template|Pokémon/3}} * {{template|Pokémon/3/Contest}} * {{template|Pokémon/3/Shadow}} * {{template|Pokémon/4}} * {{template|Pokémon/4/Contest}} * {{template|Pokém...") |
m (→Examples: Move name correction.) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{template|Pokémon/8/ | {{template|Pokémon/8/Dynamax}} is used to display a Pokémon from [[Pokémon Sword and Shield]] that can [[Dynamax]] or [[Gigantamax]]. | ||
See the appropriate generation subtemplate: | See the appropriate generation subtemplate: | ||
Line 69: | Line 69: | ||
| ''String'' | | ''String'' | ||
| The Pokémon's name. | | The Pokémon's name. | ||
|- | |- | ||
| form | | form | ||
Line 85: | Line 81: | ||
| ''String'' | | ''String'' | ||
| '''Optional'''. Complete override for the Pokémon name/nickname display. | | '''Optional'''. Complete override for the Pokémon name/nickname display. | ||
|- | |||
| max | |||
| <code>Dynamax</code> • <code>Gigantamax</code> | |||
| '''Optional'''. The type of transformation the Pokémon will undergo. If the Pokémon will Gigantamax, enter <code>Gigantamax</code>. | |||
|- | |- | ||
| gender | | gender | ||
Line 161: | Line 161: | ||
| maxmove4 | | maxmove4 | ||
|} | |} | ||
===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 | |||
}, | |||
"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", | |||
"Fairy" | |||
], | |||
"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", | |||
"Fairy" | |||
], | |||
"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", | |||
"Fairy" | |||
], | |||
"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", | |||
"Fairy" | |||
], | |||
"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 | |||
}, | |||
"max": { | |||
"label": "Max", | |||
"description": "The type of transformation the Pokémon will undergo", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Dynamax", | |||
"Gigantamax" | |||
], | |||
"default": "Dynamax", | |||
"suggested": true | |||
}, | |||
"maxmove1": { | |||
"label": "MaxMove1", | |||
"description": "The move's corresponding Max Move or G-Max Move", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"maxmove2": { | |||
"label": "MaxMove2", | |||
"description": "The move's corresponding Max Move or G-Max Move", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"maxmove3": { | |||
"label": "MaxMove3", | |||
"description": "The move's corresponding Max Move or G-Max Move", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"maxmove4": { | |||
"label": "MaxMove4", | |||
"description": "The move's corresponding Max Move or G-Max Move", | |||
"type": "line", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "{{Pokémon/8/Dynamax}} is used to display a Pokémon from Pokémon Sword and Shield that can Dynamax or Gigantamax", | |||
"paramOrder": [ | |||
"ndex", | |||
"pokemon", | |||
"form", | |||
"nickname", | |||
"character", | |||
"max", | |||
"gender", | |||
"spritegender", | |||
"img", | |||
"type1", | |||
"type2", | |||
"level", | |||
"ability", | |||
"ability2", | |||
"held", | |||
"move1", | |||
"move1type", | |||
"move1cat", | |||
"maxmove1", | |||
"move2", | |||
"move2type", | |||
"move2cat", | |||
"maxmove2", | |||
"move3", | |||
"move3type", | |||
"move3cat", | |||
"maxmove3", | |||
"move4", | |||
"move4type", | |||
"move4cat", | |||
"maxmove4" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
==Examples== | ==Examples== | ||
Line 171: | Line 560: | ||
|ability=Regenerator | |ability=Regenerator | ||
|level=20 | |level=20 | ||
|move1=Magical Leaf|move1type=Grass|move1cat=Special|maxmove1=Max | |move1=Magical Leaf|move1type=Grass|move1cat=Special|maxmove1=Max Overgrowth | ||
|move2=Leafage|move2type=Grass|move2cat=Physical|maxmove2=Max | |move2=Leafage|move2type=Grass|move2cat=Physical|maxmove2=Max Overgrowth | ||
|move3=Round|move3type=Normal|move3cat=Special|maxmove3=Max Strike}} | |move3=Round|move3type=Normal|move3cat=Special|maxmove3=Max Strike}} | ||
</pre> | </pre> | ||
Line 182: | Line 571: | ||
|ability=Regenerator | |ability=Regenerator | ||
|level=20 | |level=20 | ||
|move1=Magical Leaf|move1type=Grass|move1cat=Special|maxmove1=Max | |move1=Magical Leaf|move1type=Grass|move1cat=Special|maxmove1=Max Overgrowth | ||
|move2=Leafage|move2type=Grass|move2cat=Physical|maxmove2=Max | |move2=Leafage|move2type=Grass|move2cat=Physical|maxmove2=Max Overgrowth | ||
|move3=Round|move3type=Normal|move3cat=Special|maxmove3=Max Strike}} | |move3=Round|move3type=Normal|move3cat=Special|maxmove3=Max Strike}} | ||
<pre> | <pre> | ||
Line 191: | Line 580: | ||
|nickname=Gorirander | |nickname=Gorirander | ||
|spritegender=shiny | |spritegender=shiny | ||
|img= | |img=HOME0812Gi s | ||
|gender=male | |gender=male | ||
|level=100 | |level=100 | ||
Line 208: | Line 597: | ||
|max=Gigantamax | |max=Gigantamax | ||
|spritegender=shiny | |spritegender=shiny | ||
|img= | |img=HOME0812Gi s | ||
|gender=male | |gender=male | ||
|level=100 | |level=100 |
Latest revision as of 22:40, 16 June 2024
{{Pokémon/8/Dynamax}}
is used to display a Pokémon from Pokémon Sword and Shield that can Dynamax or Gigantamax.
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/8/Dynamax |ndex= |pokemon= |max= |gender= |level= |type1= |type2= |ability= |ability2= |move1= |move1type= |move1cat= |maxmove1= |move2= |move2type= |move2cat= |maxmove2= |move3= |move3type= |move3cat= |maxmove3= |move4= |move4type= |move4cat= |maxmove4= }}
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. |
max | Dynamax • Gigantamax
|
Optional. The type of transformation the Pokémon will undergo. If the Pokémon will Gigantamax, enter Gigantamax .
|
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. |
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 | ||
maxmove1 | String | Optional. The move's corresponding Max Move or G-Max Move |
maxmove2 | ||
maxmove3 | ||
maxmove4 |
TemplateData
{{Pokémon/8/Dynamax}} is used to display a Pokémon from Pokémon Sword and Shield that can Dynamax or Gigantamax
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 |
Max | max | The type of transformation the Pokémon will undergo
| Line | suggested |
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 |
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 |
MaxMove1 | maxmove1 | The move's corresponding Max Move or G-Max 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 |
MaxMove2 | maxmove2 | The move's corresponding Max Move or G-Max 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 |
MaxMove3 | maxmove3 | The move's corresponding Max Move or G-Max 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 |
MaxMove4 | maxmove4 | The move's corresponding Max Move or G-Max Move | Line | suggested |
Examples
{{Pokémon/8/Dynamax |ndex=0830 |pokemon=Eldegoss |gender=male |type1=Grass |ability=Regenerator |level=20 |move1=Magical Leaf|move1type=Grass|move1cat=Special|maxmove1=Max Overgrowth |move2=Leafage|move2type=Grass|move2cat=Physical|maxmove2=Max Overgrowth |move3=Round|move3type=Normal|move3cat=Special|maxmove3=Max Strike}}
|
| |||||||||||||||||||||||||||
Dynamax Eldegoss♂ Lv.20 | ||||||||||||||||||||||||||||
|
{{Pokémon/8/Dynamax |ndex=0812 |pokemon=Rillaboom |nickname=Gorirander |spritegender=shiny |img=HOME0812Gi s |gender=male |level=100 |type1=Grass |ability=Overgrow|ability2=Grassy Surge |held=Leftovers |move1=Grassy Glide|move1type=Grass|move1cat=Physical|maxmove1=G-Max Drum Solo |move2=Swords Dance|move2type=Normal|move2cat=Status|maxmove2=Max Guard |move3=Knock Off|move3type=Dark|move3cat=Physical|maxmove3=Max Darkness |move4=Drain Punch|move4type=Fighting|move4cat=Physical|maxmove4=Max Knuckle}}
|
| ||||||||||||||||||||||||||||
Gigantamax Gorirander♂ Lv.100 | |||||||||||||||||||||||||||||
|