Actions

Difference between revisions of "RR Wiki Extensions"

From The RadioReference Wiki

(add cat)
Line 48: Line 48:
  
 
Thats it!
 
Thats it!
 +
[[Category:FAQ]]

Revision as of 11:24, 10 September 2007

The RadioReference Wiki has some custom extensions. Many of these can be used to display dynamic data in the database of custom pages of information. They are currently as follows:

Ebay Search Results Wiki Display

You can display Ebay search results with the following tag:

<ebay>Your Search Here</ebay>

This extension is helpful for displaying used equipment on many of the equipment pages.

Trunked System Site Frequencies Wiki Display

You can display the frequencies for a Trunked Radio System in the database with the following tag:

<site>xxx|yy</site>

Where:

xxx = The Trunked Radio Database sid number 
yy  = The system's site number

Trunked System Talkgroups Wiki Display

You can display the talkgroups for a Trunked Radio System in the database with the following tag:

<tg>xxx|yyyyyyyyyyyy</tg>

Where:

xxx = The Trunked Radio Database sid number
yyyyyyyyyyyy  = The talkgroup group name

Determining sid and talkgroup group names

Determining the internal "sid" for a trunked system is easy, it is displayed in the URL for each trunked system entry:

Determining Trunked System SID

Conventional Frequencies Wiki Display

You can display conventional frequencies stored in the database with the following tag:

<freqsubcat>xxx</freqsubcat>

Where:

xxx = The Frequency Subcategory ID 


Thats it!