Jump to content

Template:Infobox incident report: Difference between revisions

no edit summary
(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
 
No edit summary
Tag: 2017 source edit
Line 2: Line 2:
   <div class="infobox-title">{{PAGENAME}}</div>
   <div class="infobox-title">{{PAGENAME}}</div>
   <table class="table">
   <table class="table">
    <tr>
      <th>Identifier</th>
      <td class="infobox-identifier">{{{identifier}}}</td>
    </tr>
     <tr>
     <tr>
       <th>Outcome</th>
       <th>Outcome</th>
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
},
"outcome": {
"outcome": {
"label": "Outcome",
"label": "Outcome",
Line 100: Line 111:
},
},
"paramOrder": [
"paramOrder": [
"identifier",
"outcome",
"outcome",
"age",
"age",