Difference between revisions of "Template:ItemBox"

From Wurmpedia
Jump to navigation Jump to search
m
 
(5 intermediate revisions by 3 users not shown)
Line 21: Line 21:
 
     | no = This item cannot be crafted.
 
     | no = This item cannot be crafted.
 
     | farm = Obtained through [[farming|harvesting]].
 
     | farm = Obtained through [[farming|harvesting]].
     | forage = Obtained through [[forage|foraging]].
+
     | forage = Obtained through [[foraging]].
     | botanize = Obtained through [[botanize|botanizing]].
+
     | botanize = Obtained through [[botanizing]].
 
     | pick = Obtained through picking from a Pottery planter.
 
     | pick = Obtained through picking from a Pottery planter.
 
     | fish = Obtained through [[fishing]].
 
     | fish = Obtained through [[fishing]].
Line 113: Line 113:
 
{{#switch: {{lc:{{{dyeable}}}}}
 
{{#switch: {{lc:{{{dyeable}}}}}
 
  | yes = * Can be [[Dye|dyed]].
 
  | yes = * Can be [[Dye|dyed]].
  | no = * Cannot be [[Dye|dyed]].
+
  | no = * Can not be [[Dye|dyed]].
 
  | useless = * Can be [[Dye|dyed]], but doesn't do anything
 
  | useless = * Can be [[Dye|dyed]], but doesn't do anything
 
  | amount = * Can be [[Dye|dyed]] using {{{dyeamount}}}g of paint.
 
  | amount = * Can be [[Dye|dyed]] using {{{dyeamount}}}g of paint.
 
  | multi = * This item has two [[Dye|dyeable]] sections.
 
  | multi = * This item has two [[Dye|dyeable]] sections.
  | rune = * Can not be dyed, but colored with a [[rune]]
+
  | rune = * Can be colored with a color [[rune]].
 
}}}}{{#if: {{{dyeamount|}}}|
 
}}}}{{#if: {{{dyeamount|}}}|
 
   * Can be [[Dye|dyed]] using {{{dyeamount}}}g of paint.
 
   * Can be [[Dye|dyed]] using {{{dyeamount}}}g of paint.
Line 129: Line 129:
 
{{!}}{{#ifeq:{{{note}}}|no|None|{{{note}}}}}}}
 
{{!}}{{#ifeq:{{{note}}}|no|None|{{{note}}}}}}}
 
|}
 
|}
{{#if:{{{skill|}}}|[[Category:{{{skill}}} items]]}}
+
 
 +
<!-- {{#if:{{{skill|}}}|[[Category:{{{skill}}} items]]}} -->
 +
<!-- The above line created incorrect categories if skill was either foraging or botanizing  -->
 +
 
 +
{{#if:{{{skill|}}}|
 +
  {{#switch: {{lc:{{{skill|}}}}}
 +
    | foraging=[[Category:Foraged items]]
 +
    | botanizing=[[Category:Botanized items]]
 +
    | #default=[[Category:{{{skill}}} items]]}}
 +
}}
 +
 
 
{{#switch: {{lc:{{{passive|}}}}}<!-- Add appropriate categories for various creations as indicated by the passive targeted item -->
 
{{#switch: {{lc:{{{passive|}}}}}<!-- Add appropriate categories for various creations as indicated by the passive targeted item -->
 
| [[roof plan]]=[[Category:Roofs]] [[Category:Structures]]
 
| [[roof plan]]=[[Category:Roofs]] [[Category:Structures]]

Latest revision as of 02:43, 7 December 2023

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 ***
|dyeamount=           ***Only add if it is dyeable, must be the amount (grams) of dye needed***
|requiredskill=       ***Only add if there's a hard skill requirement--the number goes here***              
}}
{{itemBox
|name=Huge shod club         *** defaults to {{PAGENAME}} ***
|result=1 '''huge shod club''' (15.00 kg)
|creation=no                 *** 'no' will result in 'The item can not be crafted',
                                 other options include farm, fish, botanize, forage,
                                 mine, wood, dig, butchering, cooking, unique  ***
|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
|improveskill=Paving         *** to specify that improving gives another skill
|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.
|dyeamount=1234
}}
{{itemBox
|image=xxxx.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
|dyeable=yes                   *** or no, multi, useless or rune

}}
{{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
}}
}}