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...")
 
Line 16: Line 16:


[[Category:Pokémon]]
[[Category:Pokémon]]
<noinclude>
<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"
},
"evolutions": {
"aliases": [
"evo",
"evos",
"evolve"
],
"label": "Evolutions",
"description": "The evolutions for this Pokémon",
"type": "string"
}
},
"description": "Pokédex page"
}
</templatedata>
</noinclude>

Revision as of 06:41, 12 November 2020

{{{images}}}

{{{description}}}

National Dex: {{{national number}}}

Regional Dex: {{{regional number}}}

Locations in game:

{{{locations}}}

Evolutions

{{{evolutions}}}

Pokédex page

Template parameters

ParameterDescriptionTypeStatus
Images (Including alts)images

Images (Including alts)

Default
[[file: .png]]
Example
[[file: 025.png]]
Auto value
[[file: .png]]
Unknownrequired
Pokédex Descriptiondescription

The Pokédex description

Auto value
Stringrequired
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
Locationslocations

The locations it can be found in game

Stringoptional
Evolutionsevolutions evo evos evolve

The evolutions for this Pokémon

Stringoptional