{{{!}}}- {{{!}}} item's slot class when in a slot (SlotClass.None, etc)
{{{!}}}- {{{!}}} item's sorting class (used in Logic Sorter) (SortingClass.Default, etc)
{{{!}}}
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 (number only)
| 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
| prefabhash = item's prefab. hash
| prefabname = item's prefab. name
| slot_class = item's slot class when in a slot (SlotClass.None, etc)
| sorting_class = item's sorting class (used in Logic Sorter) (SortingClass.Default, etc)
| nutrition = item's nutrition value (if food)
| quality = item's quality rating (if food)
| growthtime = item's growth time (if plant)
}}
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 =
| prefabhash =
| prefabname =
| slot_class =
| sorting_class =
| nutrition =
| quality =
| growthtime =
}}
TemplateData
Template parameters[Edit template data] | Parameter | Description | Type | Status |
|---|
| Name | name | item's name
| String | optional |
|---|
| Image | image | item's image
| File | suggested |
|---|
| Stacks | stacks | item's stacks (number only)
| Number | optional |
|---|
| autoignition | autoignition | no description
| Unknown | optional |
|---|
| flashpoint | flashpoint | no description
| Unknown | optional |
|---|
| Paintable | paintable | item is paintable - Example
- true/false/yes/no
| Boolean | optional |
|---|
| Constructs | constructs | item's constructing variations
| Unknown | optional |
|---|
| usedwith | usedwith | no description
| Unknown | optional |
|---|
| maxinpower | maxinpower | no description
| Unknown | optional |
|---|
| maxoutpower | maxoutpower | no description
| Unknown | optional |
|---|
| maxpressure | maxpressure | no description
| Unknown | optional |
|---|
| pressurerange | pressurerange | no description
| Unknown | optional |
|---|
| maxtemp | maxtemp | no description
| Unknown | optional |
|---|
| temprange | temprange | no description
| Unknown | optional |
|---|
| volume | volume | no description
| Unknown | optional |
|---|
| createdwith | createdwith | no description
| String | deprecated |
|---|
| cost | cost | no description
| Unknown | deprecated |
|---|
| recipe_machine1 | recipe_machine1 | no description
| String | suggested |
|---|
| recipe_cost1 | recipe_cost1 | no description
| Unknown | suggested |
|---|
| recipe_machine2 | recipe_machine2 | no description
| String | optional |
|---|
| recipe_cost2 | recipe_cost2 | no description
| Unknown | optional |
|---|
| recipe_machine3 | recipe_machine3 | no description
| String | optional |
|---|
| recipe_cost3 | recipe_cost3 | no description
| Unknown | optional |
|---|
| logic | logic | no description
| Unknown | optional |
|---|
| prefabhash | prefabhash | no description
| Number | suggested |
|---|
| prefabname | prefabname | no description
| String | suggested |
|---|
| Slot Class | slot_class | item's slot class when in a slot (SlotClass.None, etc) - Example
- SlotClass.None
| String | optional |
|---|
| Sorting Class | sorting_class | item's sorting class (used in Logic Sorter) (SortingClass.Default, etc) - Example
- SortingClass.Default
| String | optional |
|---|
| hashid | hashid | no description
| Unknown | deprecated |
|---|
| nutrition | nutrition | no description
| Unknown | optional |
|---|
| quality | quality | no description
| Unknown | optional |
|---|
| growthtime | growthtime | no description
| Unknown | optional |
|---|
| moodbonus | moodbonus | no description
| Unknown | optional |
|---|
| module | module | no description
| Unknown | optional |
|---|
| module2 | module2 | no description
| Unknown | optional |
|---|
| module3 | module3 | no description
| Unknown | optional |
|---|
| module4 | module4 | no description
| Unknown | optional |
|---|
|