Difference between revisions of "Template:Pokemon"
From Pokémon Shadows
Jump to navigationJump to search
| (6 intermediate revisions by the same user not shown) | |||
| Line 15: | Line 15: | ||
{{{evolutions}}} | {{{evolutions}}} | ||
<includeonly> | |||
[[Category:Pokémon]] | [[Category:Pokémon]] | ||
</includeonly> | |||
<noinclude> | <noinclude> | ||
[[Category:Template]] | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 64: | Line 68: | ||
"label": "Locations", | "label": "Locations", | ||
"description": "The locations it can be found in game", | "description": "The locations it can be found in game", | ||
"type": "string" | "type": "string", | ||
"example": "* [[Vien]] - Starter Pokemon", | |||
"required": true | |||
}, | }, | ||
"evolutions": { | "evolutions": { | ||
| Line 74: | Line 80: | ||
"label": "Evolutions", | "label": "Evolutions", | ||
"description": "The evolutions for this Pokémon", | "description": "The evolutions for this Pokémon", | ||
"type": "string" | "type": "string", | ||
"example": "* [[Simisage]] - Using a [[Leaf Stone]]", | |||
"autovalue": "", | |||
"required": true | |||
} | } | ||
}, | }, | ||
"description": "Pokédex page" | "description": "Pokédex page", | ||
"paramOrder": [ | |||
"national number", | |||
"regional number", | |||
"images", | |||
"evolutions", | |||
"description", | |||
"locations" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 09:11, 29 May 2021
{{{images}}}
{{{description}}}
National Dex: {{{national number}}}
Regional Dex: {{{regional number}}}
Locations in game:
{{{locations}}}
Evolutions
{{{evolutions}}}
Pokédex page
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| National Dex | national number nationaldex nat national dex | The national dex number
| Number | required |
| Regional Dex | regional number regionalnumber regional region regionaldex regional dex | The Regional Dex Number
| Number | required |
| Images (Including alts) | images | Images (Including alts)
| Unknown | required |
| Evolutions | evolutions evo evos evolve | The evolutions for this Pokémon
| String | required |
| Pokédex Description | description | The Pokédex description
| String | required |
| Locations | locations | The locations it can be found in game
| String | required |