Difference between revisions of "Template:Pokemon"

From Pokémon Shadows
Jump to navigationJump to search
(Created page with "{{{images}}} {{{description}}} '''National Dex:''' {{{national number}}} '''Regional Dex:''' {{{regional number}}} '''Locations in game:''' {{{locations}}} '''Evolutions...")
 
 
(7 intermediate revisions by the same user not shown)
Line 15: Line 15:
{{{evolutions}}}
{{{evolutions}}}


<includeonly>
[[Category:Pokémon]]
[[Category:Pokémon]]
</includeonly>
<noinclude>
[[Category:Template]]
<templatedata>
{
"params": {
"images": {
"label": "Images (Including alts)",
"description": "Images (Including alts)",
"example": "[[file: 025.png]]",
"default": "[[file: .png]]",
"autovalue": "[[file: .png]]",
"required": true
},
"description": {
"label": "Pokédex Description",
"description": "The Pokédex description",
"type": "string",
"autovalue": "",
"required": true
},
"national number": {
"aliases": [
"nationaldex",
"nat",
"national dex"
],
"label": "National Dex",
"description": "The national dex number",
"example": "025",
"type": "number",
"required": true
},
"regional number": {
"aliases": [
"regionalnumber",
"regional",
"region",
"regionaldex",
"regional dex"
],
"label": "Regional Dex",
"description": "The Regional Dex Number",
"example": "010",
"type": "number",
"required": true
},
"locations": {
"label": "Locations",
"description": "The locations it can be found in game",
"type": "string",
"example": "* [[Vien]] - Starter Pokemon",
"required": true
},
"evolutions": {
"aliases": [
"evo",
"evos",
"evolve"
],
"label": "Evolutions",
"description": "The evolutions for this Pokémon",
"type": "string",
"example": "* [[Simisage]] - Using a [[Leaf Stone]]",
"autovalue": "",
"required": true
}
},
"description": "Pokédex page",
"paramOrder": [
"national number",
"regional number",
"images",
"evolutions",
"description",
"locations"
]
}
</templatedata>
</noinclude>

Latest revision as of 10:11, 29 May 2021

{{{images}}}

{{{description}}}

National Dex: {{{national number}}}

Regional Dex: {{{regional number}}}

Locations in game:

{{{locations}}}

Evolutions

{{{evolutions}}}

Pokédex page

Template parameters

ParameterDescriptionTypeStatus
National Dexnational number nationaldex nat national dex

The national dex number

Example
025
Numberrequired
Regional Dexregional number regionalnumber regional region regionaldex regional dex

The Regional Dex Number

Example
010
Numberrequired
Images (Including alts)images

Images (Including alts)

Default
[[file: .png]]
Example
[[file: 025.png]]
Auto value
[[file: .png]]
Unknownrequired
Evolutionsevolutions evo evos evolve

The evolutions for this Pokémon

Example
* [[Simisage]] - Using a [[Leaf Stone]]
Auto value
Stringrequired
Pokédex Descriptiondescription

The Pokédex description

Auto value
Stringrequired
Locationslocations

The locations it can be found in game

Example
* [[Vien]] - Starter Pokemon
Stringrequired