Template:Infobox Item

From Kindred Fates Wiki
Jump to: navigation, search


This template defines the table "Item". View table.

Template-info.png Documentation

This template provides a uniform design for Item pages. Food item type will be added in later version. The template can still use food type, but there are missing rows related for the food type item.

Usage

{{Infobox Item
| name = 
| image = 
| description = 
}}

Parameters

name
Optional. Self explanatory. When not used, automatically takes the page-name.
image
This is where you would link the image of the Item. If nothing is given, it returns the placeholder image.
description
The description of the Item
type
The type of the item. Please use these type. If no type are given, it will use 'unknown type item'. Remember the first letter have to be uppercase.
  • Quest: an quest item.
  • Food: an food item.
  • Weapon: an weapon item.
  • Key: an key item. Related to story or important npcs.
  • Special: kickstarter items or special events item.
releasedate
The date of the Item that got released in version.
limited
Item limited quantity. If key item type, it should be 1. Unless it's stackable.
unavailable
if item become unavailable.
removedate
if item become unavailable in which date or patch. Only used with 'unavailable'.
purchasable
if item is purchasable.
buyprice
the price range it cost to buy item. Only used with 'purchasable'.
sellprice
the price range it cost to sell item. Only used with 'purchasable'.
tradeable
if item is tradeable. Don't use with key items.
bankable
if item can put in the kindred fates's version of the bank.

Example

test
Item Peach.png
lorem da de dum
General details
Item type quest
Quest link banana
Unavailable Item is not in the game
Is Item tradeable? no



{{Infobox Item
| name = test
| image = Item_Peach.png
| description = lorem da de dum
| type = Quest
| unavailable = yes
| questlink = banana
| tradeable = no
}}

Produces: (Infobox on the right)