Template:UniteBasicAttack/doc: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m (category)
(TemplateData)
Line 9: Line 9:
* '''stage3''' (optional): The name of the third stage.
* '''stage3''' (optional): The name of the third stage.
* '''desc3''' (optional): Move description for the third stage.
* '''desc3''' (optional): Move description for the third stage.
===TemplateData===
<templatedata>
{
"params": {
"damage": {
"label": "Damage category",
"description": "damage category as a boosted attack",
"type": "line",
"required": true
},
"desc": {
"label": "Description",
"description": "Move description. If multiple evolutionary stages exist, this field is used for the first stage.",
"type": "string",
"required": true
},
"stage1": {
"label": "Stage 1 name",
"description": "Optional. The name of the first stage.",
"type": "line",
"suggested": true
},
"stage2": {
"label": "Stage 2 name",
"description": "Optional. The name of the second stage.",
"type": "line",
"suggested": true
},
"desc2": {
"label": "Stage 2 Description",
"description": "Optional. Move description for second stage.",
"type": "string",
"suggested": true
},
"stage3": {
"label": "Stage 3 name",
"description": "Optional. The name of the third stage.",
"type": "line",
"suggested": true
},
"desc3": {
"label": "Stage 3 Description",
"description": "Optional. Move description for the third stage.",
"type": "string",
"suggested": true
}
},
"description": "{{UniteBasicAttack}} is used for a basic attack for a Pokémon in Pokémon UNITE.",
"format": "block"
}</templatedata>


==Examples==
==Examples==

Revision as of 21:44, 14 March 2024

{{UniteBasicAttack}} is used for a basic attack for a Pokémon in Pokémon UNITE.

How to use

  • damage: damage category as a boosted attack
  • desc: Move description. If multiple evolutionary stages exist, this field is used for the first stage.
  • stage1 (optional): The name of the first stage.
  • stage2 (optional): The name of the second stage.
  • desc2 (optional): Move description for second stage.
  • stage3 (optional): The name of the third stage.
  • desc3 (optional): Move description for the third stage.

TemplateData

{{UniteBasicAttack}} is used for a basic attack for a Pokémon in Pokémon UNITE.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Damage categorydamage

damage category as a boosted attack

Linerequired
Descriptiondesc

Move description. If multiple evolutionary stages exist, this field is used for the first stage.

Stringrequired
Stage 1 namestage1

Optional. The name of the first stage.

Linesuggested
Stage 2 namestage2

Optional. The name of the second stage.

Linesuggested
Stage 2 Descriptiondesc2

Optional. Move description for second stage.

Stringsuggested
Stage 3 namestage3

Optional. The name of the third stage.

Linesuggested
Stage 3 Descriptiondesc3

Optional. Move description for the third stage.

Stringsuggested

Examples

{{UniteBasicAttack
|damage=Atk
|stage1=Charmander
|desc=Deals continual damage. Deals additional damage to opposing Pokémon that have been burned by the user's moves. Increases in range when the user evolves.
|stage2=Charmeleon
|desc2=Deals continual damage. Deals additional damage to opposing Pokémon that have been burned by the user's moves. Increases in range when the user evolves.
|stage3=Charizard
|desc3=Deals continual damage. Deals additional damage to opposing Pokémon that have been burned by the user's moves. Increases in range when the user evolves.
}}
UNITE Attack.png Damage category: Physical (as a basic attack)
Description
As Charmander
Deals continual damage. Deals additional damage to opposing Pokémon that have been burned by the user's moves. Increases in range when the user evolves.
As Charmeleon
Deals continual damage. Deals additional damage to opposing Pokémon that have been burned by the user's moves. Increases in range when the user evolves.
As Charizard
Deals continual damage. Deals additional damage to opposing Pokémon that have been burned by the user's moves. Increases in range when the user evolves.