Template:AbilityInfobox/header/doc
{{AbilityInfobox/header}} is the header of the infobox for an Ability.
Usage
- Use
{{AbilityInfobox/header}}as the header. - Use one
{{AbilityInfobox/desc}}for each Generation.- For Ability descriptions in Pokémon Champions, use
{{AbilityInfobox/desc/Champions}}.
- For Ability descriptions in Pokémon Champions, use
- Use
|}as the footer.
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 template • Hex code | Complete override for the border color.
Note: Despite the name, this color is also applied to the background, not just the border. |
| nocat | yes • true
|
Set to yes or any non-empty string to exclude the page from being auto-included in any categories.
By default, includes |
TemplateData
Header for the Ability infobox
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | English Ability name | Line | suggested |
| Japanese name | jpname | Japanese Ability name | Line | required |
| Romanized name | jptranslit | Romanization of Japanese name | Line | required |
| Translated name | jptrans | Translation of Japanese name | Line | required |
| Generation | gen | Roman numeral of the Generation this Ability was introduced in | Line | required |
| Colorscheme | colorscheme | Base color template name for the entire colorscheme | Line | required |
| Border color | bordercolor | Color template or Hexcode override for the border color | Line | optional |
| No Categorization | nocat | Set to `yes` or non-empty string to prevent auto-inclusion in categories | Boolean | optional |
Example
| Disguise | ばけのかわ | ||||||||||||||||
| Disguise | |||||||||||||||||
Flavor text
| |||||||||||||||||
{{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.
}}
|}