|
|
| (6 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <noinclude>
| |
| Featured Incident box for the Main Page or other overview pages.
| |
|
| |
| Usage:
| |
| {{Featured incident
| |
| | title = Lawsuit over conditions at California City Detention Facility
| |
| | link = Incident:California_City_Detention_Facility_Conditions_Lawsuit_2025
| |
| | date = 2025-11-13
| |
| | state = California
| |
| | summary = Short summary here.
| |
| | image = CaliforniaCityDetention.jpg <!-- optional -->
| |
| }}
| |
| </noinclude>
| |
|
| |
| <includeonly> | | <includeonly> |
| <div class="mp-featured-incident" style="border:1px solid #ccc; padding:0.5em; background:#fffaf5; overflow:hidden;">
| | {{ICCard |
| | | tone = red |
| | | title = Featured incident |
| | | content = |
| | <div> |
|
| |
|
| == Featured Incident ==
| |
|
| |
| <div style="float:left; margin-right:0.7em; max-width:120px;">
| |
| {{#if:{{{image|}}}
| |
| | [[File:{{{image}}}|120px|alt={{{title|Featured incident}}}]]
| |
| | [[File:Incident-placeholder.jpg|120px|alt=Featured incident placeholder]]
| |
| }}
| |
| </div>
| |
|
| |
| <div>
| |
| '''[[{{{link|}}}|{{{title|Featured incident}}}]]''' | | '''[[{{{link|}}}|{{{title|Featured incident}}}]]''' |
| <span style="font-size:90%;">{{{date|}}} • {{{state|}}}</span> | | <span style="font-size:90%;">{{{date|}}} • {{{place|}}}</span> |
|
| |
|
| <p style="margin-top:0.4em;"> | | <p style="margin-top:0.4em;"> |
| {{{summary|}}} | | {{{summary|}}} |
| </p> | | </p> |
| </div>
| |
|
| |
|
| <div style="clear:both;"></div>
| |
| </div> | | </div> |
| | }} |
| </includeonly> | | </includeonly> |