Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
MediaWiki help
Creopedia
Search
Search
Appearance
Log in
Personal tools
Log in
View source for Template:Move/doc
Template
Discussion
English
Read
View source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
View source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
←
Template:Move/doc
{{Documentation}} 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. <syntaxhighlight lang="wikitext"> {{Move}} </syntaxhighlight> The behavior can be overridden by specifying the <code>name</code> parameter. <syntaxhighlight lang="wikitext"> {{Move |name = Recover }} </syntaxhighlight> The values displayed can be overridden by specifying the parameters as well. <syntaxhighlight lang="wikitext"> {{Move |name = Recover |class = SPECIAL |type = HEAL |element = NORMAL |contact = TRANSIENT |power = 25 |accuracy = 100 |energy = 4 }} </syntaxhighlight> == TemplateData == <templatedata> { "params": { "name": { "label": "Name", "description": "Name of the move. Default to the current page name.", "example": "Recover", "type": "string" }, "power": { "label": "Power", "description": "Power of the move", "type": "number" }, "accuracy": { "label": "Accuracy", "description": "Accuracy of the move", "type": "number" }, "energy": { "label": "Energy", "description": "Energy of the move", "type": "number" }, "class": { "label": "Class", "description": "Class of the move", "example": "SPECIAL", "type": "string" }, "type": { "label": "Move type", "description": "Type of the move", "example": "HEAL", "type": "string" }, "element": { "label": "Element type", "description": "Element type of the move", "example": "NORMAL", "type": "string" }, "contact": { "label": "Contact type", "description": "Contact type of the move", "example": "TRANSIENT", "type": "string" } }, "description": "Output an infobox and set categories for a move page", "paramOrder": [ "name", "class", "type", "element", "contact", "power", "accuracy", "energy" ], "format": "block" } </templatedata> <includeonly> [[Category:Templates]] </includeonly>
Template used on this page:
Template:Documentation
(
view source
)
Return to
Template:Move/doc
.