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

From blackwiki
Jump to navigation Jump to search
imported>SilSinn9821
(→‎See also: Reordered list of related templates in alphabetic order)
imported>SilSinn9821
(→‎Usage: Added third parameter to override URL text)
Line 5: Line 5:
 
== Usage ==
 
== Usage ==
  
  <nowiki>{{FCC-LMS-Facility|1=</nowiki>''facilityID''<nowiki>|2=</nowiki>''station''<nowiki>}}</nowiki>
+
  <nowiki>{{FCC-LMS-Facility|1=</nowiki>''facilityID''<nowiki>|2=</nowiki>''callsign''<nowiki>|3=</nowiki>''URL text''<nowiki>}}</nowiki>
  
 
Parameters:
 
Parameters:
 
*1 - the station's facility ID according to the FCC's Licensing and Management System (LMS) database, required
 
*1 - the station's facility ID according to the FCC's Licensing and Management System (LMS) database, required
*2 - the station's callsign, optional
+
*2 - the station's callsign, optional but recommended ''(ignored if parameter 3 below is used, however)''
 +
*3 - the URL text, optional
  
 
Examples:
 
Examples:
Line 19: Line 20:
 
| <code><nowiki>{{FCC-LMS-Facility|47535}}</nowiki></code> || {{FCC-LMS-Facility|47535}}
 
| <code><nowiki>{{FCC-LMS-Facility|47535}}</nowiki></code> || {{FCC-LMS-Facility|47535}}
 
|-
 
|-
| <code><nowiki>{{FCC-LMS-Facility|47535|WNBC-TV}}</nowiki></code> || {{FCC-LMS-Facility|47535|WNBC-TV}}
+
| <code><nowiki>{{FCC-LMS-Facility|47535|WNBC}}</nowiki></code> || {{FCC-LMS-Facility|47535|WNBC}}
 +
|-
 +
| <code><nowiki>{{FCC-LMS-Facility|47535|3=WNBC-TV}}</nowiki></code> || {{FCC-LMS-Facility|47535|3=WNBC-TV}}
 
|}
 
|}
  

Revision as of 19:40, 5 February 2019

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 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

See also