Template:AbilityInfobox/header/doc

{{AbilityInfobox/header}} is the header of the infobox for an Ability.

Usage

Parameters

All parameters are case sensitive.

Parameter Allowed values Notes
name String English name of the Ability
jpname String Japanese name of the Ability
jptranslit String Romanisation of the Japanese name
jptrans String Translation of the Japanese name
gen Roman numeral Generation this Ability was introduced in
colorscheme Color template name Base name of a color template for the infobox background.
bordercolor Color templateHex code Complete override for the border color.

Note: Despite the name, this color is also applied to the background, not just the border.
Defaults to {{ <colorscheme> color dark }}

nocat yestrue Set to yes or any non-empty string to exclude the page from being auto-included in any categories.

By default, includes [[Category:Abilities]] and [[Category:Abilities introduced in Generation <gen>]].

TemplateData

Header for the Ability infobox

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

English Ability name

Linesuggested
Japanese namejpname

Japanese Ability name

Linerequired
Romanized namejptranslit

Romanization of Japanese name

Linerequired
Translated namejptrans

Translation of Japanese name

Linerequired
Generationgen

Roman numeral of the Generation this Ability was introduced in

Linerequired
Colorschemecolorscheme

Base color template name for the entire colorscheme

Linerequired
Border colorbordercolor

Color template or Hexcode override for the border color

Lineoptional
No Categorizationnocat

Set to `yes` or non-empty string to prevent auto-inclusion in categories

Booleanoptional

Example

Disguise ばけのかわ
Disguise
Flavor text
Generation VII
Once per battle, the shroud that covers the Pokémon can protect it from an attack.
Generation VIII
Once per battle, the shroud that covers the Pokémon can protect it from an attack.
Generation IX
Once per battle, the shroud that covers the Pokémon can protect it from an attack.
Champions
When the Pokémon is in its Disguised Form and would take damage from a move, it loses 1/8 of its max HP instead of taking the damage, then changes into its Busted Form.
{{AbilityInfobox/header
|name=Disguise
|jpname=ばけのかわ
|jptranslit=Bakenokawa
|jptrans=Disguise
|colorscheme=Ghost
|gen=VII
}}

{{AbilityInfobox/desc
|VII
|Once per battle, the shroud that covers the Pokémon can protect it from an attack.
}}

{{AbilityInfobox/desc
|VIII
|Once per battle, the shroud that covers the Pokémon can protect it from an attack.
}}

{{AbilityInfobox/desc
|IX
|Once per battle, the shroud that covers the Pokémon can protect it from an attack.
}}

{{AbilityInfobox/desc/Champions
|When the Pokémon is in its Disguised Form and would take damage from a move, it loses 1/8 of its max HP instead of taking the damage, then changes into its Busted Form.
}}

|}