Template:Radio channel: Difference between revisions
(alias) |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#switch: {{lc: {{{1}}}}} | <includeonly>{{#switch: {{lc: {{{1}}}}} | ||
|; | |; | ||
|common = <span style="color: #32cd32;">;Common</span> | |common = <span style="color: #32cd32;">:; Common</span> | ||
|y | |y | ||
|centcom = <span style="color: #2681a5;"> | |centcom = <span style="color: #2681a5;">:y CentCom</span> | ||
|c | |c | ||
|command = <span style="color: #fcdf03;"> | |command = <span style="color: #fcdf03;">:c Command</span> | ||
|e | |e | ||
|engineering = <span style="color: #f37746;"> | |engineering = <span style="color: #f37746;">:e Engineering</span> | ||
|m | |m | ||
|medical = <span style="color: #57b8f0;"> | |medical = <span style="color: #57b8f0;">:m Medical</span> | ||
|n | |n | ||
|science = <span style="color: #c68cfa;"> | |science = <span style="color: #c68cfa;">:n Science</span> | ||
|s | |s | ||
|security = <span style="color: #dd3535;"> | |security = <span style="color: #dd3535;">:s Security</span> | ||
|v | |v | ||
|service = <span style="color: #6ca729;"> | |service = <span style="color: #6ca729;">:v Service</span> | ||
|u | |u | ||
|supply = <span style="color: #b88646;"> | |supply = <span style="color: #b88646;">:u Supply</span> | ||
|t | |t | ||
|syndicate = <span style="color: #8f4a4b;"> | |syndicate = <span style="color: #8f4a4b;">:t Syndicate</span> | ||
|handheld = <span style="color: #d39f01;"> | |handheld = <span style="color: #d39f01;">: Handheld</span> | ||
|b | |b | ||
|binary = <span style="color: #2ed2fd;"> | |binary = <span style="color: #2ed2fd;">:b Binary</span> | ||
|f | |f | ||
|freelance = <span style="color: #f6ce64;"> | |freelance = <span style="color: #f6ce64;">:f Freelance</span> | ||
| | |{{error|unknown channel{{colon}} {{{1}}}}} | ||
}}</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}} |
Revision as of 22:29, 7 July 2024
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 |
unknown channel: hh |
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 |