Template:Item infobox: Difference between revisions
once again fixed categories display |
added solution capacity & composition |
||
Line 20: | Line 20: | ||
|Meow = {{{meoow|}}} | |Meow = {{{meoow|}}} | ||
|Internal Size = {{{internal size|}}} | |Internal Size = {{{internal size|}}} | ||
|Composition=Solution capacity, Solution chemicals | |||
|Solution capacity = {{{solution capacity|}}} | |||
|Solution composition = {{{solution composition|}}} | |||
|Technical Information = ID | |Technical Information = ID | ||
Line 134: | Line 138: | ||
"category 8": { | "category 8": { | ||
"label": "Category 8", | "label": "Category 8", | ||
"type": "line", | |||
"suggested": true | |||
}, | |||
"solution composition": { | |||
"label": "Solution composition", | |||
"description": "If an item holds a solution, which chemicals it is composed of? List them using a bullet list, each item starting on a new line.", | |||
"example": "* Nutriment [6u] * Amatoxin [3u] * Vitamin [4u]", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"solution capacity": { | |||
"label": "Solution capacity", | |||
"description": "If an item can hold a solution, how much can it hold?", | |||
"example": "13u", | |||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true | ||
Line 153: | Line 171: | ||
"size", | "size", | ||
"internal size", | "internal size", | ||
"solution capacity", | |||
"solution composition", | |||
"id" | "id" | ||
], | ], |
Revision as of 08:32, 3 April 2025
(though on what conditions — consult with the template itself)
- Category:Items
- [[:Category:<category>]]
Template:Item infobox/doc
Infobox templates for roles/jobs.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Infobox title | title | {{PAGENAME}} by default, using the title of the page.
| Line | required |
Image | image img | no description
| File | suggested |
Category 1 | category 1 category | Item category. If it has multiple, use other category fields. All specified categories will also be added as categories to the page. DO NOT put links are any formatting here.
| Line | suggested |
Category 2 | category 2 | no description | Line | suggested |
Category 3 | category 3 | no description | Line | suggested |
Category 4 | category 4 | no description | Line | suggested |
Category 5 | category 5 | no description | Line | suggested |
Category 6 | category 6 | no description | Line | suggested |
Category 7 | category 7 | no description | Line | suggested |
Category 8 | category 8 | no description | Line | suggested |
Type | type | no description
| Line | suggested |
Max Stack | max stack | no description
| Line | suggested |
Size | size | How big is this item? If it's a predefined size (like 'Large'), use template {{isize|<size>}} to format it. If it's a specific size (like 1x3), specify it as is. If it has multiple sizes (eg a welding tool), specify them in a bullet list (use smaller number first)
| String | suggested |
Internal size | internal size | How big is this item on the inside? Use {{infobox storage grid|grid1|grid2|grid3}} from the ingame YML files to define this.
| Line | suggested |
Solution capacity | solution capacity | If an item can hold a solution, how much can it hold?
| Line | suggested |
Solution composition | solution composition | If an item holds a solution, which chemicals it is composed of? List them using a bullet list, each item starting on a new line.
| String | suggested |
Item ID | id | Can be found in .yml files. If there are multiple IDs, use a bullet list.
| String | suggested |