Template:Radio channel: Difference between revisions
From Space Station 14 Wiki
(Created page with "<includeonly>{{#switch: {{lc: {{{1}}}}} |; |common = <span style="color: #32cd32;">;Common</span> |y |centcom = <span style="color: #2681a5;">;CentCom</span> |c |command = <span style="color: #fcdf03;">;Command</span> |e |engineering = <span style="color: #f37746;">;Engineering</span> |m |medical = <span style="color: #57b8f0;">;Medical</span> |n |science = <span style="color: #c68cfa;">;Science</span> |s |security = <span style="color: #dd3535;">;Security</span>...") |
(alias) |
||
Line 41: | Line 41: | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{refactor on new extensions arrival|switch to colored text; use variables}} | {{refactor on new extensions arrival|switch to colored text; use variables}} | ||
{{has alias template|Rch}} | |||
{{docs}} | {{docs}} |
Revision as of 22:25, 7 July 2024
Has an alias
This template has an alternative name:
Based on Resources\Prototypes\radio_channels.yml
Examples
Radio channel | How it looks |
---|---|
; Common |
;Common |
y cc centcom |
;CentCom |
c cmd command |
;Command |
e eng engineering |
;Engineering |
m med medical |
;Medical |
n sci science |
;Science |
s sec security |
;Security |
v service |
;Service |
u sup supply |
;Supply |
t synd syndicate |
;Syndicate |
hh handheld |
|
b binary |
;Binary |
f freelance |
;Freelance |
Generates a label corresponding to a radio channel, like you would type in chat.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Channel code or name | 1 | Either a channel code (e.g. "e" for Engineering) or a channel name (e.g. "Engineering"). Supports any casing, lowercase included.
| Line | required |