Difference between revisions of "Template:Item"

From Krafties
Jump to navigation Jump to search
m
m
 
(71 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>
+
<onlyinclude>{|class=pinktable style="max-width:350px;margin-left:{{{margin|30px}}};font-size:11px;text-align:center;border-width:2px;display:inline-block"
{|class=pinktable style="width:700px;margin:none;font-size:12px;"
+
!colspan=4 style="text-align:left;font-size:12px;"|<h4>{{#if:{{{link|}}}
|+ style="text-align:left"|{{ucfirst:{{{name}}}}}
+
|[[{{{link}}}{{!}}{{{name| }}}]]
|rowspan=5 style="width:100px"|[[File:{{{image|}}}|100px|link=]]
+
|{{{name| }}}}}</h4>
!Loot
 
|{{{loot|{{yes}}}}}
 
|colspan=2 rowspan=4 style="text-align:left;padding-left:5px;"|{{ucfirst:{{{desc| }}}}}
 
 
|-
 
|-
!Consumable
+
|colspan=4 |[[File:{{{image|Logo big.png}}}|left|100x100px|link=]] {{ucfirst:{{{desc| }}}}}
|{{{consume|{{no}}}}}
+
 
 
|-
 
|-
!style="width:80px"|Crafted
+
!style="width:25%"|[[Loot]]
|{{{craft|{{no}}}}}
+
|{{#switch: {{{loot|}}}
 +
|yes={{yes}}
 +
|no={{no}}
 +
|#default={{n/a}}}}
 +
!style="width:25%"|Consumable
 +
|{{#switch: {{{consume|}}}
 +
|yes={{yes}}
 +
|no={{no}}
 +
|#default={{n/a}}}}
 
|-
 
|-
!Enchanted
+
![[Crafting Recipes|Craftable]]
|{{{enchant|{{no}}}}}
+
|{{#switch: {{{craft|}}}
 +
|yes={{yes}}
 +
|no={{no}}
 +
|#default={{n/a}}}}
 +
!rowspan=2|[[Alchemy]]
 +
|rowspan=2 style="width:25%"|{{{alchemy|Not<br>Convertable}}}
 
|-
 
|-
![[Alchemy]]
+
![[Enchanting Recipes|Enchanted]]
|{{{alchemy|{{no}}}}}
+
|{{#switch: {{{enchant|}}}
!rowspan=1 style="width:80px"|Ingredient{{break}}in recipes
+
|yes={{yes}}
|rowspan=1 {{n/a|{{{ingredient|N/A}}}|style=width:350px}}
+
|no={{no}}
|}</onlyinclude>
+
|#default={{n/a}}}}
{|{{Template Explanation}}[[Category:Templates]]
+
|-
 
+
|}</onlyinclude>{{clear}}
===<nowiki>{{Item}}</nowiki>===
+
{{Documentation}}
*<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}}
 
|}
 

Latest revision as of 17:36, 9 May 2017

Logo big.png
Loot N/A Consumable N/A
Craftable N/A Alchemy Not
Convertable
Enchanted N/A
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[edit]

{{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[edit]

  • 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>