Jump to content

Template:Move/doc

From Creopedia

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

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

Name of the move. Default to the current page name.

Example
Recover
Stringoptional
Classclass

Class of the move

Example
SPECIAL
Stringoptional
Move typetype

Type of the move

Example
HEAL
Stringoptional
Element typeelement

Element type of the move

Example
NORMAL
Stringoptional
Contact typecontact

Contact type of the move

Example
TRANSIENT
Stringoptional
Powerpower

Power of the move

Numberoptional
Accuracyaccuracy

Accuracy of the move

Numberoptional
Energyenergy

Energy of the move

Numberoptional