Template:Infobox item/doc
Appearance
Description
[edit source]This template is for creating a very general infobox for simple items without many specific properties.
To use this template, copy the following code and fill in the appropriate fields.
Parameters
[edit source]title =infobox title (usually item name; default:{{PAGENAME}})image =infobox imagecaption =infobox image caption
type =item typeeffects =item effects
Item acquisition info (subsection heading "Acquisition")
source =item sourceowners =item owner(s)buy =item cost to buysell =item cost to sell
Item reference info (subsection heading "Reference")
anime =name of anime where item appearsgame =name of game where item appearsnovel =name of novel where item appearscomic =name of comic where item appearsmanga =name of manga where item appearsmanhua =name of manhua where item appearsmanhwa =name of manhwa where item appearsmovie =name of movie where item appearstv =name of TV show where item appears
Syntax
[edit source]{{infobox Item
| title = [e.g. "Important item"]
| image = [e.g. "Example.jpg"]
| caption = [e.g. "In-game image of item"]
| type = [e.g. "Fire magic"]
| effects = [e.g. "+5 Fire magic"]
| source = [e.g. "Dragon treaure chest"]
| owners = [e.g. "Red dragon"]
| buy = [e.g. "N/A"]
| sell = [e.g. "20g"]
| game = [e.g. "Final Fantasy XIV Online"]
}}
Samples
[edit source]Lua error in package.lua at line 80: module 'Module:Navbar/configuration' not found.
{{infobox item
| title = Power Flower
| image = Example.jpg
| caption = Is this it?
| type = Food
| effects = +1 Fire
| source = Vendor
| owners = Herbalists guild
| buy = 5g
| sell = 1g
| game = Generic fantasy RPG
}}