Template:Infobox incident: Difference between revisions

Created page with "<noinclude> Simple infobox for a single incident. Parameters: * title * date * time * city * county * state * location * agencies * operation * status * verification Usually used inside {{Incident page}}. </noinclude><includeonly> {| class="infobox" style="width: 280px; float:right; margin:0 0 1em 1em; font-size:90%;" |- ! colspan="2" style="text-align:center; font-size:110%;" | {{{title|{{PAGENAME}}}}} |- ! Date | {{{date|}}} |- ! Time | {{{time|}}} |- ! City | {{{cit..."
 
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
Simple infobox for a single incident.
Standard infobox for a single enforcement incident.


Parameters:
Usage on an incident page:
* title
* date
* time
* city
* county
* state
* location
* agencies
* operation
* status
* verification


Usually used inside {{Incident page}}.
    {{Infobox incident
    | title              =
    | date              =
    | time              =
    | city              =
    | county            =
    | state              =
    | country            = United States
    | location_detail    =
    | facility          =
    | agencies          =
    | operation_type    =
    | status            =
    | people_affected    =
    | arrests_reported  =
    | detentions_reported=
    | deportations      =
    | injuries          =
    | deaths            =
    | agents_involved    =
    | vehicles_involved  =
    | verification      =
    | key_sources        =
    }}
 
Fields you will probably use most often:
- title, date, state, city
- agencies, operation_type, people_affected
- agents_involved, vehicles_involved
- verification, key_sources
 
Keep place fields empty if you do not know them yet.
</noinclude><includeonly>
</noinclude><includeonly>
{| class="infobox" style="width: 280px; float:right; margin:0 0 1em 1em; font-size:90%;"
{| class="wikitable" style="float:right; clear:right; margin:0 0 1em 1em; width:320px;"
|-
|+ style="font-size:120%; font-weight:bold; text-align:center;" | {{{title|{{PAGENAME}}}}}
! colspan="2" style="text-align:center; font-size:110%;" | {{{title|{{PAGENAME}}}}}
|-
|-
! Date
! Date
Line 36: Line 55:
| {{{state|}}}
| {{{state|}}}
|-
|-
! Exact location
! Country
| {{{location|}}}
| {{{country|United States}}}
|-
! Location details
| {{{location_detail|}}}
|-
! Facility
| {{{facility|}}}
|-
|-
! Agencies involved
! Agencies involved
| {{{agencies|}}}
| {{{agencies|}}}
|-
|-
! Operation name
! Operation type
| {{{operation|}}}
| {{{operation_type|}}}
|-
|-
! Status
! Status
| {{{status|Ongoing}}}
| {{{status|}}}
|-
! People affected
| {{{people_affected|}}}
|-
! Arrests reported
| {{{arrests_reported|}}}
|-
! Detentions reported
| {{{detentions_reported|}}}
|-
! Deportations
| {{{deportations|}}}
|-
! Injuries
| {{{injuries|}}}
|-
! Deaths
| {{{deaths|}}}
|-
! Agents at the scene
| {{{agents_involved|}}}
|-
! Vehicles at the scene
| {{{vehicles_involved|}}}
|-
|-
! Verification
! Verification
| {{{verification|Unverified}}}
| {{{verification|}}}
|-
! Key sources
| {{{key_sources|}}}
|}
|}
</includeonly>
</includeonly>