Difference between revisions of "Template:Item"
Jump to navigation
Jump to search
MyraMidnight (talk | contribs) m |
MyraMidnight (talk | contribs) m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{|class=pinktable style="max-width:350px;margin-left:{{{margin|30px}}};font-size:11px;text-align:center;border-width:2px;display:inline-block" | <onlyinclude>{|class=pinktable style="max-width:350px;margin-left:{{{margin|30px}}};font-size:11px;text-align:center;border-width:2px;display:inline-block" | ||
!colspan=4 style="text-align:left;font-size:12px;"|<h4>{{#if:{{{link|}}} | !colspan=4 style="text-align:left;font-size:12px;"|<h4>{{#if:{{{link|}}} | ||
− | |[[{{{link}}}{{ | + | |[[{{{link}}}{{!}}{{{name| }}}]] |
− | | | + | |{{{name| }}}}}</h4> |
|- | |- | ||
|colspan=4 |[[File:{{{image|Logo big.png}}}|left|100x100px|link=]] {{ucfirst:{{{desc| }}}}} | |colspan=4 |[[File:{{{image|Logo big.png}}}|left|100x100px|link=]] {{ucfirst:{{{desc| }}}}} | ||
Line 12: | Line 12: | ||
|no={{no}} | |no={{no}} | ||
|#default={{n/a}}}} | |#default={{n/a}}}} | ||
− | !style="width:25%"| | + | !style="width:25%"|Consumable |
|{{#switch: {{{consume|}}} | |{{#switch: {{{consume|}}} | ||
|yes={{yes}} | |yes={{yes}} | ||
Line 18: | Line 18: | ||
|#default={{n/a}}}} | |#default={{n/a}}}} | ||
|- | |- | ||
− | ![[Crafting Recipes| | + | ![[Crafting Recipes|Craftable]] |
|{{#switch: {{{craft|}}} | |{{#switch: {{{craft|}}} | ||
|yes={{yes}} | |yes={{yes}} |
Latest revision as of 16:36, 9 May 2017
Loot | N/A | Consumable | N/A |
---|---|---|---|
Craftable | N/A | Alchemy | Not Convertable |
Enchanted | N/A |
Template documentation (
)
)
- 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 itemlink=
(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=
answeryes
,no
or remove the parameter for defaultn/a
craft=
answeryes
,no
or remove the parameter for defaultn/a
enchant=
answeryes
,no
or remove the parameter for defaultn/a
consume=
answeryes
,no
or remove the parameter for defaultn/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>