Actions

Difference between revisions of "Casa Grande Police Department (AZ)"

From The RadioReference Wiki

Line 12: Line 12:
 
101:Female
 
101:Female
 
103:Headquearter
 
103:Headquearter
 +
 +
==Variables==
 +
 +
{{seealso| Help:Magic_words#Variables}}
 +
 +
{{namespaces}}
 +
 +
{| style="text-align:center"
 +
|-
 +
! Code
 +
! Effect
 +
! Notes
 +
|-
 +
| <nowiki>{{CURRENTWEEK}}</nowiki> || {{CURRENTWEEK}}
 +
|
 +
|-
 +
| <nowiki>{{CURRENTDOW}}</nowiki> || {{CURRENTDOW}}
 +
|
 +
Monday = 1, Tuesday = 2, etc., but Sunday = 0
 +
 +
|-
 +
| <nowiki>{{CURRENTMONTH}}</nowiki> || {{CURRENTMONTH}}
 +
|
 +
|-
 +
| <nowiki>{{CURRENTMONTHNAME}}</nowiki>
 +
| {{CURRENTMONTHNAME}}
 +
|
 +
|-
 +
| <nowiki>{{CURRENTMONTHNAMEGEN}}</nowiki>
 +
| {{CURRENTMONTHNAMEGEN}}
 +
|
 +
|-
 +
| <nowiki>{{CURRENTDAY}}</nowiki> || {{CURRENTDAY}}
 +
|
 +
|-
 +
| <nowiki>{{CURRENTDAYNAME}}</nowiki> || {{CURRENTDAYNAME}}
 +
|
 +
|-
 +
| <nowiki>{{CURRENTYEAR}}</nowiki> || {{CURRENTYEAR}}
 +
|
 +
|-
 +
| <nowiki>{{CURRENTTIME}}</nowiki> || {{CURRENTTIME}}
 +
|
 +
|-
 +
| <nowiki>{{NUMBEROFARTICLES}}</nowiki>
 +
| {{NUMBEROFARTICLES}}
 +
|
 +
|-
 +
| <nowiki>{{NUMBEROFPAGES}}</nowiki>
 +
| {{NUMBEROFPAGES}}
 +
|
 +
|-
 +
| <nowiki>{{NUMBEROFUSERS}}</nowiki>
 +
| {{NUMBEROFUSERS}}
 +
|
 +
|-
 +
| <nowiki>{{PAGENAME}}</nowiki> || {{PAGENAME}}
 +
|
 +
|-
 +
| <nowiki>{{NAMESPACE}}</nowiki> || {{NAMESPACE}}
 +
|
 +
|-
 +
| <nowiki>{{REVISIONID}}</nowiki> || {{REVISIONID}}
 +
|
 +
|-
 +
| <nowiki>{{REVISIONUSER}}</nowiki> || {{REVISIONUSER}}
 +
|
 +
|-
 +
| <nowiki>{{localurl:pagename}}</nowiki>
 +
| {{localurl:pagename}}
 +
|
 +
|-
 +
| <nowiki>{{localurl:</nowiki>''Wikipedia:Sandbox''<nowiki>|action=edit}}</nowiki>
 +
| {{localurl:Wikipedia:Sandbox|action=edit}}
 +
|
 +
|-
 +
| <nowiki>{{fullurl:pagename}}</nowiki>
 +
| {{fullurl:pagename}}
 +
|
 +
|-
 +
| <nowiki>{{fullurl:pagename|</nowiki>''query_string''<nowiki>}}</nowiki>
 +
| {{fullurl:pagename|query_string}}
 +
|
 +
|-
 +
| <nowiki>{{SERVER}}</nowiki> || {{SERVER}}
 +
|
 +
|-
 +
| <nowiki>{{ns:1}}</nowiki> || {{ns:1}}
 +
|
 +
<nowiki>{{ns:</nowiki>''index''<nowiki>}} e.g. {{ns:1}}</nowiki>  &rarr;  full name of namespace
 +
 +
|-
 +
| <nowiki>{{SITENAME}}</nowiki> || {{SITENAME}}
 +
|
 +
|}
 +
 +
'''NUMBEROFARTICLES''' is the number of pages in the main namespace which contain a link and are not a redirect, in other words number of articles, stubs containing a link, and disambiguation pages.
 +
 +
'''CURRENTMONTHNAMEGEN''' is the genitive (possessive) grammatical form of the month name, as used in some languages; '''CURRENTMONTHNAME''' is the nominative (subject) form, as usually seen in English.
 +
 +
In languages where it makes a difference, you can use constructs like <code><nowiki>{{grammar:case|word}}</nowiki></code> to convert a word from the nominative case to some other case. For example, <code><nowiki>{{grammar:genitive|{{CURRENTMONTHNAME}}}}</nowiki></code> means the same as <code><nowiki>{{CURRENTMONTHNAMEGEN}}</nowiki></code>. <!-- Is there a reference for this, other than the source code (for example, phase3/languages/Lnaguage*.php) ? -->

Revision as of 03:16, 4 June 2012

Casa Grande Police Patch
text
CGPD Beat Map

The community of Casa Grande is located in Southern Arizona between Phoenix and Tucson on Interstate 10. Casa Grande has a population of about 48,000 and has 77 sworn officer positions. The Patrol Division is comprised of 5 patrol teams. Each team is staffed with a Sergeant, a Police Corporal and Police Officers. A civilian Police Service Specialist is assigned to each patrol team to perform duties such as prisoner processing, not requiring a sworn Officer.

Beat Map

CGPD Beat Map

Radio Codes

Coming Soon

101:Female 103:Headquearter

Variables

Template:Seealso

Template:Namespaces

Code Effect Notes
{{CURRENTWEEK}} 16
{{CURRENTDOW}} 5

Monday = 1, Tuesday = 2, etc., but Sunday = 0

{{CURRENTMONTH}} 04
{{CURRENTMONTHNAME}} April
{{CURRENTMONTHNAMEGEN}} April
{{CURRENTDAY}} 19
{{CURRENTDAYNAME}} Friday
{{CURRENTYEAR}} 2024
{{CURRENTTIME}} 21:02
{{NUMBEROFARTICLES}} 10,695
{{NUMBEROFPAGES}} 22,785
{{NUMBEROFUSERS}} 162,148
{{PAGENAME}} Casa Grande Police Department (AZ)
{{NAMESPACE}}
{{REVISIONID}} 93717
{{REVISIONUSER}} Bigjstud1108
{{localurl:pagename}} /index.php/Pagename
{{localurl:Wikipedia:Sandbox|action=edit}} http://www.wikipedia.org/wiki/Sandbox?action=edit
{{fullurl:pagename}} https://wiki.radioreference.com/index.php/Pagename
{{fullurl:pagename|query_string}} https://wiki.radioreference.com/index.php?title=Pagename&query_string
{{SERVER}} https://wiki.radioreference.com
{{ns:1}} Talk

{{ns:index}} e.g. {{ns:1}} → full name of namespace

{{SITENAME}} The RadioReference Wiki

NUMBEROFARTICLES is the number of pages in the main namespace which contain a link and are not a redirect, in other words number of articles, stubs containing a link, and disambiguation pages.

CURRENTMONTHNAMEGEN is the genitive (possessive) grammatical form of the month name, as used in some languages; CURRENTMONTHNAME is the nominative (subject) form, as usually seen in English.

In languages where it makes a difference, you can use constructs like {{grammar:case|word}} to convert a word from the nominative case to some other case. For example, {{grammar:genitive|{{CURRENTMONTHNAME}}}} means the same as {{CURRENTMONTHNAMEGEN}}.