Template:Infobox Item

From Discord Dungeons Wiki
Jump to navigation Jump to search
Template:Infobox Item
? (edit)
? (edit)
ID? (edit)
Type? (edit)
Released? (edit)
Members? (edit)
Donator item? (edit)
Level? (edit)
Buy Price? (edit)
Sell Price? (edit)
Properties
Tradeable? (edit)
Craftable? (edit)
Brewable? (edit)
Quest? (edit)
Template documentation
This documentation is transcluded from Template:Infobox Item/doc. [edit] [history] [purge]
Template:Infobox Item invokes function main in Module:Infobox Item using Lua.
{{#replace:Template:Infobox Item|/doc}} invokes Module:Infobox Item using Lua.


Standard infobox parameters

This infobox uses Module:Infobox, which provides a number of standard parameters.


Parameters

name

The name of the item exactly as it appears in game (identical case and spacing).

image

The inventory image of the item, formatted as [[File:Image.png]]. Ideally in PNG format (or GIF format if the image is animated).

release

Release date of the item. Should follow the format [[DD Month]] [[YYYY]].

id

The item's game ID. Meta item IDs should be prefixed by "m:".

Example values for this field:

  • 1234
  • m:1234

description

The description of the item that appears in the game.

members

Whether or not the item is a members only item. Must be the string "Yes" or "No".

donator

Whether or not the item is a donator only item. Must be the string "Yes" or "No".


level

The level of the item.

cost

The price of the item, or Not Buyable if not buyable.

Example values for this field:

sell

The sell price of the item, or Not Sellable if not sellable.

Example values for this field:

tradeable

Whether the item is tradeable between players.

Examples:

  • Yes
  • No

craftable

Whether the item is craftable.

Examples:

  • Yes
  • No


brewable

Whether the item is brewable.

Examples:

  • Yes
  • No

quest

See Category:Quest items for guidelines. Also applicable for miniquests.

The possible values for this field are:

  • [[''Quest name'']]
  • No

market_sp_limit

Sell price limits on the global market, as they appear in game.

Examples:

  • 0 - 0
  • 12 - 21

market_bp_limit

Buy price limits on the global market, as they appear in game.

Examples:

  • 0 - 0
  • 12 - 21

type

The type of the item

The possible values for this field are:

  • [[''Item Type'']]

potion_type

The potion type, if the item is a potion.

The possible values for this field are:

  • [[''Health Potion'']]
  • [[''Effect Potion'']]

potion_effect

If the item is a potion effect, specify the effect here.

book_author

If the item is a book, specify the author here.

damage_blocked

If the item blocks damage, specify it here.

rune_tp

If the item is a rune, specify the location it teleports to.

The possible values for this field are:

  • [[''Location name'']]

damage

If the item deals damage, specify it here.

Examples:

  • 0 - 0
  • 12 - 21

tool_type

If the item is a tool, specify the type of tool here.

The possible values for this field are:

  • Fishing Rod
  • Axe
  • Pickaxe
  • Shears

tool_skill_level

The level required in the skill required to use the tool.

tool_effect

If the tool has any effects, put them here.

forage_level

If the item can be gotten from foraging, add the minimum forage level needed to get it here.

mine_level

If the item can be gotten from mining, add the minimum mining level needed to get it here.

fish_level

If the item can be gotten from fishing, add the minimum fishing level needed to get it here.

chop_level

If the item can be gotten from chopping, add the minimum chop level needed to get it here.


ring_effect

If the item is a ring, provide the rings effect here.

necklace_effect

If the item is a necklace, provide the necklaces effect here.




Quick copy

{{Infobox Item
|name = 
|image = 
|release = 
|id = 
|description = 
|members = 
|level =
|cost =
|sell =
|tradeable = 
|craftable =
|brewable = 
|quest = 
|market_sp_limit = (Optional)
|market_bp_limit = (Optional)
|type =
|potion_type = (Optional)
|potion_effect = (Optional)
|book_author = (Optional)
|damage_blocked = (Optional)
|rune_tp = (Optional)
|damage = (Optional)
|tool_type = (Optional)
|skill_level = (Optional)
|tool_effect = (Optional)
}}