Template:Item infobox: Difference between revisions
From Space Station 14 Wiki
corrected 'image' param example |
standardized a few param names (spaces are more readable) |
||
Line 10: | Line 10: | ||
|Category = {{{category|}}} | |Category = {{{category|}}} | ||
|Type = {{{type|}}} | |Type = {{{type|}}} | ||
|Max stack = {{{ | |Max stack = {{{max stack|}}} | ||
|Size = {{{size|}}} | |Size = {{{size|}}} | ||
|Meow = {{{meoow|}}} | |Meow = {{{meoow|}}} | ||
|Internal Size = {{{ | |Internal Size = {{{internal size|}}} | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{docs}} | {{docs}} | ||
Line 41: | Line 41: | ||
"suggested": true, | "suggested": true, | ||
"example": "Advanced topicals, tools, ect" | "example": "Advanced topicals, tools, ect" | ||
}, | }, | ||
"size": { | "size": { | ||
Line 55: | Line 49: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "category": { | ||
"label": "Category", | |||
"example": "Medical", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"max stack": { | |||
"label": "Max Stack", | |||
"example": "10, 30, 1", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"internal size": { | |||
"label": "internalsize", | "label": "internalsize", | ||
"description": "How big is this item on the inside? For Example, medkits are 3x3 in a backpack but 2x4 on the inside", | "description": "How big is this item on the inside? For Example, medkits are 3x3 in a backpack but 2x4 on the inside", | ||
"example": "2x3, 2x4, 10x8,", | "example": "2x3, 2x4, 10x8,", | ||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true | ||
Line 74: | Line 74: | ||
"category", | "category", | ||
"type", | "type", | ||
" | "max stack", | ||
"size", | "size", | ||
" | "internal size" | ||
], | ], | ||
"description": "Infobox templates for roles/jobs.", | "description": "Infobox templates for roles/jobs.", |
Revision as of 10:26, 22 March 2025
Infobox templates for roles/jobs.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Infobox title | title | no description
| Line | required |
Image | image img | no description
| File | suggested |
Category | category | 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? (use smaller number first)
| Line | suggested |
internalsize | internal size | How big is this item on the inside? For Example, medkits are 3x3 in a backpack but 2x4 on the inside
| Line | suggested |