Actions

User

Difference between revisions of "QDP2012/9"

From The RadioReference Wiki

< User:QDP2012
m
m
Line 332: Line 332:
 
<tr>
 
<tr>
 
<td>[[:Template:Infobox_TRS|Infobox_TRS]]<br/>([[:Template:Infobox_TRS/doc|/doc]])
 
<td>[[:Template:Infobox_TRS|Infobox_TRS]]<br/>([[:Template:Infobox_TRS/doc|/doc]])
<td colspan="2">"FCC" variable doesn't handle multiple callsigns which occur with many TRSs.  This is likely also true with the other "Infobox_TRS_" templates below.  {{Color|Red|Solution: Remove the "FCC" link element, and use Template:Callsign multiple times in the Callsign field.}}  This behavior would be inheritable by derivative templates.  
+
<td colspan="2">"FCC" variable doesn't handle multiple callsigns which occur with many TRSs.  This is likely also true with the other "Infobox_TRS_" templates below.  {{Color|Red|Solution: Remove the "FCC" link element, and use Template:Callsign multiple times in the Callsign field.}}  <br/>{{Color|DarkRed|Solution2: Add parameter "MoreCallsigns" in the same cell as "FCC", (but not involve FCC value), and default to blank.  This does not break template.}}<br/>This behavior would be inheritable by derivative templates.  
 
<td colspan="2">uses&nbsp;[[:Template:DB|DB]],&nbsp;[[:Template:Forum|Forum]],&nbsp;[[:Template:Callsign|Callsign]]
 
<td colspan="2">uses&nbsp;[[:Template:DB|DB]],&nbsp;[[:Template:Forum|Forum]],&nbsp;[[:Template:Callsign|Callsign]]
 
</tr>
 
</tr>

Revision as of 06:46, 6 October 2015


Home Prompts Move TRVA Cat Tree Links CECC Pgmg Templates

Tasks: Art, Cat, Tmp, DB
10, 13, 27, 29, 30/1
32, 43, 44,
193,194



Conv&Stds
Sandbox

Edit
PrfxIdx
..WRRR
..USBR 1
..USBR 76
..PHT
Cat List Custom
Avoid Unused
35, 36, 37, 38,

CT (C E S N) SC
Categories to be DELETED
Templates to be DELETED
Pages to be DELETED

TL (G IB C S D)
B, C, D, F, I
Tk, Tb, Ct, Tx. M, S, TO
Avoid Unused

InfoBox project related:
Template:ForTestingOnly
OLD: NEW:







Templates

Pages: Templates-List: General Use Only, Infobox-Related, Categories-Related, Sets of Related Pages, Doc.
  • Update table below to show relation between templates if exists.
  • Make "Table_" templates uniform in their syntax/approach to table-building
    • Make sure all the "Table_" templates begin with the table-start "{|" characters, so that each template-call behaves as the table-call, and is not embedded within a table-call.
    • This leads to uniform syntax in main Wiki pages, and is less confusing for people building tables.
  • Consider "Table_" template(s) that use(s) "toccolours" (check spelling).
  • Learn about possible .css features that allow "class=rr" etc.
  • Update InfoBoxes for multiple callsigns





General Use Only

Broadcastify-Related
TemplateExamples / Notes
General Purpose
Broadcastify Related
BCFY_Text
(/doc)
Live Audio on Broadcastify
BCFY
(/doc)

