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:Ability/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:Ability/doc
{{Documentation}} Output an infobox and set categories with [[Module:Ability]]. == Usage == By default, the template would retrieve the required data from [[Module:GameData]] using the page name. <syntaxhighlight lang="wikitext"> {{Ability}} </syntaxhighlight> The behavior can be overridden by specifying the <code>name</code> parameter. <syntaxhighlight lang="wikitext"> {{Ability |name = Ride }} </syntaxhighlight> == TemplateData == <templatedata> { "params": { "name": { "label": "Name", "description": "Name of the ability. Default to the current page name.", "example": "Ride", "type": "string" }, "image": { "label": "Image", "description": "Image of the ability", "type": "wiki-file-name" } }, "description": "Output an infobox and set categories for an ability page", "paramOrder": [ "name", "image" ], "format": "block" } </templatedata> <includeonly> [[Category:Templates]] </includeonly>
Template used on this page:
Template:Documentation
(
view source
)
Return to
Template:Ability/doc
.