Template:Infobox incident report: Difference between revisions
(Created page with "<templatestyles src="Infobox incident report/styles.css" /><div class="infobox infobox-incident-report"> <div class="infobox-title">{{PAGENAME}}</div> <table class="table"> <tr> <th>Outcome</th> <td class="infobox-outcome infobox-outcome-{{{outcome}}}">{{{outcome}}}</td> </tr> <tr> <th>Age of victim(s)</th> <td class="infobox-age">{{{age}}}</td> </tr> <tr> <th>Date</th> <td class="infobox-date">{{{date}}}</td>...") Tag: 2017 source edit |
m (Moved identifier near bottom of infobox) Tag: 2017 source edit |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="Infobox incident report/styles.css" /><div class="infobox infobox-incident-report"> | <templatestyles src="Infobox incident report/styles.css" /><div class="infobox infobox-incident-report"> | ||
<div class="infobox-title">{{ | <div class="infobox-title">{{{title}}}</div> | ||
<table class="table"> | <table class="table"> | ||
<tr> | <tr> | ||
Line 25: | Line 25: | ||
<th>Number of people present</th> | <th>Number of people present</th> | ||
<td class="infobox-people-present">{{{people_present}}}</td> | <td class="infobox-people-present">{{{people_present}}}</td> | ||
</tr> | |||
<tr> | |||
<th><i>Identifier</i></th> | |||
<td class="infobox-identifier">{{{identifier}}}</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 42: | Line 46: | ||
"description": "This Infobox summarizes an incident report at the top of the article.", | "description": "This Infobox summarizes an incident report at the top of the article.", | ||
"params": { | "params": { | ||
"identifier": { | |||
"label": "Identifier", | |||
"description": "The identifier of the incident", | |||
"example": "IR-202308-1", | |||
"type": "line", | |||
"required": true | |||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "The title of the incident (should describe the outcome and cause)", | |||
"example": "Fatality from nitrous oxide-induced hypoxia", | |||
"type": "line", | |||
"required": true | |||
}, | |||
"outcome": { | "outcome": { | ||
"label": "Outcome", | "label": "Outcome", | ||
"description": "The outcome of the incident", | "description": "The outcome of the incident", | ||
"example": "Fatality", | "example": "Fatality, Permanent injury, Temporary injury, Near-miss", | ||
"type": "line", | "type": "line", | ||
"required": true | "required": true | ||
Line 73: | Line 91: | ||
"label": "Involved kinks", | "label": "Involved kinks", | ||
"description": "The list of involved kinks. Use links to RACKWiki articles", | "description": "The list of involved kinks. Use links to RACKWiki articles", | ||
"example": "[[Breath | "example": "[[Breath play]], [[Nitrous oxide]]", | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true | ||
Line 100: | Line 118: | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"identifier", | |||
"title", | |||
"outcome", | "outcome", | ||
"age", | "age", |
Latest revision as of 12:39, 17 January 2025
{{{title}}}
Outcome | {{{outcome}}} |
---|---|
Age of victim(s) | {{{age}}} |
Date | {{{date}}} |
Location | {{{location}}} |
Involved kinks | {{{involved_kinks}}} |
Number of people present | {{{people_present}}} |
Identifier | {{{identifier}}} |
Published | {{{published_date}}} |
Last updated | {{{updated_date}}} |
This Infobox summarizes an incident report at the top of the article.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Identifier | identifier | The identifier of the incident
| Line | required |
Title | title | The title of the incident (should describe the outcome and cause)
| Line | required |
Outcome | outcome | The outcome of the incident
| Line | required |
Age of victim(s) | age | The age of the victim(s)
| Line | required |
Date of incident | date | The month and year of the incident (do not specify specific date!)
| Line | required |
Location of incident | location | The location and geographic region of the incident
| Line | required |
Involved kinks | involved_kinks | The list of involved kinks. Use links to RACKWiki articles
| Content | required |
Number of people present | people_present | The number of people present during the incident
| Line | required |
Date of initial publication | published_date | The date of initial publication
| Line | required |
Date of most recent update | updated_date | The date of the most recent update to the report
| Line | required |