Graveyard Keeper Wiki
Advertisement
Template-info Documentation

Infobox for displaying Item info on item pages.

Usage[]

If you don't know the value for a field, for example an items cost, leave it blank. If a field does not apply to that item at all, remove the field entirely.

{{Item Infobox
| name         = <!-- Name of the item -->
| image        = <!-- Image of the item -->
| cost         = <!-- Cost of the item as a number.  Will automatically be converted into copper, silver, and gold coins.}} -->
| price        = <!-- Price of the item as a number.  Will automatically be converted into copper, silver, and gold coins.}} -->
| consume      = <!-- On consumption effects.  {{Energy}} and {{Health}} templates can be used to display the proper symbols-->
| damage       = <!-- Damage of weapon -->
| energy       = <!-- The energy usage of a piece of equipment. --> 
| efficiency   = <!-- The posted efficiency of a piece of equipment. --> 
| armor        = <!-- Armor rating -->
| study        = <!-- Techpoint reward from studying the item -->
| alchemy      = <!-- Powders, solutions, and extracts obtained from alchemy processing -->
| craft        = <!-- Where the item can be crafted from -->
| buy          = <!-- Where the item can be bought from -->
| sell         = <!-- Where the item can be sold to -->
| drop         = <!-- What monster the item can be dropped from -->
| type         = <!-- Generally the category the item can be found under on the Items page. -->
| stacksize    = <!-- Maximum stack size of the item -->
| quest        = <!-- If this is a quest item, this should link to the specific quest it's for.-->
| nameinternal = <!-- Name of the items in the internal game files. --> 
}}

Example[]

Red Tech Book
Book Red
General Information
Type :
Book
Stack size:
1
Base Cost :
Silver Coin3
Source(s)
Buy from :
Astrologer (T III)
Quest Related NPCs
None
Technical Information
Internal name:
techbook_r_1


{{Item Infobox
| name         = Red Tech Book
| image        = Book Red.png
| cost         = 300
| study        = 
| buy          = [[Astrologer|Astrologer (T III)]]
| type         = Book
| stacksize    = 1
| quest        = None
| nameinternal = techbook_r_1
}}
Advertisement