Template:Pokémon/7/LG/doc: Difference between revisions
this was showing the docs too, we only have to show the actual templates |
→TemplateData: new section |
||
(One intermediate revision by one other user not shown) | |||
Line 18: | Line 18: | ||
* {{template|Pokémon/7/LG}} | * {{template|Pokémon/7/LG}} | ||
* {{template|Pokémon/8}} | * {{template|Pokémon/8}} | ||
* {{template|Pokémon/8/Dynamax}} | |||
* {{template|Pokémon/8/Contest}} | * {{template|Pokémon/8/Contest}} | ||
* {{template|Pokémon/9}} | * {{template|Pokémon/9}} | ||
Line 138: | Line 139: | ||
| '''Optional'''. The caption location. Defaults to <code>top</code>. | | '''Optional'''. The caption location. Defaults to <code>top</code>. | ||
|} | |} | ||
===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 | |||
}, | |||
"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", | |||
"suggested": true | |||
}, | |||
"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 | |||
}, | |||
"caption-side": { | |||
"label": "Caption-Side", | |||
"description": "Caption Location", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"top", | |||
"bottom" | |||
], | |||
"default": "top" | |||
}, | |||
"caption": { | |||
"label": "Caption", | |||
"description": "Caption for this block", | |||
"type": "line" | |||
}, | |||
"megastone": { | |||
"label": "MegaStone", | |||
"description": "Pokémon's Mega Stone, if it Mega Evolves in battle", | |||
"type": "line" | |||
} | |||
}, | |||
"description": "{{Pokémon/7/LG}} is used to display a Pokémon from Pokémon: Let's Go, Pikachu! and Let's Go, Eevee!", | |||
"paramOrder": [ | |||
"ndex", | |||
"pokemon", | |||
"form", | |||
"nickname", | |||
"character", | |||
"gender", | |||
"spritegender", | |||
"img", | |||
"type1", | |||
"type2", | |||
"level", | |||
"megastone", | |||
"move1", | |||
"move1type", | |||
"move1cat", | |||
"move2", | |||
"move2type", | |||
"move2cat", | |||
"move3", | |||
"move3type", | |||
"move3cat", | |||
"move4", | |||
"move4type", | |||
"move4cat", | |||
"caption", | |||
"caption-side" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
==Examples== | ==Examples== |
Latest revision as of 06:45, 1 June 2024
{{Pokémon/7/LG}}
is used to display a Pokémon from Pokémon: Let's Go, Pikachu! and Let's Go, Eevee!.
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/LG |ndex= |pokemon= |level= |type1= |type2= |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: -Starter .
|
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. |
megastone | String | Optional. The Pokémon's Mega Stone, if it Mega Evolves in battle. |
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 | ||
caption | String | Caption for this Pokémon block. |
caption-side | top • bottom
|
Optional. The caption location. Defaults to top .
|
TemplateData
{{Pokémon/7/LG}} is used to display a Pokémon from Pokémon: Let's Go, Pikachu! and Let's Go, Eevee!
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 | suggested |
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 |
MegaStone | megastone | Pokémon's Mega Stone, if it Mega Evolves in battle | Line | optional |
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 |
Caption | caption | Caption for this block | Line | optional |
Caption-Side | caption-side | Caption Location
| Line | optional |
Examples
{{Pokémon/7/LG |ndex=001 |pokemon=Bulbasaur |gender=male |level=5 |type1=Grass |ability=Overgrow |move1=Tackle|move1type=Normal|move1cat=Physical |move2=Growl|move2type=Normal|move2cat=Status |move3=Vine Whip|move3type=Grass|move3cat=Physical}}
|
| |||||||||||||||||||||
Bulbasaur♂ Lv.5 | ||||||||||||||||||||||
|
{{Pokémon/7/LG |ndex=003 |pokemon=Venusaur |nickname=Fushigibana |spritegender=male shiny |img=Spr 7p 003M s |gender=male |level=85 |megastone=Venusaurite |type1=Grass|type2=Poison |move1=Sludge Bomb|move1type=Poison|move1cat=Special |move2=Mega Drain|move2type=Grass|move2cat=Special |move3=Leech Seed|move3type=Grass|move3cat=Status |move4=Amnesia|move4type=Psychic|move4cat=Status |caption={{MSP/PE|001|Bulbasaur}} If the {{player}} chose '''{{p|Bulbasaur}}'''}}
|
| ||||||||||||||||||||
Fushigibana♂ Lv.85![]() | |||||||||||||||||||||
|