Template:Radio channel: Difference between revisions

From Space Station 14 Wiki
No edit summary
(added more shorthands - now synced up with {{color}})
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#switch: {{lc: {{{1}}}}}
<includeonly>{{#switch: {{lc: {{{1}}}}}
|;
|;
|common = <span style="color: #32cd32;">:; Common</span>
|common =  
{{#vardefine: radio_channel_label|{{colon}}; Common}}
{{#vardefine: radio_channel_color|{{color|radio:common}}}}


|y
|y
|centcom = <span style="color: #2681a5;">:y CentCom</span>
|cc
|centcom =  
{{#vardefine: radio_channel_label|{{colon}}y CentCom}}
{{#vardefine: radio_channel_color|{{color|radio:CentCom}}}}


|c
|c
|command = <span style="color: #fcdf03;">:c Command</span>
|cmd
|command =  
{{#vardefine: radio_channel_label|{{colon}}c Command}}
{{#vardefine: radio_channel_color|{{color|radio:Command}}}}


|e
|e
|engineering = <span style="color: #f37746;">:e Engineering</span>
|eng
|engineering =  
{{#vardefine: radio_channel_label|{{colon}}e Engineering}}
{{#vardefine: radio_channel_color|{{color|radio:Engineering}}}}


|m
|m
|medical = <span style="color: #57b8f0;">:m Medical</span>
|med
|medical =  
{{#vardefine: radio_channel_label|{{colon}}m Medical}}
{{#vardefine: radio_channel_color|{{color|radio:Medical}}}}


|n
|n
|science = <span style="color: #c68cfa;">:n Science</span>
|sci
|science =  
{{#vardefine: radio_channel_label|{{colon}}n Science}}
{{#vardefine: radio_channel_color|{{color|radio:Science}}}}


|s
|s
|security = <span style="color: #dd3535;">:s Security</span>
|sec
|security =  
{{#vardefine: radio_channel_label|{{colon}}s Security}}
{{#vardefine: radio_channel_color|{{color|radio:Security}}}}


|v
|v
|service = <span style="color: #6ca729;">:v Service</span>
|service =  
{{#vardefine: radio_channel_label|{{colon}}v Service}}
{{#vardefine: radio_channel_color|{{color|radio:Service}}}}


|u
|u
|supply = <span style="color: #b88646;">:u Supply</span>
|sup
|supply =  
{{#vardefine: radio_channel_label|{{colon}}u Supply}}
{{#vardefine: radio_channel_color|{{color|radio:Supply}}}}


|t
|t
|syndicate = <span style="color: #8f4a4b;">:t Syndicate</span>
|synd
|syndicate =  
{{#vardefine: radio_channel_label|{{colon}}t Syndicate}}
{{#vardefine: radio_channel_color|{{color|radio:Syndicate}}}}


|handheld = <span style="color: #d39f01;">: Handheld</span>
|hh
|handheld =  
{{#vardefine: radio_channel_label|{{;}} Handheld}}
{{#vardefine: radio_channel_color|{{color|radio:Handheld}}}}


|b
|b
|binary = <span style="color: #2ed2fd;">:b Binary</span>
|binary =  
{{#vardefine: radio_channel_label|{{colon}}b Binary}}
{{#vardefine: radio_channel_color|{{color|radio:Binary}}}}


|f
|f
|freelance = <span style="color: #f6ce64;">:f Freelance</span>
|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-->}}<!--
}}</includeonly><noinclude>
 
{{refactor on new extensions arrival|switch to colored text; use variables}}
--><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:
Template documentation
view or edit this documentation about template documentation

Based on Resources\Prototypes\radio_channels.yml

Examples

Radio channel How it looks
;
Common

:; Common
:; Common

y
cc
centcom

:y CentCom
:y CentCom
:y CentCom

c
cmd
command

:c Command
:c Command
:c Command

e
eng
engineering

:e Engineering
:e Engineering
:e Engineering

m
med
medical

:m Medical
:m Medical
:m Medical

n
sci
science

:n Science
:n Science
:n Science

s
sec
security

:s Security
:s Security
:s Security

v
service

:v Service
:v Service

u
sup
supply

:u Supply
:u Supply
:u Supply

t
synd
syndicate

:t Syndicate
:t Syndicate
:t Syndicate

hh
handheld

; Handheld
; Handheld

b
binary

:b Binary
:b Binary

f
freelance

:f Freelance
:f Freelance

Generates a label corresponding to a radio channel, like you would type in chat.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Channel code or name1

Either a channel code (e.g. "e" for Engineering) or a channel name (e.g. "Engineering"). Supports any casing, lowercase included.

Suggested values
; Common y cc CentCom c cmd Command e eng Engineering m med Medical n sci Science s sec Security v Service u sup Supply t synd Syndicate hh Handheld b Binary f Freelance
Linerequired