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
Parameter | Description | Type | Status | |
---|---|---|---|---|
Images (Including alts) | images | Images (Including alts)
| Unknown | required |
Pokédex Description | description | The Pokédex description
| String | required |
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 |
Locations | locations | The locations it can be found in game | String | optional |
Evolutions | evolutions evo evos evolve | The evolutions for this Pokémon | String | optional |