Difference between revisions of "Template:ItemBox"

From Wurmpedia
Jump to navigation Jump to search
m (Added link to context menu for groupM creation.)
(Add categories based on passive targeted item, fixed code in examples)
Line 105: Line 105:
 
{{#if:{{{skill|}}}|[[Category:{{{skill}}} items]]}}
 
{{#if:{{{skill|}}}|[[Category:{{{skill}}} items]]}}
 
[[Category:Items]]
 
[[Category:Items]]
 +
 +
<!-- Add appropriate categories for various creations as indicated by the passive targeted item -->
 +
{{#switch: {{lc:{{{passive|}}}}}
 +
| roof plan=[[Category:Roofs]] [[Category:Structures]]
 +
| wall plan=[[Category:Walls]] [[Category:Structures]]
 +
| #default=
 +
}}
 +
 
<!-- If (1 creation and (2 anyone from  the create group - active and passive and [3)- at least one of group or groupM or TopMost or assemble must be NOT empty] and materials and result and skill - are empty add to Incomplete item templates -->
 
<!-- If (1 creation and (2 anyone from  the create group - active and passive and [3)- at least one of group or groupM or TopMost or assemble must be NOT empty] and materials and result and skill - are empty add to Incomplete item templates -->
 
{{#if:{{{creation|}}}||{{#if:{{#if: {{{active|}}} |{{#if: {{{passive|}}} |{{#if:{{#if: {{{group|}}}|{{{group|}}}|{{#if: {{{groupM|}}}|{{{groupM|}}}|{{#if: {{{TopMost|}}}|{{{TopMost|}}}|{{#if:{{{assemble|}}}|{{{assemble|}}}|}}}}}}}}|{{#if: {{{materials|}}}|{{#if: {{{result|}}} | {{{skill|}}} }}}}}}}}}}||[[Category:Incomplete item templates]]}}}}
 
{{#if:{{{creation|}}}||{{#if:{{#if: {{{active|}}} |{{#if: {{{passive|}}} |{{#if:{{#if: {{{group|}}}|{{{group|}}}|{{#if: {{{groupM|}}}|{{{groupM|}}}|{{#if: {{{TopMost|}}}|{{{TopMost|}}}|{{#if:{{{assemble|}}}|{{{assemble|}}}|}}}}}}}}|{{#if: {{{materials|}}}|{{#if: {{{result|}}} | {{{skill|}}} }}}}}}}}}}||[[Category:Incomplete item templates]]}}}}
Line 119: Line 127:
 
Usage examples:
 
Usage examples:
  
<pre>{{Item
+
<pre>{{itemBox
 
|name=Hammer        *** defaults to {{PAGENAME}} ***
 
|name=Hammer        *** defaults to {{PAGENAME}} ***
 
|image=hammer.jpg    *** defaults to {{PAGENAME}}.jpg or {{PAGENAME}}.png ***
 
|image=hammer.jpg    *** defaults to {{PAGENAME}}.jpg or {{PAGENAME}}.png ***
Line 135: Line 143:
 
</pre>
 
</pre>
  
<pre>{{Item
+
<pre>{{itemBox
 
|name=Huge shod club        *** defaults to {{PAGENAME}} ***
 
|name=Huge shod club        *** defaults to {{PAGENAME}} ***
 
|result=1 '''huge shod club''' (15.00 kg)
 
|result=1 '''huge shod club''' (15.00 kg)
Line 144: Line 152:
  
 
<pre>
 
<pre>
{{Item
+
{{itemBox
 
|image=Iron fence.jpg
 
|image=Iron fence.jpg
 
|name=Iron fence
 
|name=Iron fence
Line 160: Line 168:
  
 
<pre>
 
<pre>
{{Item
+
{{itemBox
 
|image=Felled_Tree.jpg
 
|image=Felled_Tree.jpg
 
|name=Felled Tree
 
|name=Felled Tree

Revision as of 13:50, 24 March 2015



General item template -- THIS TEMPLATE USES TOTAL ITEMS REQUIRED, NOT ADDITIONAL.

The template adds a box with an image of the item and the steps to create the item.

If the creation parameter is set the box will display its contents instead of the creation steps.

Usage examples:

{{itemBox
|name=Hammer         *** defaults to {{PAGENAME}} ***
|image=hammer.jpg    *** defaults to {{PAGENAME}}.jpg or {{PAGENAME}}.png ***
|active=[[hammer head]] (0.4 kg)
|passive=[[shaft]] (1.0 kg)
|group=Tools         *** item is in this sub menu in the create list ***
|materials=no
|result=1 '''hammer''' - 1.4 kg
|skill=blacksmithing
|improve=smithing
|combinable=no        *** empty or no show nothing, other options are yes or hot ***
|storage=             *** empty shows nothing, other options are bsb or fsb ***
|decoration=no        *** empty shows nothing, yes says it's a decoration, no says it will be in an item pile ***
}}
{{itemBox
|name=Huge shod club         *** defaults to {{PAGENAME}} ***
|result=1 '''huge shod club''' (15.00 kg)
|creation=Troll drop         *** 'no' will result in 'The item can not be created', other options include farm, fish, botanize, forage, mine, wood, dig, butchering, cooking  ***
|improve=no
}}
{{itemBox
|image=Iron fence.jpg
|name=Iron fence
|active=[[Mallet]] or [[Hammer]]
|passive=[[Tile Border]]
|groupM=Fence > Iron > Build iron fence   *** item is in this menu when you right click the passive item (for items like fences where there is no create menu) ***
|materials=* 10x [[Stone brick]]s
* 1x [[Iron fence bars]]
|result=*'''Iron fence'''
|skill=Masonry
|improveItem=Stone bricks    *** for items like fences and walls, improves using and item and not a set of tools ***
|note=*You must have at least one stone brick in your [[inventory]] to start building it.
}}
{{itemBox
|image=Felled_Tree.jpg
|name=Felled Tree
|active=[[Hatchet]]
|passive=[[Tree Tile]]
|TopMost=Cut down   *** Menu option where its on the top most parent menu.***
|materials=no
|result=* 1 '''felled tree''' (up to 186.67 kg)
|skill=woodcutting
|improve=no}}
}}