Template:Role infobox: Difference between revisions
From Space Station 14 Wiki
No edit summary |
dropped template styles |
||
(9 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|sep=, | |sep=, | ||
|title={{{title|}}} | |title={{{title|}}} | ||
|image={{#if:{{{image|}}}|[[File:{{{image}}}|250px]]}} | |image={{#if:{{{image|{{{img|}}}}}}|[[File:{{{image|{{{img}}}}}}|250px]]}} | ||
|sections=Main | |sections=Main | ||
|Main=Access, Difficulty, Duties, Supervisors, Subordinates, Guides | |Main=Department, Access, Difficulty, Duties, Supervisors, Subordinates, Radio channels, Guides | ||
|Main_nolabel = yes | |Main_nolabel = yes | ||
|Department = {{{department|}}} | |||
|Access = {{{access|}}} | |Access = {{{access|}}} | ||
|Difficulty = {{{difficulty|}}} | |Difficulty = {{{difficulty|}}} | ||
Line 13: | Line 14: | ||
|Supervisors = {{{supervisors|}}} | |Supervisors = {{{supervisors|}}} | ||
|Subordinates = {{{subordinates|}}} | |Subordinates = {{{subordinates|}}} | ||
|Radio channels = {{{radio|}}} | |||
|Radio channels_class = flat-bullet-list | |||
|Guides = {{{guides|}}} | |Guides = {{{guides|}}} | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{docs}} | {{docs|bb= | ||
}} | |||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
Line 31: | Line 35: | ||
"example": "File:Detective.png", | "example": "File:Detective.png", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true, | ||
"aliases": [ | |||
"img" | |||
] | |||
}, | }, | ||
"access": { | "access": { | ||
Line 68: | Line 75: | ||
"example": "This is the guide. / [[Medical]], [[Medicine]]", | "example": "This is the guide. / [[Medical]], [[Medicine]]", | ||
"type": "line", | "type": "line", | ||
"suggested": true | |||
}, | |||
"department": { | |||
"label": "Department", | |||
"example": "Security", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"radio": { | |||
"label": "Radio channels (comms)", | |||
"description": "What radio channels are available round-start? If multiple channels are available, list each on a separate line starting with '*'.", | |||
"example": "{{rch|supply}} / * {{rch|binary}} * {{rch|science}} ", | |||
"type": "string", | |||
"suggested": true | "suggested": true | ||
} | } | ||
Line 74: | Line 94: | ||
"title", | "title", | ||
"image", | "image", | ||
"department", | |||
"access", | "access", | ||
"difficulty", | "difficulty", | ||
Line 79: | Line 100: | ||
"supervisors", | "supervisors", | ||
"subordinates", | "subordinates", | ||
"guides" | "guides", | ||
] | "radio" | ||
], | |||
"description": "Infobox templates for roles/jobs.", | |||
"format": "block" | |||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Latest revision as of 13:26, 29 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 |
Department | department | no description
| Line | suggested |
Level of access | access | no description
| Line | suggested |
Difficulty | difficulty | no description
| Line | suggested |
Duties | duties | What this role entails? | Line | suggested |
Supervisors | supervisors | no description
| Line | suggested |
Subordinates | subordinates | no description
| Line | suggested |
Guides | guides | List of guides for this role.
| Line | suggested |
Radio channels (comms) | radio | What radio channels are available round-start? If multiple channels are available, list each on a separate line starting with '*'.
| String | suggested |