31
edits
No edit summary Tag: 2017 source edit |
m (Moved identifier near bottom of infobox) Tag: 2017 source edit |
||
| (3 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> | ||
<th>Outcome</th> | <th>Outcome</th> | ||
| Line 29: | 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 50: | Line 50: | ||
"description": "The identifier of the incident", | "description": "The identifier of the incident", | ||
"example": "IR-202308-1", | "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", | "type": "line", | ||
"required": true | "required": true | ||
| Line 56: | Line 63: | ||
"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 84: | 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 112: | Line 119: | ||
"paramOrder": [ | "paramOrder": [ | ||
"identifier", | "identifier", | ||
"title", | |||
"outcome", | "outcome", | ||
"age", | "age", | ||