Template:Pokemon: Difference between revisions
From Pokémon Breeders
Jump to navigationJump to search
(Created page with "{{{images}}} {{{description}}} '''National Dex:''' {{{national number}}} '''Regional Dex:''' {{{regional number}}} '''Locations in game:''' {{{locations}}} '''Evolutions''' {{{evolutions}}} <includeonly> 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...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{{images}}} | {{#if:{{{eggImage|}}}|{{{eggImage}}}}}{{{images}}} | ||
{{{description}}} | {{{description}}} | ||
Line 14: | Line 14: | ||
{{{evolutions}}} | {{{evolutions}}} | ||
'''Unlock Requirements''' | |||
{{{unlock}}} | |||
<includeonly> | <includeonly> | ||
Line 84: | Line 88: | ||
"autovalue": "", | "autovalue": "", | ||
"required": true | "required": true | ||
}, | |||
"unlock": { | |||
"label": "Wild Unlock", | |||
"description": "The conditions before you can encounter the Pokémon wild", | |||
"type": "string" | |||
}, | |||
"eggImage": { | |||
"label": "Egg Image", | |||
"description": "Image for the egg" | |||
} | } | ||
}, | }, | ||
Line 93: | Line 106: | ||
"evolutions", | "evolutions", | ||
"description", | "description", | ||
"locations" | "locations", | ||
"unlock", | |||
"eggImage" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 09:45, 10 March 2024
{{{images}}}
{{{description}}}
National Dex: {{{national number}}}
Regional Dex: {{{regional number}}}
Locations in game:
{{{locations}}}
Evolutions
{{{evolutions}}}
Unlock Requirements
{{{unlock}}}
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 |
Wild Unlock | unlock | The conditions before you can encounter the Pokémon wild | String | optional |
Egg Image | eggImage | Image for the egg | Unknown | optional |