Template:UnitePassiveAbility/doc
{{UnitePassiveAbility}} is used for a passive ability for a Pokémon in Pokémon UNITE.
How to use
- image: Image filename, with extension.
- stage (optional): The name of the stage.
- ability: The name of the ability
- jname: The Japanese name of the ability, in Japanese script.
- jtrans: The translated Japanese name of the ability, in English script.
- desc: Ability Description.
- stage1 (optional): The name of the first stage.
- stage2 (optional): The name of the second stage.
- desc2 (optional): Ability description for second stage.
- stage3 (optional): The name of the third stage.
- desc3 (optional): Ability description for the third stage.
TemplateData
{{UnitePassiveAbility}} is used for a passive ability for a Pokémon in Pokémon UNITE.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image | image | Image filename, with extension. | File | required |
| Stage | stage | The name of the stage. | Line | suggested |
| English name | ability | The English name of the ability | Line | required |
| Japanese name | jname | The Japanese name of the ability, in Japanese script. | Line | required |
| Japanese name Romanization | jtrans | The romanization of the Japanese name of the ability, in English script. | Line | required |
| Description | desc | Description of the ability | Line | required |
| Stage 1 name | stage1 | Optional. The name of the first stage. | Line | suggested |
| Stage 2 name | stage2 | Optional. The name of the second stage. | Line | suggested |
| Stage 2 Description | desc2 | Optional. Ability description for second stage. | String | suggested |
| Stage 3 name | stage3 | Optional. The name of the third stage. | Line | suggested |
| Stage 3 Description | desc3 | Optional. Ability description for the third stage. | String | suggested |
Examples
{{UnitePassiveAbility
|image=UNITE Blaze.png
|ability=Blaze
|jname=もうか
|jtrans=Raging Flames
|desc=When the Pokémon is at half HP or less, its critical-hit rate is increased.
}}
| File:UNITE Blaze.png |
Blaze もうか Raging Flames |
|---|---|
When the Pokémon is at half HP or less, its critical-hit rate is increased. | |