Editing Template:Item
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | <onlyinclude>{|class=pinktable style=" | + | <onlyinclude> |
− | + | {|class=pinktable style="width:700px;margin:none" | |
− | |[[{{{ | + | |+ style="text-align:left"|{{ucfirst:{{{name}}}}} |
− | |{{{ | + | |rowspan=5 style="width:100px"|[[File:{{{image|}}}|100px|link=]] |
+ | !Loot | ||
+ | |{{{loot|{{yes}}}}} | ||
+ | |colspan=2 rowspan=4 style="text-align:left;padding-left:5px;"|{{ucfirst:{{{desc| }}}}} | ||
|- | |- | ||
− | | | + | !Consumable |
− | + | |{{{consume|{{no}}}}} | |
|- | |- | ||
− | !style="width: | + | !style="width:80px"|Crafted |
− | |{{ | + | |{{{craft|{{no}}}}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
|- | |- | ||
− | ! | + | !Enchanted |
− | |{ | + | |{{{enchant|{{no}}}}} |
− | |||
− | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | ![[ | + | ![[Alchemy]] |
− | |{{ | + | |{{{alchemy|{{no}}}}} |
− | | | + | !rowspan=1 style="width:80px"|Ingredient{{break}}in recipes |
− | | | + | |rowspan=1 {{n/a|{{{ingredient|N/A}}}|style=width:350px}} |
− | | | + | |}</onlyinclude> |
− | + | {|{{Template Explanation}}[[Category:Templates]] | |
− | |}</ | + | |
− | {{ | + | ===<nowiki>{{Item}}</nowiki>=== |
+ | *<code>name=</code> name of item | ||
+ | *<code>image=</code> file-name of image | ||
+ | *<code>loot=</code> '''only add when item is NOT lootable''', then insert <code>{{[[Template:no|no]]}}</code> | ||
+ | *<code>consume=</code> '''only add when item is consumable''', then insert <code>{{[[Template:yes|yes]]}}</code> | ||
+ | *<code>desc=</code> adds short description, such as what happens when consumed | ||
+ | *<code>craft=</code> '''only add when item can be crafted''', then insert <code>{{[[Template:yes|yes]]}}</code> | ||
+ | *<code>enchant=</code> '''only add if item is enchanted''', then insert <code>{{[[Template:yes|yes]]}}</code> | ||
+ | *<code>alchemy=</code> how much [[Experience]] do you get when converting this item? | ||
+ | *<code>ingredient=</code> list all the recipes this ingredient is part of | ||
+ | ==See Also== | ||
+ | {{Useful Templates}} | ||
+ | |} |