Difference between revisions of "Template:FCC-LMS-Facility/doc"

From blackwiki
Jump to navigation Jump to search
imported>Sammi Brie
(mention that this works for radio as well as TV when a radio FID is used)
imported>Sammi Brie
(add tdata)
Line 24: Line 24:
 
| <code><nowiki>{{FCC-LMS-Facility|47535|3=WNBC-TV}}</nowiki></code> || {{FCC-LMS-Facility|47535|3=WNBC-TV}}
 
| <code><nowiki>{{FCC-LMS-Facility|47535|3=WNBC-TV}}</nowiki></code> || {{FCC-LMS-Facility|47535|3=WNBC-TV}}
 
|}
 
|}
 +
 +
==TemplateData==
 +
<templatedata>
 +
{
 +
"params": {
 +
"1": {
 +
"label": "Facility ID",
 +
"description": "FCC facility ID, one to six digits",
 +
"example": "63913",
 +
"type": "number",
 +
"required": true
 +
},
 +
"2": {
 +
"label": "Call sign",
 +
"description": "Call sign of station",
 +
"example": "KALV-FM",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"3": {
 +
"label": "Custom URL text",
 +
"description": "Custom link text",
 +
"type": "string"
 +
}
 +
},
 +
"description": "Federal Communications Commission Licensing and Management System external link template",
 +
"paramOrder": [
 +
"1",
 +
"2",
 +
"3"
 +
],
 +
"format": "inline"
 +
}
 +
</templatedata>
  
 
== See also ==
 
== See also ==

Revision as of 03:16, 16 July 2020

Generates a web-link for the Federal Communications Commission's Licensing and Management System (LMS) Admin's facility details for the applicable United States radio or television station. This is useful when the station's corresponding TV Query (based on the old CDBS public database, last updated July 27, 2016) results in either zero records or knowingly-outdated records.

Usage

{{FCC-LMS-Facility|1=facilityID|2=callsign|3=URL text}}

Parameters:

  • 1 - the station's facility ID according to the FCC's Licensing and Management System (LMS) database, required
  • 2 - the station's callsign, optional but recommended (ignored if parameter 3 below is used, however)
  • 3 - the URL text, optional

Examples:

Code Result
{{FCC-LMS-Facility|47535}} Facility details for Facility ID 47535 in the FCC's Licensing and Management System
{{FCC-LMS-Facility|47535|WNBC}} Facility details for Facility ID 47535 (WNBC) in the FCC's Licensing and Management System
{{FCC-LMS-Facility|47535|3=WNBC-TV}} WNBC-TV

TemplateData

Federal Communications Commission Licensing and Management System external link template

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Facility ID1

FCC facility ID, one to six digits

Example
63913
Numberrequired
Call sign2

Call sign of station

Example
KALV-FM
Stringsuggested
Custom URL text3

Custom link text

Stringoptional

See also