- This help documentation is transcluded from Template:InfoboxCost/doc
Usage
This template displays an Infobox for a resource Cost (building, recipe, etc):
- bricks
- Cost in Brick
- clay
- Cost in Clay
- coal
- Cost in Coal
- firewood
- Cost in Firewood
- flax
- Cost in Flax
- flour
- Cost in Flour
- gold
- Cost in Gold also known as Gold Ingots
- goldore
- Cost in Gold Ore
- grain
- Cost in Grain
- heavytools
- Cost in Heavy Tools
- herbs
- Cost in Herbs
- honey
- Cost in Honey
- iron
- Cost in Iron also known as Iron Ingots
- labor
- Cost in Labor also known as Work
- logs
- Cost in Logs also known as Wood
- meat
- Cost in Meat
- milk
- Cost in Milk
- planks
- Cost in Planks
- sand
- Cost in Sand
- spices
- Cost in Spice
- stone
- Cost in Stone
- tallow
- Cost in Tallow
- water
- Cost in Water
- wax
- Cost in Wax
Blank Template
All empty values are required for formatting to work. Do NOT delete the 0 Fields. They will auto hide correctly if set to 0.
{{InfoboxCost | bricks = 0 | clay = 0 | coal = 0 | firewood = 0 | flax = 0 | flour = 0 | gold = 0 | goldore = 0 | grain = 0 | heavytools = 0 | herbs = 0 | honey = 0 | iron = 0 | labor = 0 | logs = 0 | meat = 0 | milk = 0 | planks = 0 | sand = 0 | spices = 0 | stone = 0 | tallow = 0 | water = 0 | wax = 0 }}
Example 1
{{InfoboxCost | bricks = 1 | clay = 2 | coal = 3 | firewood = 4 | flax = 5 | flour = 6 | gold = 7 | goldore = 8 | grain = 9 | heavytools = 10 | herbs = 11 | honey = 12 | iron = 13 | labor = 14 | logs = 15 | meat = 16 | milk = 17 | planks = 18 | sand = 19 | spices = 20 | stone = 21 | tallow = 22 | water = 23 | wax = 24 }}
14
|
1
|
2 |
3
|
4
|
5 |
6
|
7 |
8 |
9
|
10
|
11
|
12 |
13
|
15 |
16
|
17
|
18
|
19
|
20 |
21 |
22
|
23 |
24
|
---|
Example 2
{{InfoboxCost | bricks = 10 | clay = 0 | coal = 0 | flax = 0 | flour = 0 | gold = 10 | goldore = 0 | heavytools = 1 | herbs = 0 | iron = 0 | labor = 150 | logs = 0 | meat = 0 | milk = 0 | planks = 40 | sand = 0 | spices = 0 | stone = 0 | tallow = 0 | water = 0 | wax = 0 }}
150
|
10
|
10
|
1
|
40
|
---|
Example 3
Need all empty numbers or this will happen.
{{InfoboxCost | labor = 15 | gold = 100 | bricks = 10 | planks = 1 }}
15
|
10
|
100
|
1
|
---|