Template:Pokémon/Contest
This template uses TemplateStyles: Template:Pokémon/styles.css.
This template is used to display information about a Pokémon in a contest. For Pokémon in battles, use {{Pokémon}}.
It can be used as a stand alone template, or within {{Party}}, {{Party/2}}, or {{Pokémon/Grid}} templates.
Parameters
All parameters are case sensitive.
| Parameter | Allowed values | Notes |
|---|---|---|
caption
|
String | Optional. A caption to display above the template. |
walkthrough
|
yes
|
Is this template being used on a Walkthrough page? If no, ignore this parameter. |
gen
|
3 • 4 • 6 • 8
|
The generation of the game. Some parts of the template are hidden based on this input; see below for more details. |
ndex
|
Number | The National Pokédex number of the Pokémon. Should be four digits. |
pokemon
|
String | The species of the Pokémon. Defaults to Bulbasaur.
|
form
|
String | Optional. The Pokémon's form identifier. Normally begins with a - (e.g. -Pop Star).
|
image
|
File name | Optional. Override for the Pokémon image (which is normally set via ndex, pokemon, and form). Must include file extension. Don't include File:.
|
size
|
String | The size of the Pokémon image. Must include px. Defaults to 100px.
|
nickname
|
String | Optional. The Pokémon's nickname. |
shiny
|
yes
|
Optional. Is this a Shiny Pokémon? If no, ignore this parameter. |
type1
|
Normal • Fire • Fighting • Water • Flying • Grass • Poison • Electric • Ground • Psychic • Rock • Ice • Bug • Dragon • Ghost • Dark • Steel • Fairy
|
The Pokémon's primary type. |
type2
|
Optional. The Pokémon's secondary type. | |
held
|
Article title | Optional. The item held by the Pokémon. Must be a valid article title. |
megastone
|
Article title | Optional. The Mega Stone held by the Pokémon. Must be a valid article title. This parameter should be used instead of held when the Pokémon is holding a Mega Stone.
|
heldgame
|
String | Optional. Used to override which game the held or megastone bag sprite should come from (e.g. to use the sprite from Scarlet & Violet set this parameter to SV).
|
heldimage
|
File name | Optional. Override for the bag sprite for held or megastone. Must include file extension. Don't include File:.
|
move1
|
Article title | Optional. The name of the move. Must be a valid article title, but don't include (move).
|
move2
| ||
move3
| ||
move4
| ||
move1cat
|
Cool • Beautiful • Cute • Clever • Tough
|
Optional. The contest condition of the move. Defaults to Cool. Hidden if gen is set to 8.
|
move2cat
| ||
move3cat
| ||
move4cat
| ||
move1type
|
Normal • Fire • Fighting • Water • Flying • Grass • Poison • Electric • Ground • Psychic • Rock • Ice • Bug • Dragon • Ghost • Dark • Steel • Fairy
|
Optional. The move type. Defaults to ???. Only visible if if gen is set to 8.
|
move2type
| ||
move3type
| ||
move4type
| ||
move1app
|
0 • 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8
|
Optional. The move's appeal score. Defaults to 0.
|
move2app
| ||
move3app
| ||
move4app
| ||
move1jam
|
0 • 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8
|
Optional. The move's jamming score. Defaults to 0. Hidden if gen is set to 4 or 8.
|
move2jam
| ||
move3jam
| ||
move4jam
|
Supported features
Certain game features are only supported in certain generations. This table lists what features are applicable to which games.
| Parameter | Feature support | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
gen
|
R | S | E | D | P | Pt | OR | AS | BD | SP | |
Pokémon Contest 3
|
Pokémon Super Contest 4
|
Pokémon Contest Spectaculars 6
|
Super Contest Show 8
| ||||||||
ndex
|
• | • | • | • | |||||||
pokemon
|
• | • | • | • | |||||||
nickname
|
• | • | • | • | |||||||
type1
|
• | • | • | • | |||||||
type2
|
• | • | • | • | |||||||
gender
|
• | • | • | • | |||||||
form
|
• | • | • | • | |||||||
shiny
|
• | • | • | • | |||||||
type1
|
• | • | • | • | |||||||
type2
|
• | • | • | • | |||||||
held
|
• | • | • | • | |||||||
megastone
|
• | ||||||||||
moveX
|
• | • | • | • | |||||||
moveXcat
|
• | • | • | ||||||||
moveXtype
|
• | ||||||||||
moveXapp
|
• | • | • | • | |||||||
moveXjam
|
• | • | |||||||||
Backwards compatibility
This template is designed to replace {{Pokémon/3/Contest}}, {{Pokémon/4/Contest}}, {{Pokémon/6/Contest}}, and {{Pokémon/8/Contest}}. It has therefore been designed to be compatible with as many of their parameters as possible.
Along with the above parameters, the following have been retained to maintain backwards compatibility, but are depreciated, and should be replaced:
| Depreciated parameter | Notes |
|---|---|
img
|
img only allowed .png files. image allows any valid file, and is how most other templates operate.
|
himg
|
himg only allowed .png files. heldimage allows any valid file, and is how most other templates operate.
|
spritegender
|
Inputting shiny, male shiny, and female shiny will set the new parameter shiny to yes, and all other inputs will be ignored.
|
The way the template selects its image has been simplified, so the parameters back and game are now ignored. costume has been replaced with form. To show a game sprite, or other artwork, use image.
Examples
Generation III
{{Pokémon/Contest
| gen = 3
| ndex = 0370
| pokemon = Luvdisc
| image = HOME0370 s.png
| nickname = Luvis
| gender = female
| type1 = Water
| shiny = yes
| move1 = Sweet Kiss | move1cat = Cute | move1app = 1 | move1jam = 0
| move2 = Attract | move2cat = Cute | move2app = 2 | move2jam = 0
| move3 = Take Down | move3cat = Tough | move3app = 6 | move3jam = 0
| move4 = Charm | move4cat = Cute | move4app = 2 | move4jam = 1
}}
Generation IV
{{Pokémon/Contest
| gen = 4
| ndex = 0208
| pokemon = Steelix
| gender = male
| type1 = Steel
| type2 = Ground
| move1 = Screech | move1cat = Smart | move1app = 2
| move2 = Stone Edge | move2cat = Tough | move2app = 2
| move3 = Mud Sport | move3cat = Cute | move3app = 2
| move4 = Fire Fang | move4cat = Beauty | move4app = 3
}}
Generation VI
{{Pokémon/Contest
| caption = '''Coolness Contests'''
| gen = 6
| ndex = 0334
| pokemon = Altaria
| nickname = Ali
| gender = male
| type1 = Dragon
| type2 = Flying
| megastone = Altarianite
| move1 = Aerial Ace | move1cat = Cool | move1app = 2 | move1jam = 0
| move2 = Dragon Dance | move2cat = Cool | move2app = 1 | move2jam = 0
| move3 = Outrage | move3cat = Cool | move3app = 6 | move3jam = 0
| move4 = Tailwind | move4cat = Cool | move4app = 3 | move4jam = 0
}}
{{Pokémon/Contest
| walkthrough = yes
| gen = 6
| ndex = 0025
| pokemon = Pikachu
| form = -Pop Star
| gender = female
| type1 = Electric
| move1 = Quick Attack | move1cat = Cool | move1app = 3 | move1jam = 0
| move2 = Electro Ball | move2cat = Cool | move2app = 3 | move2jam = 0
| move3 = Thunder Wave | move3cat = Cool | move3app = 1 | move3jam = 3
| move4 = Draining Kiss | move4cat = Cute | move4app = 1 | move4jam = 0
}}
Generation VIII
{{Pokémon/Contest
| gen = 8
| ndex = 0426
| pokemon = Drifblim
| nickname = Loony
| gender = female
| type1 = Ghost
| type2 = Flying
| move1 = Focus Energy | move1type = Normal | move1app = 2
| move2 = Phantom Force | move2type = Ghost | move2app = 2
| move3 = Strength Sap | move3type = Grass | move3app = 1
| move4 = Explosion | move4type = Normal | move4app = 3
}}
- No categories associated with this article