User:DrChuck68/Radio station list

There are several reasons for creating a radio station list in an article. It's fairly common to see a list of translators, and possibly some boosters, that allow a station to cover a wider area. Sometimes it's a list of radio network affiliates, which can be as long as 50 or more radio stations. When creating a list, you have two choices: the {{RadioTranslators}} template or build a Wikitable. The template makes sense for a small list of translators, but it has limitations and long lists are cumbersome to maintain. A Wikitable is more customizable, works much better for long lists, and can make future maintenance much easier.

Wikitable edit

If you are new to editing Wikitables, you may want to familiarize yourself with the Wikitable documentation first. It shows how to create headers, rows, sortable tables, and much more. If you have experience with HTML tables, it will make a lot of sense to you. If not, don't worry, I have some examples below.

Sample headers edit

For a list of full-powered radio stations, certain pieces of data need to be shown. These are the bare essentials:

{| class="wikitable sortable"
|-
! [[Call signs in North America|Call sign]]
! data-sort-type="number" | [[Frequency]]
! [[City of license]]
! data-sort-type="number" | [[Facility ID]]

Using the {{FID}} template in the Facility ID column will link each of the Facility IDs to the FCC Licensing and Management System.

Let's take a look at a more elaborate example. These are the headers of the station list in the WAMC article:

{| class="wikitable sortable"
|-
! [[Call signs in North America|Call sign]]
! data-sort-type="number" | [[Frequency]]
! [[City of license]]
! State
! data-sort-type="number" | [[Facility ID]]
! [[List of North American broadcast station classes|Class]]
! data-sort-type="number" | [[Nominal power|Power]]<br />([[watt|W]])
! data-sort-type="number" | [[Effective radiated power|ERP]]<br />([[watt|W]])
! data-sort-type="number" | [[Height above average terrain|Height]]<br />([[Metre|m]] ([[Foot (unit)|ft]]))
! class="unsortable" | Transmitter coordinates
! class="unsortable" | Call sign meaning

Most of the stations in this list do not have their own Wikipedia article, so it makes sense to show all this information. There's one station that's not in the state of New York, so the State column is included. One station is on the AM band, so both Power and ERP are included. Power refers to nominal power (AM band), and ERP refers to effective radiated power (FM band). It's a rather important difference, so it's imperative that this distinction be made. Height is FM only, as well. Some stations have meaningful call signs, so Call sign meaning is included (this column might no be necessary in all lists). With a little thought, any necessary information can be elegantly shown in a Wikitable.

For low powered translators, the header layout is similar, but with a slight difference:

{| class="wikitable sortable"
|-
! [[Call signs in North America|Call sign]]
! data-sort-type="number" | [[Frequency]]<br />([[Hertz#SI_multiples|MHz]])
! [[City of license]]
! data-sort-type="number" | [[Facility ID]]
! Rebroadcasts

Note that MHz is specified in the Frequency column, as translators are always on FM. Translators, being less notable than full-powered stations, don't really need to show as much information as their full-powered counterparts. Other columns can be optionally added (State, ERP, HAAT). The Rebroadcasts column indicates the originating station for the translator. If the translators all rebroadcast the same station, the column is not needed.

Sample rows edit

These rows are from the list of WAMC full-powered stations:

|-
| {{rh}} | WAMQ || 105.1 FM || [[Great Barrington, Massachusetts|Great Barrington]] || [[Massachusetts]] || {{FID|70847}} || A || {{sdash}} || 730 || {{Convert|280|m|ft|abbr=on}} || {{Coord|42|09|36|N|73|28|48|W|type:landmark_region:US-MA_source:FCC|name=WAMQ}} || variation of WAMC
|-
| {{rh}} | [[WAMC (AM)|WAMC]] || 1400 AM || [[Albany, New York|Albany]] || [[New York (state)|New York]] || {{FID|4683}} || C || 1,000<br />(unlimited hours) || {{sdash}} || {{sdash}} || {{Coord|42|41|21|N|73|47|37|W|type:landmark_region:US-NY_source:FCC|name=WAMC}} || <u>A</u>lbany <u>M</u>edical <u>C</u>ollege
|-
| {{rh}} | WANR || 88.5 FM || [[Brewster, New York|Brewster]] || [[New York (state)|New York]] || {{FID|174780}} || A || {{sdash}} || 235 || {{Convert|44|m|ft|abbr=on}} || {{Coord|41|23|04|N|73|31|57|W|type:landmark_region:US-NY_source:FCC|name=WANR}} || {{sdash}}

WAMC (AM) has its own article, so it's Wikilinked. Columns that do not apply for a station are filled in with {{sdash}} (leaving them empty will also work, but the dash fills the empty space better, especially when it comes to future maintenance). If any rows need to be added, removed, or changed, it can be easily done. Notice that the stations are manually sorted by state, then city (then call sign, but it's not that obvious in this example). Sortable columns are available for desktop readers, but not so for those on mobile. The state/city manual sorting scheme feels like a logical sorting scheme when no other is available.

Now some rows from the list of translators:

|-
| {{rh}} | W226AC || 93.1 || [[Rensselaer, New York|Rensselaer]] || [[New York (state)|New York]] || {{FID|70843}} || WAMC-FM
|-
| {{rh}} | W296BD || 107.1 || [[Warwick (village), New York|Warwick]] || [[New York (state)|New York]] || {{FID|156156}} || WOSR
|-
| {{rh}} | W215BG || 90.9 || [[Milford, Pennsylvania|Milford]] || [[Pennsylvania]] || {{FID|92758}} || WOSR

By using the Wikitable for this list of translators, there are more column and sorting options (such as the sortable State and Rebroadcasts columns). Also, there is no 30 station limit, which is useful for articles about nationwide networks. Notice the same state/city sorting scheme is used here, similar to the full-powered stations. While translators could be included with the list of full-powers, I recommend separating them out into their own list.

Articles with list examples edit

There are many other articles that have station lists. Here are some of them.

What about RadioTranslators? edit

{{RadioTranslators}} is designed to create a list of FM radio translators. However, it has its limitations. It can support up to 30 stations, but once the list is built, it's cumbersome to manage. Adding, editing, sorting, and deleting stations can be a chore, particularly for long lists. Also, this template is only meant to support FM radio stations, specifically translators and boosters. Links automatically generated to the FCC site may not work properly for AM stations. For these reasons, this template should only be used in the following instances:

  • A list of FM translators and/or boosters only
  • A small number of stations (my recommendation is five to ten)
  • A list where the fixed number of column headers are good enough for the purpose of the list

A list where all stations have their city of license in different states would be a better candidate for a Wikitable, so the State column can be sorted.

See also edit