[http://www.broadcastify.com/listen/{{{type}}}id/{{{id}}} {{{name|}}}{{{text| {{BCFY_Text}}}}}]

for variable 1, values can be:

co = country (1 = US)
st = state
ct = county

for variable 2, value is 2-digit, 3-digit or 4-digit ID from DB. for variable 3, value is text description or name of target feed

used in Infobox_OH
BCFY_Country
(/doc)
{{BCFY|co|{{{id}}}|{{{name}}}|{{{text|{{{text2| {{BCFY_Text}}}}} }}}}}
BCFY_State
(/doc)
{{BCFY|st|{{{id}}}|{{{name}}}|{{{text| State{{{text2| {{BCFY_Text}}}}} }}}}}
BCFY_County
(/doc)
{{BCFY|ct|{{{id}}}|{{{name}}}|{{{text| County{{{text2| {{BCFY_Text}}}}} }}}}}
BCFY_Amateur
(/doc)
{{BCFY|{{{type}}}|{{{id}}}/amateur|{{{name}}}|{{{text| Amateur Radio{{{text2| {{BCFY_Text}}}}} }}}}}
BCFY_PS
(/doc)
{{BCFY|{{{type}}}|{{{id}}}/publicsafety|{{{name}}}|{{{text| Public Service{{{text2| {{BCFY_Text}}}}} }}}}}
BCFY_Rail
(/doc)
{{BCFY|{{{type}}}|{{{id}}}/rail|{{{name}}}|{{{text| Rail{{{text2| {{BCFY_Text}}}}} }}}}}
BCFY_Air
(/doc)
{{BCFY|{{{type}}}|{{{id}}}/air|{{{name}}}|{{{text| Air{{{text2| {{BCFY_Text}}}}} }}}}}
BCFY_Marine
(/doc)
{{BCFY|{{{type}}}|{{{id}}}/marine|{{{name}}}|{{{text| Marine{{{text2| {{BCFY_Text}}}}} }}}}}
BCFY_Other
(/doc)
{{BCFY|{{{type}}}|{{{id}}}/other|{{{name}}}|{{{text| Other{{{text2| {{BCFY_Text}}}}} }}}}}
BCFY_Group
(/doc)

{{BCFY_Group|type|id|name}}

  • defined as:
  • {{{name}}}: {{BCFY |{{{type}}}|{{{id}}}|text=All}}, {{BCFY_PS |{{{type}}}|{{{id}}}|text2=}}, {{BCFY_Amateur|{{{type}}}|{{{id}}}|text2=}}, {{BCFY_Rail |{{{type}}}|{{{id}}}|text2=}}, {{BCFY_Air |{{{type}}}|{{{id}}}|text2=}}, {{BCFY_Marine |{{{type}}}|{{{id}}}|text2=}}, {{BCFY_Other |{{{type}}}|{{{id}}}|text2=}}
  • type = co,st,ct
  • id = DB id #
  • name = Country, State, or County name


  • use like:

{{BCFY_Group|co|xxxx|CountryName}} {{BCFY_Group|st|xxxx|StateName}} {{BCFY_Group|ct|xxxx|CountyName}}

  • Broadcastify Live Audio Links
    • Ohio Public Service, Ohio Amateur, Ohio Rail, Ohio Air, Ohio, Marine, Ohio Other
    • Ohio: All, Public Service, Amateur, Rail, Air, Marine, Other

BCFY_Country_Group
(/doc)
{{BCFY_Group|co|{{{id}}}}|{{{name}}}}}
BCFY_State_Group
(/doc)
{{BCFY_Group|st|{{{id}}}}|{{{name}}}}}
BCFY_County_Group
(/doc)
{{BCFY_Group|ct|{{{id}}}}|{{{name}}}}}
BCFY_Section
(/doc)
=={{BCFY_Text}}==
LAudio
(/doc)
*Template:

=={{{Sname}}} Live Audio Links on Broadcastify== * State of {{{Sname}}} {{{LDBentry}}} on Broadcastify


  • Example (from Ohio):

