Difference between revisions of "Itembox/doc"
From Unofficial Stationeers Wiki
< Template:Itembox
(Created page with "{{Itembox | name = item's name | image = item's image | stacks = item's stacks | paintable = item is paintable | constructs = ite...") |
m |
||
| Line 55: | Line 55: | ||
| prefabhash = item's prefab. hash | | prefabhash = item's prefab. hash | ||
}} | }} | ||
| − | + | </nowiki> | |
=Template= | =Template= | ||
Here's a blank example you can copy to fill in the data | Here's a blank example you can copy to fill in the data | ||
| Line 84: | Line 84: | ||
| hashid = | | hashid = | ||
| prefabhash = | | prefabhash = | ||
| − | }} | + | }}</nowiki> |
| − | |||
Revision as of 03:37, 6 August 2023
| item's image | |
| Constructing Options | item's constructing variations |
|---|---|
| Used With | usedwith |
| Max Input Power | item's maximum input power |
| Max Output Power | item's maximum output power |
| Max Pressure | item's maximum pressure |
| Pressure Range | item's pressure range |
| Max Temperature | item's maximum temperature |
| Temperature Range | item's temperature range |
| Volume | item's volume |
| Properties | |
| Stacks | item's stacks |
| Paintable | item is paintable |
| Recipe | |
| Created With | old style item's recipe machine |
| Cost | old style item's recipe cost |
| Recipes | |
| new style recipe machine (1) | new style recipe machine (1) cost |
| new style recipe machine (2) | new style recipe machine (2) cost |
| new style recipe machine (3) | new style recipe machine (3) cost |
| Logic | |
| Item Hash | item's prefab. hash |
| Logic Parameters | item's logic parameter |
Example
The following code produces the box presented on the right. All possible arguments are utilized in this example.
{{Itembox
| name = item's name
| image = item's image
| stacks = item's stacks
| paintable = item is paintable
| constructs = item's constructing variations
| createdwith = old style item's recipe machine
| cost = old style item's recipe cost
| recipe_machine1 = new style recipe machine (1)
| recipe_cost1 = new style recipe machine (1) cost
| recipe_machine2 = new style recipe machine (2)
| recipe_cost2 = new style recipe machine (2) cost
| recipe_machine3 = new style recipe machine (3)
| recipe_cost3 = new style recipe machine (3) cost
| usedwith = usedwith
| maxinpower = item's maximum input power
| maxoutpower = item's maximum output power
| maxpressure = item's maximum pressure
| pressurerange = item's pressure range
| maxtemp = item's maximum temperature
| temprange = item's temperature range
| logic = item's logic parameter
| volume = item's volume
| hashid = item's hash id
| prefabhash = item's prefab. hash
}}
Template
Here's a blank example you can copy to fill in the data
{{Itembox
| name =
| image =
| stacks =
| paintable =
| constructs =
| createdwith =
| cost =
| recipe_machine1 =
| recipe_cost1 =
| recipe_machine2 =
| recipe_cost2 =
| recipe_machine3 =
| recipe_cost3 =
| usedwith =
| maxinpower =
| maxoutpower =
| maxpressure =
| pressurerange =
| maxtemp =
| temprange =
| logic =
| volume =
| hashid =
| prefabhash =
}}
