Difference between revisions of "Template:Item"

From Krafties
Jump to navigation Jump to search
m
m
Line 25: Line 25:
  
 
===<nowiki>{{Item|name=|image=|desc=}}</nowiki>===
 
===<nowiki>{{Item|name=|image=|desc=}}</nowiki>===
:'''note:''' you can also write <code>?</code> instead of <code>yes</code> or <code>no</code> when details are ''unknown''
+
:'''note:''' you can also write <code>unknown</code> instead of <code>yes</code> or <code>no</code> when details are ''unknown''
 
*<code>name=</code> name of item
 
*<code>name=</code> name of item
 
*<code>image=</code> file-name of image
 
*<code>image=</code> file-name of image

Revision as of 03:20, 29 June 2015

Logo big.png
Loot Yes Consume No Ingredient in Recipes
Crafted No Alchemy Not Convertable N/A
Enchanted No
Documentation icon Template documentation ( view · talk · edit)
Enchanted means if this item can be created through enchanting, not if it's enchanting ingredient. If it is a component for any recipe then add it to the recipe list. Same goes for crafted, it means if this item can be created through crafting.

Usage

{{Item
name= link= (OPTIONAL) image= desc= alchemy= ingredient= loot= craft= enchant= consume=
}}
  • name= name of item
  • link= (OPTIONAL) write page name for link within wiki.
  • image= file-name of image (skipping it will display Krafties logo instead)
  • desc= adds short description, such as what happens when consumed

parameters

  • alchemy= write how much Experience you get when converting this item (default: Not Convertible)
  • ingredient= list all the recipes this ingredient is part of
yes/no parameters
  • loot= answer yes, no or remove the parameter for default n/a
  • craft= answer yes, no or remove the parameter for default n/a
  • enchant= answer yes, no or remove the parameter for default n/a
  • consume= answer yes, no or remove the parameter for default n/a
The above documentation is transcluded from Template:Item/doc.
Editors can experiment in this template's sandbox
Please add categories to the /doc subpage within <includeonly>...</includeonly>

{{Item|name=|image=|desc=}}

note: you can also write unknown instead of yes or no when details are unknown
  • name= name of item
  • image= file-name of image
  • desc= adds short description, such as what happens when consumed
Variables you only add when answer is different than default (delete the command otherwise)
  • loot= default:yes only add when item is NOT lootable, just write loot=no
  • craft= default:no, only add when item can be crafted, just write craft=yes
  • enchant= default:no, only add if item is enchanted, just write enchant=yes
  • consume= default:no, only add when item is consumable, just write consume=yes
  • alchemy= default:no, else you write how much Experience you get when converting this item
  • ingredient= default:n/a, else you list all the recipes this ingredient is part of
Optional
  • margin= can use this to remove the left side margin margin=none

See Also