Template:Incident page: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
= {{{title|{{PAGENAME}}}}} =
= {{{title|{{PAGENAME}}}}} =


'''Date:''' {{{date}}} 
== Summary ==
'''City:''' {{{city}}} 
{{{summary|''No summary available.''}}}
'''County:''' {{{county|}}} 
'''State:''' {{{state}}}


'''Agencies involved:''' {{{agencies|}}} 
== Incident details ==
'''Type of incident:''' {{{type|}}}


== Summary ==
'''Date:''' {{{date|Unknown}}} 
{{{summary|''No summary available.''}}}
'''Location:''' {{{location|Unknown}}} 
'''Agencies involved:''' {{{agencies|Unknown}}} 
'''Type of incident:''' {{{type|Unknown}}}


== Full description ==
== Full description ==
Line 29: Line 28:
{{{notes|}}}
{{{notes|}}}


<!-- Auto-categories -->
<!-- Auto-categories (only if fields are provided) -->
 
{{#if:{{{state|}}}|[[Category:Incidents in {{{state}}}]]}}
{{#if:{{{month|}}}{{{state|}}}|[[Category:Incidents in {{{state}}} – {{{month}}}]]}}
{{#if:{{{year|}}}|[[Category:Incidents in {{{year}}}]]}}
 
[[Category:Incidents]]
[[Category:Incidents]]
[[Category:Incidents in {{{state}}}]]
[[Category:Incidents in {{{state}}} – {{{month}}}]]
[[Category:Incidents in {{{year}}}]]
[[Category:{{{state}}}]]


</includeonly>
</includeonly>


<noinclude>
<noinclude>
This is the standard template for creating a new verified incident page.
This is the universal template for creating a new incident page.


Use like this:
Usage example:


{{Incident page
{{Incident page
  | title      =  
  | title      =
  | date        = 2025-02-14
  | date        = 2025-02-14
| location    = Huntsville, Alabama
| state      = Alabama
  | month      = February
  | month      = February
  | year        = 2025
  | year        = 2025
| city        = Huntsville
| county      = Madison County
| state      = Alabama
  | agencies    = ICE ERO Atlanta
  | agencies    = ICE ERO Atlanta
  | type        = Traffic stop
  | type        = Traffic stop
  | summary    = One-sentence overview of the incident.
  | summary    = A brief one-sentence overview.
  | description = Full narrative text.
  | description = Full narrative text of the incident.
  | sources    =
  | sources    =
   * [https://... Source 1]
   * [https://... Source 1]
   * [https://... Source 2]
   * [https://... Source 2]
  | notes      = Internal notes or cross-links.
  | notes      =
}}
}}


All public submissions must go through:
If city/county/state/month/year are unknown, leave them blank.
Public editing is disabled; incidents must be submitted via:
[[ICE List:Submit incident]]
[[ICE List:Submit incident]]
</noinclude>
</noinclude>