Template:Access: Difference between revisions
From Space Station 14 Wiki
Created page with "<includeonly>{{{1|{{error|no access level provided}}}}}</includeonly><noinclude> {{docs}} <templatedata> { "params": {}, "description": "Creates a label representing an ID access level." } </templatedata> </noinclude>" |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{{1|{{error|no access level provided}}}}}</includeonly><noinclude> | <includeonly>'''{{{1|{{error|no access level provided}}}}}'''</includeonly><noinclude> | ||
{{docs}} | {{docs}} | ||
[[Category:Template starter-kit]] | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": {}, | "params": { | ||
"1": { | |||
"label": "Access", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Armory", | |||
"Atmospherics", | |||
"Bar", | |||
"Brig", | |||
"Detective", | |||
"Captain", | |||
"Cargo", | |||
"Chapel", | |||
"Chemistry", | |||
"ChiefEngineer", | |||
"ChiefMedicalOfficer", | |||
"Command", | |||
"Cryogenics", | |||
"Engineering", | |||
"External", | |||
"HeadOfPersonnel", | |||
"HeadOfSecurity", | |||
"Hydroponics", | |||
"Janitor", | |||
"Kitchen", | |||
"Lawyer", | |||
"Maintenance", | |||
"Medical", | |||
"Quartermaster", | |||
"Research", | |||
"ResearchDirector", | |||
"Salvage", | |||
"Security", | |||
"Service", | |||
"Theatre" | |||
], | |||
"required": true | |||
} | |||
}, | |||
"description": "Creates a label representing an ID access level." | "description": "Creates a label representing an ID access level." | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 22:14, 15 May 2025
Examples
Technical
Access levels are defined in Resources\Prototypes\Access
. Strings for them are defined in Resources\Locale\en-US\prototypes\access\accesses.ftl
.
Content.Shared\Access\Components\IdCardConsoleComponent.cs
.Creates a label representing an ID access level.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Access | 1 | no description
| Line | required |