Template:TeraRaidInfo/Move

This template is to be used to represent moves in Template:TeraRaidInfo. It can also represent extra actions, if they are moves.

Template fields

  • move - The move's name.
  • type - The move's type.
  • cat - The move's category (Physical, Special, or Status)
  • condition (optional) - If the move is an extra action, this is its activation condition. If this field is left blank, no condition is displayed.

Examples

Standard moves

{|
|- 
| colspan=3 width=50% class="roundy" style="text-align: center; vertical-align: top; background-color: #BBBBBB; border: 2px solid #{{{{{type|Normal}}} color dark}};" | '''Moves'''<br><small>(Always usable)</small>
{| class="roundy" width="100%" style="background:#FFF;"
|-
|
{{TeraRaidInfo/Move|move=Surf|type=Water|cat=Special}}
{{TeraRaidInfo/Move|move=Power-Up Punch|type=Fighting|cat=Physical}}
{{TeraRaidInfo/Move|move=Protect|type=Normal|cat=Status}}
|}
|}
Moves
(Always usable)

Extra actions

{|
|- 
| colspan=3 width=50% class="roundy" style="text-align: center; vertical-align: top; background-color: #BBBBBB; border: 2px solid #{{{{{type|Normal}}} color dark}};" | '''Extra Actions'''<br><small>(Usable only under certain conditions)</small>
{| class="roundy" width="100%" style="background:#FFF;"
|-
|
{{TeraRaidInfo/Move|move=Light Screen|type=Psychic|cat=Status|condition=70 seconds remaining}}
{{TeraRaidInfo/Move|move=Rain Dance|type=Water|cat=Status|condition=90% health remaining}}
{{TeraRaidInfo/Move|move=Calm Mind|type=Psychic|cat=Status|condition=35% health remaining}}
{{TeraRaidInfo/Move|move=Trick Room|type=Psychic|cat=Status|condition=20% health remaining}}
|}
|}
Extra Actions
(Usable only under certain conditions)
Psychic icon SV.png StatusIC SV.png Light Screen (70 seconds remaining)
Water icon SV.png StatusIC SV.png Rain Dance (90% health remaining)
Psychic icon SV.png StatusIC SV.png Calm Mind (35% health remaining)
Psychic icon SV.png StatusIC SV.png Trick Room (20% health remaining)