{{LAudio|Sname=Ohio|LDBentry=[http://www.broadcastify.com/listen/?stid=39 Live Audio Links]}}

used in states like Ohio (US)
Callsign-Related
TemplateExamples / Notes
General Purpose
Callsign Related
Callsign
(/doc)
WNAG949 Albemarle County - WNAG949
Callsignham
(/doc)
W4UVA UVA ARC - W4UVA
CallsignLicensee
(/doc)
Harrison County Emergency Services
FRN
(/doc)
0001983576 HCES FRN
DB-Related
TemplateExamples / Notes
General Purpose
DB Related
DB
(/doc)
Albemarle View the corresponding database page for this article.
Return to DB page: State of Virginia Radio Reference - Trunked Systems

This is code-example of how to insert an html "=" sign to specify the TRS tab.
{{DB|st|51&tab_&_#_0_6_1_;_trs|...}}
(remove underscores)
Return to DB page: State of Virginia Radio Reference - Trunked Systems

This is code-example of the same statement without using Template:DB
DBSite
(/doc)
109 Pinnacle Knob View the corresponding DB site page for this TRS.
Table_DBSite_Details
(/doc)
see WVIRP_Site_Info_(WV)
DB-Sitemap-Related
TemplateExamples / Notes
General Purpose
DB-SiteMap Related
DBSiteMap_FCC
(/doc)
update to remove boilerplate text

consider additional template, but might not need it.

  • Template:Text_DBSiteMap_FCC
    • consider:
      * See the [http://www.radioreference.com/apps/db/?action=siteMap&sid={{{Sidnum}}}&type=fcc {{{TRSName|RRDB}}} FCC Site Map] for additional sites and callsigns.
    • consider DBSiteMap_FCC:
      [http://www.radioreference.com/apps/db/?action=siteMap&sid={{{Sidnum}}}&type=fcc {{{TRSName|RRDB}}} FCC Site Map]
    • consider Text_DBSiteMap_FCC:
      * See the {{DBSiteMap_FCC|Sidnum|TRSName}} for additional sites and callsigns.
DBSiteMap_RR
(/doc)
update to remove boilerplate text

consider additional template, but might not need it.

  • Template:Text_DBSiteMap_RR
    • consider:
      * See the [http://www.radioreference.com/apps/db/?action=siteMap&sid={{{Sidnum}}}&type=rr RRDB Radio Reference Site Map] for additional sites and callsigns.
    • consider DBSiteMap_RR:
      [http://www.radioreference.com/apps/db/?action=siteMap&sid={{{Sidnum}}}&type=rr {{{SysName|RRDB}}} Radio Reference Site Map]
    • consider Text_DBSiteMap_RR:
      * See the {{DBSiteMap_RR|Sidnum|SysName}} for additional sites and callsigns.
Forums-Related
TemplateExamples / Notes
General Purpose
Forum Related
Forum
(/doc)
Thread
(/doc)
Infobox-Related
TemplateExamples / Notes
General Purpose
InfoBox Related
Infobox_TRS
(/doc)
"FCC" variable doesn't handle multiple callsigns which occur with many TRSs. This is likely also true with the other "Infobox_TRS_" templates below. Solution: Remove the "FCC" link element, and use Template:Callsign multiple times in the Callsign field.
Solution2: Add parameter "MoreCallsigns" in the same cell as "FCC", (but not involve FCC value), and default to blank. This does not break template.
This behavior would be inheritable by derivative templates.
uses DBForumCallsign
Infobox_TRS_Canada
(/doc)
verify Canada (un)necessary parameters. uses DB, Forum
Infobox_TRS_MultiCounty
(/doc)
update to use DBSiteMap_FCC uses DB, Forum
Infobox_TRS_MultiState
(/doc)
update to use DBSiteMap_FCC uses DB, Forum
Infobox_TRS_Military
(/doc)
uses DB, Forum
Infobox_TRS_Federal
(/doc)
Cannot handle multiple-states in forum link uses DB, Forum
Infobox_TRS_DC
(/doc)
uses DB, Forum, Callsign
Infobox_TRS_MN
(/doc)
uses DB, Forum, Callsign
Infobox_TRS_WI
(/doc)
uses DB, Forum, Callsign
Infobox_AB_County
(/doc)
uses DB
Infobox_IA
(/doc)
uses DB, Forum
Infobox_IL
(/doc)
uses DB, Forum
Infobox_MI
(/doc)
uses DB, Forum
Infobox_MN
(/doc)
uses DB, Forum
Infobox_OH
(/doc)
? create Template:BCFY like DB and Forum uses DB, Forum
Infobox_OK
(/doc)
? create Template:BCFY like DB and Forum uses DB, Forum
Infobox_WI
(/doc)
uses DB, Forum
Tracker-Related
TemplateExamples / Notes
General Purpose
Tracker Related
Tracker_DMR
(/doc)
Tracker_LTR
(/doc)
Tracker_MPT1327
(/doc)
Tracker_NXDN
(/doc)
Tracker_OpenSky
(/doc)
Tracker_Phase2
(/doc)
Tracker_Provoice
(/doc)
Table-Related
TemplateExamples / Notes
General Purpose
Table Related
Table
(/doc)
Table_RR
(/doc)
Table_RRSortable
(/doc)
Table_Wiki
(/doc)
Table_WikiSortable
(/doc)
Table_Sortable
(/doc)
Table_WikiSortable2
(/doc)
Table_SortableLarge
(/doc)
Table_WikiSortable2Large
(/doc)
Table_Pretty
(/doc)
Table_ELTRfreqs
(/doc)
Table_Trbosys
(/doc)
Table_Motofreqs
(/doc)
Table_DBSite_Details
(/doc)
see WVIRP_Site_Info_(WV)
Category-Related
Category-Related:1
TemplateExamples / Notes
General Purpose
Category-Page Related
Category Child of Freq Category Child of Notes
Cat_State
(/doc)
Collaboration Cat_StateFreq
(/doc)
State
Wiki Frequencies
  • Cat_State is unique.
  • Cat_StateFreq calls Text_CatStateOtherFreq
  • Cat_StateFreq is to be used only on (State) Frequencies (e.g. California Frequencies, Puerto Rico Frequencies, Saskatchewan Frequencies).
  • For other "Frequencies" categories, use Text_CatStateOtherFreq, to avoid inheritance problems.
Text-Templates used for most of the State-based Templates below.
Text_CatStateOther
(/doc)
Text_CatStateOtherFreq
(/doc)
these give descriptions to the many Cat_State... templates.
Text_CatGeneral
(/doc)
provides single source for same text displayed in Text_CatStateOther and Text_CatStateOtherFreq templates
Category-Page Related: Emergency Services
Cat_StateFireSvcs
(/doc)
State
Fire Services
Cat_StateFireSvcsFreq
(/doc)
State Frequencies
Fire Services Frequencies
State Fire Services
Cat_StateFireSvcsAv
(/doc)
State Fire Services
State Aviation
Fire Services Aviation
Cat_StateFireSvcsAvFreq
(/doc(
State Fire Services Frequencies
Fire Services Aviation Frequencies
State Fire Services Aviation
State Aviation Frequencies
Cat_StateFTO
(/doc)
State
FTOs
Cat_StateLawEnf
(/doc)
State
Law Enforcement
Cat_StateLawEnfFreq
(/doc)
State Frequencies
Law Enforcement Frequencies
State Law Enforcement
Cat_StateLawEnfAv
(/doc)
State Law Enforcement
State Aviation
Law Enforcement Aviation
Cat_StateLawEnfAvFreq
(/doc)
State Law Enforcement Frequencies
Law Enforcement Aviation Frequencies
State Law Enforcement Aviation
State Aviation Frequencies
Cat_StateMedical
(/doc)
State
Medical
Cat_StateMedicalFreq
(/doc)
State Frequencies
Medical Frequencies
State Medical
Cat_StateMedAv
(/doc)
State Medical
State Aviation
Medical Aviation
Cat_StateMedAvFreq
(/doc)
State Medical Frequencies
Medical Aviation Frequencies
State Medical Aviation
State Aviation Frequencies
Cat_StateBrevCd
(/doc)
State
Brevity Codes
Cat_StateStnIDs
(/doc)
State
Station IDs
(The "Radio ID's" used over the air; not the TRS-related RID/UIDs.)
Category-Related:2
TemplateExamples / Notes
General Purpose
Category-Page Related
Category Child of Freq Category Child of Notes
Category-Page Related: General Services
Cat_StateAv
(/doc)
State
Aviation
Cat_StateAvFreq
(/doc)
State Frequencies
Aviation Frequencies
State Aviation
Cat_StateAmateur
(/doc)
State
Amateur Radio
Cat_StateAmateurFreq
(/doc)
State Frequencies
Amateur Radio Frequencies
State Amateur Radio
 
Cat_StateAmateurRptr
(/doc)
State Amateur Radio Frequencies
Amateur Radio Repeaters
 
Cat_StateBus
(/doc)
State
Businesses
Cat_StateBusFreq
(/doc)
State Frequencies
Business Frequencies
State Businesses
Cat_StateBusComPrv
(/doc)
State Businesses
Communications Providers
Cat_StateBusComPrvFreq
(/doc)
State Communications Providers
Communications Providers Frequencies
State Business Frequencies
Communications Providers is a subcat under Businesses.
Cat_StateBusFastFood
(/doc)
State Businesses
Fast Food
Cat_StateBusFastFoodFreq
(/doc)
State Business Frequencies
Fast Food Frequencies
State Fast Food (<<< FUTURE)
future template-call is already in template, just commented-out.
Cat_StateBusFastFoodFreq
/doc
State Aviation
Civil Aviation
Cat_StateCivilAvFreq
(/doc)
State Aviation Frequencies
Civil Aviation Frequencies
State Civil Aviation
Cat_StateCSX
(/doc)
State Businesses
CSX Transportation
State Ground Transportation
State Railroads
Cat_StateCSXFreq
(/doc)
State CSX Transportation
CSX Transportation Frequencies
State Business Frequencies
State Ground Transportation Frequencies
State Railroads Frequencies
Cat_StateEduc
(/doc)
State
Education
Cat_StateEducFreq
(/doc)
State Frequencies
Education Frequencies
State Education
Cat_StateGrndTrans
(/doc)
State
Ground Transportation
Cat_StateGrndTransFreq
(/doc)
State Frequencies
Ground Transportation Frequencies
State Ground Transportation
Cat_StateLocBased
(/doc)
State
Location Based Scanning
n/a
Cat_StateMarine
(/doc)
State
Marine or Maritime
Cat_StateMarineFreq
(/doc)
State Frequencies
Marine or Maritime Frequencies
State Marine or Maritime
Cat_StateMjrEvtDis
(/doc)
State
Major Events and Disasters
Cat_StateMjrEvtDisFreq
(/doc)
State Frequencies
Major Events and Disasters Frequencies
State Major Events and Disasters
Cat_StateMedia
(/doc)
State
Media
Cat_StateMediaFreq
(/doc)
State Frequencies
Media Frequencies
State Media
Cat_StateMotorFrt
/doc
State Ground Transportation
Motor Freight
Cat_StateMotorFrtFreq
/doc
State Motor Freight
Motor Freight Frequencies
State Ground Transportation Frequencies
Cat_StateRail
/doc
State Ground Transportation
Railroads
Cat_StateRailFreq
/doc
State Railroads
Railroads Frequencies
State Ground Transportation Frequencies
Cat_StateRecAtr
/doc
State
Recreation or Attractions
Cat_StateRecAtrFreq
/doc
State Frequencies
Recreation or Attractions Frequencies
State Recreation or Attractions
Cat_StateSpcEvts
/doc
State
Special Events
Cat_StateSpcEvtsFreq
/doc
State Frequencies
Special Events Frequencies
State Special Events
Cat_StateSports
/doc
State
Sports Events and Organizations
Cat_StateSportsFreq
/doc
State Frequencies
Sports Events and Organizations Frequencies
State Sports Events and Organizations
Cat_StateTravel
/doc
State
Travel Scanning
Cat_StateUtil
/doc
State
Utilities
Cat_StateUtilFreq
/doc
State Frequencies
Utilities Frequencies
State Utilities
Cat_StateUtilComCar
/doc
State Utilities
Common Carriers
Cat_StateUtilComCarFreq
/doc
State Common Carriers
Common Carriers Frequencies
State Utilities Frequencies
Common Carriers is a subcat under Utilities
Cat_StateWeather
/doc
State
Weather
Cat_StateWeatherFreq
/doc
State Frequencies
Weather Frequencies
State Weather
Category-Related:3
TemplateExamples / Notes
General Purpose
Category-Page Related
Category Child of Freq Category Child of Notes
Category-Page Related: Federal/Military
Cat_StateAirShows
/doc
State Aviation
Air Shows
State Special Events
Cat_StateAirShowsFreq
/doc
State Air Shows
Air Show Frequencies
State Aviation Frequencies
State Special Events Frequencies
Cat_StateMilAv
/doc
State Aviation
Military Aviation
Cat_StateMilAvFreq
/doc
State Aviation Frequencies
Military Aviation Frequencies
State Military Aviation
Cat_StateANG
/doc
State
Air National Guard
Cat_StateANGFreq
/doc
State Frequencies
Air National Guard Frequencies
State Air National Guard
Cat_StateARNG
/doc
State
Army National Guard
Cat_StateARNGFreq
/doc
State Frequencies
Army National Guard Frequencies
State Army National Guard
Cat_USFedInState
/doc
State
US Agency
Cat_USFedFreqInState
/doc
State Frequencies
US Agency Frequencies
US Agency in State
Cat_USMilInState
/doc
State
United States MilBranch
Cat_USMilFreqInState
/doc
State Frequencies
United States MilBranch Frequencies
United States MilBranch in State
Category-Page Related: TRS-related
Cat_StateDMR
/doc
State
MOTOTRBO Information
a.k.a. Category:(State) MOTOTRBO Information
Cat_StateRID
/doc
State Trunking Information
RID/UID Lists
Note: consider renaming as "Cat_StateTrunkingInfoRIDs" to help delineate from StnIDs
Text_ListOfWhatDisplaysRIDUIDs
/doc
Cat_StateTRS
/doc
State
Trunked Radio Systems
Cat_StateTRSDep
/doc
State Trunked Radio Systems
Deprecated Trunked Systems
Cat_StateTRSUnkTGs
/doc
State Trunking Information
Unknown Talkgroups
Note: consider renaming as "Cat_StateTrunkingInfoUnkTGs"
Cat_StateTrunkingInfo
/doc
State Trunked Radio Systems
Trunking Information
Cat_StateTrunkingInfoReg
/doc
State Trunking Information
Regional Programming
a.k.a (State) Regional Programming
Text-Related
TemplateExamples / Notes
General Purpose
Text (Boilerplate-Text) Related
Color
/doc
Template_talk:Color
Hilite does not work
Text_Airshow
/doc
Text_Deprecated
/doc
Text_DeprecatedStateTRS
/doc
Text_Disambiguation
/doc
Text_ListOfWhatDisplaysRIDUIDs
/doc
"frequently" edited part of message used by Template:Cat StateRID, Category:RID/UID Lists.
Text_MTairshow
/doc
Text_Sortable
/doc
for use with sortable tables.
Text_StubArticle
/doc
for use with stub-articles.
Text_TalkInForumsPlease
/doc
List of pages in Talk namespace
Map-Related
TemplateExamples / Notes
General Purpose
Map Related
Geographic Location
/doc
example: Albemarle_County(VA)#Surrounding_Counties
Map_US_and_CA
/doc
was Template:Collaboration Category Map
Map_CT_Counties
/doc
Map_MN_Counties
/doc
Map_OH_Counties
/doc

Sets of Related Pages

TemplateExamples / Notes
For Sets of Related Pages
TRVA
TRVA_Footer, TRVA_Intro, TRVA_Map
I-64 Interstate 64 US_460#US_460_Eastern_Portion US 460
for use with: Travel_Reference_(VA)

DBSite_VASTARS101  DBSite_VASTARS102  DBSite_VASTARS103  DBSite_VASTARS104  DBSite_VASTARS105  DBSite_VASTARS106  DBSite_VASTARS107  DBSite_VASTARS108  DBSite_VASTARS109  DBSite_VASTARS110 

DBSite_VASTARS111  DBSite_VASTARS112  DBSite_VASTARS113  DBSite_VASTARS114  DBSite_VASTARS115  DBSite_VASTARS116  DBSite_VASTARS117  DBSite_VASTARS118  DBSite_VASTARS119  DBSite_VASTARS120 

DBSite_VASTARS121 DBSite_VASTARS122 DBSite_VASTARS123 DBSite_VASTARS124 DBSite_VASTARS126 DBSite_VASTARS127 DBSite_VASTARS128 DBSite_VASTARS129 DBSite_VASTARS131

DBSite_VASTARS201  DBSite_VASTARS202  DBSite_VASTARS203  DBSite_VASTARS204  DBSite_VASTARS205  DBSite_VASTARS206  DBSite_VASTARS207  DBSite_VASTARS208  DBSite_VASTARS209  DBSite_VASTARS210 

DBSite_VASTARS211  DBSite_VASTARS212  DBSite_VASTARS213  DBSite_VASTARS214  DBSite_VASTARS215  DBSite_VASTARS216  DBSite_VASTARS217  DBSite_VASTARS218  DBSite_VASTARS219 DBSite_VASTARS220

DBSite_VASTARS221 DBSite_VASTARS222 DBSite_VASTARS223 DBSite_VASTARS224 DBSite_VASTARS225 DBSite_VASTARS227 DBSite_VASTARS231 DBSite_VASTARS233

for use with: Travel_Reference_(VA)
USFSinCA for use with: United_States_Forest_Service_(CA)
DaneCountyWIFTO_RowFmt1 for use with: Dane_County_(WI)_FTOs
INPH_SAFET_Notes, INPH_SAFET_Pages for use with: Indiana_Project_Hoosier_SAFE-T_(Motorola)
JCADITS_RowFmt1, JCADITS_RowFmt2 for use with: Joint_CAD_Incident_Tracking_System
Template:Templates-List/pages for use with: Templates-List

Testing Only

TemplateExamples / Notes
For Testing Only
ForTestingOnly
User:QDP2012/TblRow1 User:QDP2012/2#Possible_.22Wiki.22_button_updates
User:QDP2012/TblRow2 list of state-based categories
User:QDP2012/TblRow3 list of categories not related to states
User:QDP2012/TblRow4 list of Fed/Mil in state
User:QDP2012/TblRow5 Related-Changes: Used by User:QDP2012/TblRow2, User:QDP2012/4
User:QDP2012/PUN lists all states; use "Topic" var to specific topic
Template:QDP2012/PUN not used (created in wrong namespace; can be deleted by admin)
User:QDP2012/USFSinCA