Difference between revisions of "Template:Infobox radio station/doc"
(→Usage: Clarified; added modulation line) |
imported>Shkuru Afshar |
||
(155 intermediate revisions by 76 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Documentation subpage}} | |
− | + | <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | |
− | + | {{High-use}} | |
− | + | {{Auto short description}} | |
− | + | {{Lua|Module:InfoboxImage|Module:Check for unknown parameters|Module:Type in location}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | | | ||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | }} | ||
− | |||
− | + | == Usage == | |
− | < | + | {{Parameter names example | _template=Infobox radio station | above | name | callsign | logo | logo_size | logo_alt | logo_caption | image | image_size | image_alt | caption | city | area | frequency | rds | branding | slogan | language | languages | format | subchannels | network | affiliations | owner | licensee | operator | sister_stations | founded | airdate | last_airdate | former_callsigns | former_names | former_frequencies | callsign_meaning | facility_id | class | power | erp | haat | coordinates | translator | translators | repeater | repeaters | licensing_authority | webcast | website}} |
− | <!-- | + | <pre style="overflow: auto;"> |
− | + | <nowiki>{{Infobox radio station | |
− | + | | name = | |
− | + | | city = | |
+ | | above = | ||
+ | | callsign = | ||
+ | | logo = | ||
+ | | logo_size = | ||
+ | | logo_alt = | ||
+ | | logo_caption = | ||
+ | | image_alt = | ||
+ | | caption = | ||
+ | | area = | ||
+ | | frequency = | ||
+ | | rds = | ||
+ | | branding = | ||
+ | | slogan = | ||
+ | | languages = | ||
+ | | format = | ||
+ | | subchannels = | ||
+ | | network = | ||
+ | | affiliations = | ||
+ | | owner = | ||
+ | | licensee = | ||
+ | | operator = | ||
+ | | sister_stations = | ||
+ | | founded = | ||
+ | | airdate = | ||
+ | | last_airdate = | ||
+ | | former_callsigns = | ||
+ | | former_names = | ||
+ | | former_frequencies = | ||
+ | | callsign_meaning = <!--do not apply special formatting--> | ||
+ | | licensing_authority = | ||
+ | | facility_id = | ||
+ | | class = | ||
+ | | power = | ||
+ | | erp = | ||
+ | | haat = | ||
+ | | coordinates = | ||
+ | | translators = | ||
+ | | repeaters = | ||
+ | | webcast = | ||
+ | | website = | ||
+ | | child = | ||
+ | | embed_header = | ||
+ | | embedded = | ||
+ | }}</nowiki></pre> | ||
− | < | + | == Parameters == |
− | [[ | + | All fields except for <code>name</code>, <code>format</code>, and <code>owner</code> are optional and will be hidden when not used; when values are entered for the relevant parameters, the fields will automatically appear. |
− | [[ | + | |
− | </includeonly> | + | The parameters <code>translator</code> and <code>repeater</code> should not both be used, except in unusual circumstances. |
+ | |||
+ | ==Country-specific licensing parameters== | ||
+ | This template displays links to license information for select countries when certain parameters are supplied. | ||
+ | |||
+ | ===Australia=== | ||
+ | Set <code>licensing_authority</code> to <code><nowiki>[[Australian Communications and Media Authority|ACMA]]</nowiki></code> and enter the Broadcast Service Licence (BSL) number in the field <code>acma_bsl</code>. | ||
+ | |||
+ | ===Brazil=== | ||
+ | Set <code>licensing_authority</code> to <code><nowiki>[[National Telecommunications Agency (Brazil)|ANATEL]]</nowiki></code> and enter the hexadecimal Channel ID in the field <code>anatel_id</code>. This is the field labeled "ID do Canal" in the last column of the [http://sistemas.anatel.gov.br/se/public/view/b/srd.php ANATEL station search tool]. | ||
+ | |||
+ | ===United States=== | ||
+ | Set <code>licensing_authority</code> to <code><nowiki>[[Federal Communications Commission|FCC]]</nowiki></code> and enter the numeric Facility ID in the field <code>facility_id</code>. The template will determine if the station is AM or FM by if the <code>power</code> (AM) or <code>erp</code> (FM) parameter is filled. | ||
+ | |||
+ | == Sub-templates == | ||
+ | Where possible, use: | ||
+ | |||
+ | * {{Tl|Frequency}} | ||
+ | * {{Tl|Start date}} | ||
+ | * {{Tl|End date}} | ||
+ | * {{Tl|Coord}} | ||
+ | * {{Tl|URL}} | ||
+ | |||
+ | as above. | ||
+ | |||
+ | If the radio station streams, consider using: | ||
+ | |||
+ | * {{Tl|TuneIn}} | ||
+ | * {{Tl|IHeartRadio}} | ||
+ | * {{Tl|Radio.com}} | ||
+ | |||
+ | If the radio station broadcasts digitally using the [[HD Radio]] digital radio standard, include {{Tl|HD Radio}} as part of the frequency parameter. | ||
+ | |||
+ | == Microformat == | ||
+ | {{UF-hcard-geo}} | ||
+ | |||
+ | == TemplateData == | ||
+ | {{TemplateData header}} | ||
+ | <templatedata> | ||
+ | { | ||
+ | "description": "Infobox for radio stations", | ||
+ | "params": { | ||
+ | "name": { | ||
+ | "label": "Name", | ||
+ | "description": "Name of radio station, often the call sign", | ||
+ | "type": "line", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "image": { | ||
+ | "label": "Image", | ||
+ | "description": "Second image", | ||
+ | "type": "wiki-file-name" | ||
+ | }, | ||
+ | "city": { | ||
+ | "label": "City", | ||
+ | "description": "Name of city of license", | ||
+ | "type": "wiki-page-name", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "area": { | ||
+ | "label": "Area", | ||
+ | "description": "Name of broadcast area", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "branding": { | ||
+ | "label": "Branding", | ||
+ | "description": "Branding", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "slogan": { | ||
+ | "label": "Slogan", | ||
+ | "description": "Slogan of radio station", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "frequency": { | ||
+ | "label": "Frequency", | ||
+ | "description": "Frequency in Hertz, using {{Frequency|NNN|XHz}}; additionally include {{HD Radio}} when the station broadcasts using that digital radio standard", | ||
+ | "type": "line", | ||
+ | "example": "{{Frequency|1010|kHz}} or {{Frequency|91.7|MHz}} {{HD Radio}}", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "rds": { | ||
+ | "label": "Radio Data System", | ||
+ | "description": "[[Radio Data System]] programme service name", | ||
+ | "type": "line" | ||
+ | }, | ||
+ | "translator": { | ||
+ | "label": "Translators", | ||
+ | "description": "Translator(s)", | ||
+ | "type": "content", | ||
+ | "aliases": [ | ||
+ | "translators" | ||
+ | ] | ||
+ | }, | ||
+ | "repeater": { | ||
+ | "label": "Repeaters", | ||
+ | "description": "Repeater(s)", | ||
+ | "type": "content", | ||
+ | "aliases": [ | ||
+ | "repeaters" | ||
+ | ] | ||
+ | }, | ||
+ | "airdate": { | ||
+ | "label": "First air date", | ||
+ | "description": "First date of broadcast, using {{Start date|YYYY|MM|DD}}", | ||
+ | "type": "content", | ||
+ | "example": "{{Start date|1999|01|20}}", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "format": { | ||
+ | "label": "Format", | ||
+ | "description": "Programming format", | ||
+ | "type": "content", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "power": { | ||
+ | "label": "Power", | ||
+ | "description": "Power rating for AM stations, in watts", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "erp": { | ||
+ | "label": "ERP", | ||
+ | "description": "Effective radiated power for FM stations, in watts", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "haat": { | ||
+ | "label": "HAAT", | ||
+ | "description": "Height above average terrain, in meters", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "class": { | ||
+ | "label": "Class", | ||
+ | "description": "Class", | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "facility_id": { | ||
+ | "label": "Facility ID", | ||
+ | "description": "(For US stations) Facility ID number assigned by the US [[Federal Communications Commission]].", | ||
+ | "type": "number" | ||
+ | }, | ||
+ | "coordinates": { | ||
+ | "label": "Coordinates", | ||
+ | "description": "Transmitter coordinates, using {{coord|}}", | ||
+ | "suggested": true, | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "callsign_meaning": { | ||
+ | "label": "Call sign meaning", | ||
+ | "description": "Call sign meaning. Do not apply special formatting to the expanded acronym, per [[MOS:ACRO]] and [[Talk:WNGH-TV#RfC about TV and radio station style variances]].", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "former_callsigns": { | ||
+ | "label": "Former call signs", | ||
+ | "description": "Former call signs", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "former_frequencies": { | ||
+ | "label": "Former frequencies", | ||
+ | "description": "Former frequencies", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "former_names": { | ||
+ | "label": "Former names", | ||
+ | "description": "Former names of radio station. Don't use if former_callsigns is being used as well.", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "network": { | ||
+ | "label": "Network", | ||
+ | "description": "Network to which station belongs", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "affiliations": { | ||
+ | "label": "Affiliations", | ||
+ | "description": "Affiliations of radio station", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "operator": { | ||
+ | "label": "Operator", | ||
+ | "description": "Operator of radio station", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "owner": { | ||
+ | "label": "Owner", | ||
+ | "description": "Owner of radio station", | ||
+ | "type": "content", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "licensee": { | ||
+ | "label": "Licensee", | ||
+ | "description": "Licensee of radio station", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "sister_stations": { | ||
+ | "label": "Sister stations", | ||
+ | "description": "Sister stations", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "webcast": { | ||
+ | "label": "Webcast", | ||
+ | "description": "Live streaming URL of radio station, using [URL Listen Live]", | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "website": { | ||
+ | "label": "Website", | ||
+ | "type": "string", | ||
+ | "description": "URL for radio station, encased in {{URL|}}", | ||
+ | "default": "{{URL|}}" | ||
+ | }, | ||
+ | "above": { | ||
+ | "label": "Top label", | ||
+ | "description": "Label field used if the station is a satellite or repeater of another station." | ||
+ | }, | ||
+ | "callsign": { | ||
+ | "label": "Call sign (secondary)", | ||
+ | "description": "Call sign of a station. Use only in countries where call signs exist but are secondary, such as Argentina and Australia.", | ||
+ | "example": "4TSV" | ||
+ | }, | ||
+ | "logo": { | ||
+ | "label": "Logo", | ||
+ | "description": "Logo of radio station" | ||
+ | }, | ||
+ | "logo_size": { | ||
+ | "label": "Logo size", | ||
+ | "description": "A width for the image. When not specified, it defaults to frameless which uses the size in each user's Preferences (ranges from 120px to 300px)." | ||
+ | }, | ||
+ | "logo_alt": { | ||
+ | "label": "Logo alternative text", | ||
+ | "description": "Alternative text for logo" | ||
+ | }, | ||
+ | "logo_caption": { | ||
+ | "label": "Logo caption", | ||
+ | "description": "Caption to appear under the radio station logo." | ||
+ | }, | ||
+ | "image_size": { | ||
+ | "label": "Image size", | ||
+ | "description": "A width for the image. When not specified, it defaults to frameless which uses the size in each user's Preferences (ranges from 120px to 300px)." | ||
+ | }, | ||
+ | "image_alt": { | ||
+ | "aliases": [ | ||
+ | "alt" | ||
+ | ], | ||
+ | "label": "Image alternative text", | ||
+ | "description": "Alternative text for the image" | ||
+ | }, | ||
+ | "caption": { | ||
+ | "label": "Caption", | ||
+ | "description": "Caption to appear under an image or under both a logo and an image." | ||
+ | }, | ||
+ | "subchannels": { | ||
+ | "label": "Subchannels", | ||
+ | "description": "Digital subchannels of the radio station; HD Radio subchannels should be listed in order by channel number followed by program/station name and the format in parentheses. HD1 simulcasts of the main analog program channel need not be listed.", | ||
+ | "type": "content", | ||
+ | "example": "HD2: Bluegrass Country (Bluegrass/Americana)" | ||
+ | }, | ||
+ | "founded": { | ||
+ | "label": "Founded", | ||
+ | "description": "Date/year in which a station was founded, such as a predecessor to the current station, but not its sign-on date.", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "last_airdate": { | ||
+ | "label": "Last air date", | ||
+ | "description": "Last date of broadcast (for defunct stations), using {{End date|YYYY|MM|DD}}", | ||
+ | "example": "{{End date|2014|12|31}}", | ||
+ | "type": "content" | ||
+ | }, | ||
+ | "licensing_authority": { | ||
+ | "label": "Licensing authority", | ||
+ | "description": "Relevant licensing agency for the station. In some countries, the correct link and additional parameters trigger additional links to license information: see [[Template:Infobox radio station/doc#Country-specific licensing parameters]].", | ||
+ | "example": "[[Federal Communications Commission|FCC]]", | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "language": { | ||
+ | "aliases": [ | ||
+ | "languages" | ||
+ | ], | ||
+ | "label": "Language(s)", | ||
+ | "description": "Language(s) in which the station broadcasts" | ||
+ | }, | ||
+ | "acma_bsl": { | ||
+ | "label": "ACMA Broadcast Service Licence number", | ||
+ | "description": "(For Australian stations) The Broadcast Service Licence number associated with the station by the [[Australian Communications and Media Authority]]. It can be found using the ACMA Register of Radiocommunications Licences: https://web.acma.gov.au/rrl/register_search.search_dispatcher.", | ||
+ | "example": "6446", | ||
+ | "type": "number" | ||
+ | }, | ||
+ | "anatel_id": { | ||
+ | "label": "ANATEL ID number", | ||
+ | "description": "(For Brazilian stations) The hexadecimal ID associated with the station by the [[National Telecommunications Agency (Brazil)|]]. It is found as the last column in the ANATEL station search tool: http://sistemas.anatel.gov.br/se/public/view/b/srd.php.", | ||
+ | "example": "57dbac7a0791c", | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "child": { | ||
+ | "label": "Child", | ||
+ | "description": "Set to yes if being embedded in another infobox.", | ||
+ | "type": "boolean" | ||
+ | }, | ||
+ | "embed_header": { | ||
+ | "label": "Embed header", | ||
+ | "description": "Header to appear above another infobox being embedded.", | ||
+ | "type": "line" | ||
+ | }, | ||
+ | "embedded": { | ||
+ | "label": "Embed", | ||
+ | "description": "For embedding other templates (see WP:IEmbed for more information).", | ||
+ | "type": "wiki-template-name" | ||
+ | } | ||
+ | }, | ||
+ | "format": "block", | ||
+ | "paramOrder": [ | ||
+ | "name", | ||
+ | "callsign", | ||
+ | "above", | ||
+ | "logo", | ||
+ | "logo_size", | ||
+ | "logo_alt", | ||
+ | "logo_caption", | ||
+ | "image", | ||
+ | "image_size", | ||
+ | "image_alt", | ||
+ | "caption", | ||
+ | "city", | ||
+ | "area", | ||
+ | "frequency", | ||
+ | "rds", | ||
+ | "branding", | ||
+ | "slogan", | ||
+ | "language", | ||
+ | "format", | ||
+ | "subchannels", | ||
+ | "network", | ||
+ | "affiliations", | ||
+ | "owner", | ||
+ | "licensee", | ||
+ | "operator", | ||
+ | "sister_stations", | ||
+ | "founded", | ||
+ | "airdate", | ||
+ | "last_airdate", | ||
+ | "former_callsigns", | ||
+ | "former_names", | ||
+ | "former_frequencies", | ||
+ | "callsign_meaning", | ||
+ | "licensing_authority", | ||
+ | "facility_id", | ||
+ | "acma_bsl", | ||
+ | "anatel_id", | ||
+ | "class", | ||
+ | "power", | ||
+ | "erp", | ||
+ | "haat", | ||
+ | "coordinates", | ||
+ | "translator", | ||
+ | "repeater", | ||
+ | "webcast", | ||
+ | "website", | ||
+ | "child", | ||
+ | "embed_header", | ||
+ | "embedded" | ||
+ | ] | ||
+ | } | ||
+ | </templatedata> | ||
+ | |||
+ | == Tracking category == | ||
+ | * {{Category link with count|Pages using infobox radio station with unknown parameters}} | ||
+ | |||
+ | ==See also== | ||
+ | {{Film- and television-related infobox templates}} | ||
+ | |||
+ | <includeonly>{{Sandbox other|| | ||
+ | <!-- Categories below this line, please; interwikis at Wikidata --> | ||
+ | [[Category:Radio infobox templates|Station]] | ||
+ | [[Category:Embeddable templates]] | ||
+ | [[Category:Templates that add a tracking category]] | ||
+ | }}</includeonly> |
Latest revision as of 08:45, 19 January 2021
![]() | This is a documentation subpage for Template:Infobox radio station. It contains usage information, categories and other content that is not part of the original template page. |
![]() | This template is used on approximately 22,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
Transclusion count updated automatically (see documentation). |
![]() | This template adds an automatically generated short description. |
![]() | This template uses Lua: |
Contents
Usage
Template:Parameter names example
{{Infobox radio station | name = | city = | above = | callsign = | logo = | logo_size = | logo_alt = | logo_caption = | image_alt = | caption = | area = | frequency = | rds = | branding = | slogan = | languages = | format = | subchannels = | network = | affiliations = | owner = | licensee = | operator = | sister_stations = | founded = | airdate = | last_airdate = | former_callsigns = | former_names = | former_frequencies = | callsign_meaning = <!--do not apply special formatting--> | licensing_authority = | facility_id = | class = | power = | erp = | haat = | coordinates = | translators = | repeaters = | webcast = | website = | child = | embed_header = | embedded = }}
Parameters
All fields except for name
, format
, and owner
are optional and will be hidden when not used; when values are entered for the relevant parameters, the fields will automatically appear.
The parameters translator
and repeater
should not both be used, except in unusual circumstances.
Country-specific licensing parameters
This template displays links to license information for select countries when certain parameters are supplied.
Australia
Set licensing_authority
to [[Australian Communications and Media Authority|ACMA]]
and enter the Broadcast Service Licence (BSL) number in the field acma_bsl
.
Brazil
Set licensing_authority
to [[National Telecommunications Agency (Brazil)|ANATEL]]
and enter the hexadecimal Channel ID in the field anatel_id
. This is the field labeled "ID do Canal" in the last column of the ANATEL station search tool.
United States
Set licensing_authority
to [[Federal Communications Commission|FCC]]
and enter the numeric Facility ID in the field facility_id
. The template will determine if the station is AM or FM by if the power
(AM) or erp
(FM) parameter is filled.
Sub-templates
Where possible, use:
- {{Frequency}}
- {{Start date}}
- {{End date}}
- {{Coord}}
- {{URL}}
as above.
If the radio station streams, consider using:
- {{TuneIn}}
- {{IHeartRadio}}
- {{Radio.com}}
If the radio station broadcasts digitally using the HD Radio digital radio standard, include {{HD Radio}} as part of the frequency parameter.
Microformat
TemplateData
TemplateData for Infobox radio station
Infobox for radio stations
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of radio station, often the call sign | Line | suggested |
Call sign (secondary) | callsign | Call sign of a station. Use only in countries where call signs exist but are secondary, such as Argentina and Australia.
| Unknown | optional |
Top label | above | Label field used if the station is a satellite or repeater of another station. | Unknown | optional |
Logo | logo | Logo of radio station | Unknown | optional |
Logo size | logo_size | A width for the image. When not specified, it defaults to frameless which uses the size in each user's Preferences (ranges from 120px to 300px). | Unknown | optional |
Logo alternative text | logo_alt | Alternative text for logo | Unknown | optional |
Logo caption | logo_caption | Caption to appear under the radio station logo. | Unknown | optional |
Image | image | Second image | File | optional |
Image size | image_size | A width for the image. When not specified, it defaults to frameless which uses the size in each user's Preferences (ranges from 120px to 300px). | Unknown | optional |
Image alternative text | image_alt alt | Alternative text for the image | Unknown | optional |
Caption | caption | Caption to appear under an image or under both a logo and an image. | Unknown | optional |
City | city | Name of city of license | Page | suggested |
Area | area | Name of broadcast area | Content | optional |
Frequency | frequency | Frequency in Hertz, using {{Frequency|NNN|XHz}}; additionally include {{HD Radio}} when the station broadcasts using that digital radio standard
| Line | suggested |
Radio Data System | rds | [[Radio Data System]] programme service name | Line | optional |
Branding | branding | Branding | Content | optional |
Slogan | slogan | Slogan of radio station | Content | optional |
Language(s) | language languages | Language(s) in which the station broadcasts | Unknown | optional |
Format | format | Programming format | Content | suggested |
Subchannels | subchannels | Digital subchannels of the radio station; HD Radio subchannels should be listed in order by channel number followed by program/station name and the format in parentheses. HD1 simulcasts of the main analog program channel need not be listed.
| Content | optional |
Network | network | Network to which station belongs | Content | optional |
Affiliations | affiliations | Affiliations of radio station | Content | optional |
Owner | owner | Owner of radio station | Content | suggested |
Licensee | licensee | Licensee of radio station | Content | optional |
Operator | operator | Operator of radio station | Content | optional |
Sister stations | sister_stations | Sister stations | Content | optional |
Founded | founded | Date/year in which a station was founded, such as a predecessor to the current station, but not its sign-on date. | Content | optional |
First air date | airdate | First date of broadcast, using {{Start date|YYYY|MM|DD}}
| Content | suggested |
Last air date | last_airdate | Last date of broadcast (for defunct stations), using {{End date|YYYY|MM|DD}}
| Content | optional |
Former call signs | former_callsigns | Former call signs | Content | optional |
Former names | former_names | Former names of radio station. Don't use if former_callsigns is being used as well. | Content | optional |
Former frequencies | former_frequencies | Former frequencies | Content | optional |
Call sign meaning | callsign_meaning | Call sign meaning. Do not apply special formatting to the expanded acronym, per [[MOS:ACRO]] and [[Talk:WNGH-TV#RfC about TV and radio station style variances]]. | Content | optional |
Licensing authority | licensing_authority | Relevant licensing agency for the station. In some countries, the correct link and additional parameters trigger additional links to license information: see [[Template:Infobox radio station/doc#Country-specific licensing parameters]].
| String | optional |
Facility ID | facility_id | (For US stations) Facility ID number assigned by the US [[Federal Communications Commission]]. | Number | optional |
ACMA Broadcast Service Licence number | acma_bsl | (For Australian stations) The Broadcast Service Licence number associated with the station by the [[Australian Communications and Media Authority]]. It can be found using the ACMA Register of Radiocommunications Licences: https://web.acma.gov.au/rrl/register_search.search_dispatcher.
| Number | optional |
ANATEL ID number | anatel_id | (For Brazilian stations) The hexadecimal ID associated with the station by the [[National Telecommunications Agency (Brazil)|]]. It is found as the last column in the ANATEL station search tool: http://sistemas.anatel.gov.br/se/public/view/b/srd.php.
| String | optional |
Class | class | Class | String | optional |
Power | power | Power rating for AM stations, in watts | Content | optional |
ERP | erp | Effective radiated power for FM stations, in watts | Content | optional |
HAAT | haat | Height above average terrain, in meters | Content | optional |
Coordinates | coordinates | Transmitter coordinates, using {{coord|}} | String | suggested |
Translators | translator translators | Translator(s) | Content | optional |
Repeaters | repeater repeaters | Repeater(s) | Content | optional |
Webcast | webcast | Live streaming URL of radio station, using [URL Listen Live] | String | optional |
Website | website | URL for radio station, encased in {{URL|}}
| String | optional |
Child | child | Set to yes if being embedded in another infobox. | Boolean | optional |
Embed header | embed_header | Header to appear above another infobox being embedded. | Line | optional |
Embed | embedded | For embedding other templates (see WP:IEmbed for more information). | Template | optional |
Tracking category
See also