235
edits
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
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 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 112: | Line 119: | ||
"paramOrder": [ | "paramOrder": [ | ||
"identifier", | "identifier", | ||
"title", | |||
"outcome", | "outcome", | ||
"age", | "age", |