Template:Medical items navbox: Difference between revisions
From Space Station 14 Wiki
m updated names to match in game names |
added state param |
||
Line 2: | Line 2: | ||
| template = Medical items navbox | | template = Medical items navbox | ||
| title = Items: Medical | | title = Items: Medical | ||
| state = {{{state|yes}}} | |||
| striped = even | | striped = even | ||
Line 33: | Line 34: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": {}, | "params": { | ||
"state": { | |||
"label": "State", | |||
"description": "Initial navbox state. By default, state is 'yes', meaning navbox is expanded and collapsible. If set to 'collapsed', navbox is collapsed and expandable. If set to 'plain', navbox is expanded and NOT collapsible.", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"collapsed", | |||
"plain", | |||
"yes" | |||
], | |||
"default": "plain", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "A navigation section for medical items.", | "description": "A navigation section for medical items.", | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Revision as of 11:53, 29 March 2025
A navigation section for medical items.
Parameter | Description | Type | Status | |
---|---|---|---|---|
State | state | Initial navbox state. By default, state is 'yes', meaning navbox is expanded and collapsible. If set to 'collapsed', navbox is collapsed and expandable. If set to 'plain', navbox is expanded and NOT collapsible.
| Line | suggested |