Template:Radio channel: Difference between revisions
From Space Station 14 Wiki
No edit summary |
(added more shorthands - now synced up with {{color}}) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#switch: {{lc: {{{1}}}}} | <includeonly>{{#switch: {{lc: {{{1}}}}} | ||
|; | |; | ||
|common = | |common = | ||
{{#vardefine: radio_channel_label|{{colon}}; Common}} | |||
{{#vardefine: radio_channel_color|{{color|radio:common}}}} | |||
|y | |y | ||
|centcom = | |cc | ||
|centcom = | |||
{{#vardefine: radio_channel_label|{{colon}}y CentCom}} | |||
{{#vardefine: radio_channel_color|{{color|radio:CentCom}}}} | |||
|c | |c | ||
|command = | |cmd | ||
|command = | |||
{{#vardefine: radio_channel_label|{{colon}}c Command}} | |||
{{#vardefine: radio_channel_color|{{color|radio:Command}}}} | |||
|e | |e | ||
|engineering = | |eng | ||
|engineering = | |||
{{#vardefine: radio_channel_label|{{colon}}e Engineering}} | |||
{{#vardefine: radio_channel_color|{{color|radio:Engineering}}}} | |||
|m | |m | ||
|medical = | |med | ||
|medical = | |||
{{#vardefine: radio_channel_label|{{colon}}m Medical}} | |||
{{#vardefine: radio_channel_color|{{color|radio:Medical}}}} | |||
|n | |n | ||
|science = | |sci | ||
|science = | |||
{{#vardefine: radio_channel_label|{{colon}}n Science}} | |||
{{#vardefine: radio_channel_color|{{color|radio:Science}}}} | |||
|s | |s | ||
|security = | |sec | ||
|security = | |||
{{#vardefine: radio_channel_label|{{colon}}s Security}} | |||
{{#vardefine: radio_channel_color|{{color|radio:Security}}}} | |||
|v | |v | ||
|service = | |service = | ||
{{#vardefine: radio_channel_label|{{colon}}v Service}} | |||
{{#vardefine: radio_channel_color|{{color|radio:Service}}}} | |||
|u | |u | ||
|supply = | |sup | ||
|supply = | |||
{{#vardefine: radio_channel_label|{{colon}}u Supply}} | |||
{{#vardefine: radio_channel_color|{{color|radio:Supply}}}} | |||
|t | |t | ||
|syndicate = | |synd | ||
|syndicate = | |||
{{#vardefine: radio_channel_label|{{colon}}t Syndicate}} | |||
{{#vardefine: radio_channel_color|{{color|radio:Syndicate}}}} | |||
|handheld = | |hh | ||
|handheld = | |||
{{#vardefine: radio_channel_label|{{;}} Handheld}} | |||
{{#vardefine: radio_channel_color|{{color|radio:Handheld}}}} | |||
|b | |b | ||
|binary = | |binary = | ||
{{#vardefine: radio_channel_label|{{colon}}b Binary}} | |||
{{#vardefine: radio_channel_color|{{color|radio:Binary}}}} | |||
|f | |f | ||
|freelance = | |freelance = | ||
{{#vardefine: radio_channel_label|{{colon}}f Freelance}} | |||
{{#vardefine: radio_channel_color|{{color|radio:Freelance}}}} | |||
|{{error|unknown channel{{colon}} {{{1}}}}} | |{{error|unknown channel{{colon}} "{{{1}}}"}}<!--/switch-->}}<!-- | ||
}}< | |||
{{ | --><span style="color: {{#var:radio_channel_color}};"><!-- | ||
-->{{colored text|{{#var:radio_channel_color}}|{{#var:radio_channel_label}}}}<!-- | |||
--></span></includeonly><noinclude> | |||
{{has alias template|Rch}} | {{has alias template|Rch}} | ||
Line 57: | Line 94: | ||
"Common", | "Common", | ||
"y", | "y", | ||
"cc", | |||
"CentCom", | "CentCom", | ||
"c", | "c", | ||
"cmd", | |||
"Command", | "Command", | ||
"e", | "e", | ||
"eng", | |||
"Engineering", | "Engineering", | ||
"m", | "m", | ||
"med", | |||
"Medical", | "Medical", | ||
"n", | "n", | ||
"sci", | |||
"Science", | "Science", | ||
"s", | "s", | ||
"sec", | |||
"Security", | "Security", | ||
"v", | "v", | ||
"Service", | "Service", | ||
"u", | "u", | ||
"sup", | |||
"Supply", | "Supply", | ||
"t", | "t", | ||
"synd", | |||
"Syndicate", | "Syndicate", | ||
"hh", | |||
"Handheld", | "Handheld", | ||
"b", | "b", |
Latest revision as of 16:09, 9 August 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 |
:y CentCom |
c cmd command |
:c Command |
e eng engineering |
:e Engineering |
m med medical |
:m Medical |
n sci science |
:n Science |
s sec security |
:s Security |
v service |
:v Service |
u sup supply |
:u Supply |
t synd syndicate |
:t Syndicate |
hh handheld |
; Handheld |
b binary |
:b Binary |
f freelance |
:f 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 |