Template:Item infobox: Difference between revisions
From Space Station 14 Wiki
enabled block formatting for the template; enabled block formatting for ID field |
impov. ID field docs |
||
Line 79: | Line 79: | ||
"id": { | "id": { | ||
"label": "Item ID", | "label": "Item ID", | ||
"description": "Can be found in .yml files.", | "description": "Can be found in .yml files. If there are multiple IDs, use a bullet list.", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"example": "{{c|BloodPack}} / * {{c|MedkitCombatFilled}} (filled) * {{c|MedkitCombat}} (empty)" | |||
} | } | ||
}, | }, |
Revision as of 13:56, 29 March 2025
Populates categories
This template will add categories when used:
(though on what conditions — consult with the template itself)
(though on what conditions — consult with the template itself)
- Category:Items
- [[:Category:<category> items]]
Template:Item infobox/doc
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 |
Internal size | 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 |
Item ID | id | Can be found in .yml files. If there are multiple IDs, use a bullet list.
| String | suggested |