Jump to content

Template:Infobox item/doc

From Caseyverse Wiki

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 image
    • caption = infobox image caption
  • type = item type
  • effects = item effects

Item acquisition info (subsection heading "Acquisition")

  • source = item source
  • owners = item owner(s)
  • buy = item cost to buy
  • sell = item cost to sell

Item reference info (subsection heading "Reference")

  • anime = name of anime where item appears
  • game = name of game where item appears
  • novel = name of novel where item appears
  • comic = name of comic where item appears
  • manga = name of manga where item appears
  • manhua = name of manhua where item appears
  • manhwa = name of manhwa where item appears
  • movie = name of movie where item appears
  • tv = 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
}}