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