Template:Move/doc
Appearance
This is the documentation page for Template:Move.
Output an infobox and set categories with Module:Move.
Usage
By default, the template would retrieve the required data from Module:GameData using the page name.
{{Move}}
The behavior can be overridden by specifying the name parameter.
{{Move
|name = Recover
}}
The values displayed can be overridden by specifying the parameters as well.
{{Move
|name = Recover
|class = SPECIAL
|type = HEAL
|element = NORMAL
|contact = TRANSIENT
|power = 25
|accuracy = 100
|energy = 4
}}
TemplateData
Output an infobox and set categories for a move page
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the move. Default to the current page name.
| String | optional |
| Class | class | Class of the move
| String | optional |
| Move type | type | Type of the move
| String | optional |
| Element type | element | Element type of the move
| String | optional |
| Contact type | contact | Contact type of the move
| String | optional |
| Power | power | Power of the move | Number | optional |
| Accuracy | accuracy | Accuracy of the move | Number | optional |
| Energy | energy | Energy of the move | Number | optional |