Template:AbilityInfobox/desc/doc
{{AbilityInfobox/desc}} displays the description of 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 |
|---|---|---|
1
|
Generation numeral ("I", "V", "IX", etc.)
|
Links to "Generation [value]". |
2
|
String | Description of the Ability. |
TemplateData
Description row for an Ability.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Gen | 1 | Generation's Roman numberal | Line | required |
| Description | 2 | Ability description text | Line | required |
Examples
| Unseen Fist | ふかしのこぶし | ||||||||||||
| Invisible Fist | |||||||||||||
Flavor text
| |||||||||||||
{{AbilityInfobox/header
|name=Unseen Fist
|jpname=ふかしのこぶし
|jptrans=Invisible Fist
|jptranslit=Fukashi no Kobushi
|colorscheme=fighting
|gen=VIII
}}
{{AbilityInfobox/desc
|VIII
|If the Pokémon uses moves that make direct contact, it can attack the target even if the target protects itself.
}}
{{AbilityInfobox/desc
|IX
|If the Pokémon uses moves that make direct contact, it can attack the target even if the target protects itself.
}}
{{AbilityInfobox/desc/Champions
|When the Pokémon uses contact moves, it can hit even targets that are protecting themselves, dealing 1/4 of the damage that the move would otherwise deal. Everything aside from the target's protective effects is still triggered.
}}
|}