Difference between revisions of "Template:FCC-LMS-Facility/doc"
Jump to navigation
Jump to search
imported>SilSinn9821 (→Usage: Added third parameter to override URL text) |
imported>Sammi Brie m (→See also: add this) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[</nowiki>[[Wikipedia:Wikidata]]<nowiki>]]) --> | <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[</nowiki>[[Wikipedia:Wikidata]]<nowiki>]]) --> | ||
| − | Generates a web-link for the [[Federal Communications Commission]]'s Licensing and Management System (LMS) Admin's facility details for the applicable United States television station. This is useful when the station's corresponding [[Template:TVQ|TV Query]] (based on the old [https://www.fcc.gov/media/radio/cdbs-database-public-files CDBS public database], last updated July 27, 2016) results in either zero records or knowingly-outdated records. | + | 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 [[Template:TVQ|TV Query]] (based on the old [https://www.fcc.gov/media/radio/cdbs-database-public-files CDBS public database], last updated July 27, 2016) results in either zero records or knowingly-outdated records. |
== Usage == | == Usage == | ||
| 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 == | ||
| + | * {{tl|FID}}, compact code version for use in tables | ||
* {{tl|AMQ}} | * {{tl|AMQ}} | ||
* {{tl|FCC-TV-Station-profile}} | * {{tl|FCC-TV-Station-profile}} | ||
Latest revision as of 22:30, 7 September 2020
| 40px | This is a documentation subpage for Template:FCC-LMS-Facility. It contains usage information, categories and other content that is not part of the original template page. |
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
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Facility ID | 1 | FCC facility ID, one to six digits
| Number | required |
| Call sign | 2 | Call sign of station
| String | suggested |
| Custom URL text | 3 | Custom link text | String | optional |
See also
- {{FID}}, compact code version for use in tables
- {{AMQ}}
- {{FCC-TV-Station-profile}}
- {{FMQ}}
- {{TVQ}}