Actions

Template

Difference between revisions of "IncidentInfoBox"

m (Fixed missing braces)
m (Fixed end date/time)
Line 8: Line 8:
 
|nextEvent={{{nextIncident|}}}
 
|nextEvent={{{nextIncident|}}}
 
|startDate={{{startDate|}}}
 
|startDate={{{startDate|}}}
|finishDate={{{finishDate|}}}
+
|endDate={{{endDate|}}}
 
|startTime={{{startTime|}}}
 
|startTime={{{startTime|}}}
|finishTime={{{finishTime|}}}
+
|endTime={{{endTime|}}}
 
|extraContent=
 
|extraContent=
 
{{#if: result|
 
{{#if: result|
Line 63: Line 63:
 
"required": true
 
"required": true
 
},
 
},
"finishDate": {
+
"endDate": {
"label": "Finish Date",
+
"label": "End Date",
 
"description": "The date the incident finished (If the same as start leave blank)",
 
"description": "The date the incident finished (If the same as start leave blank)",
 
"type": "string",
 
"type": "string",
Line 75: Line 75:
 
"suggested": true
 
"suggested": true
 
},
 
},
"finishTime": {
+
"endTime": {
"label": "Finish Time",
+
"label": "End Time",
 
"description": "The time the incident finished (leave blank if close to start time)",
 
"description": "The time the incident finished (leave blank if close to start time)",
 
"type": "string",
 
"type": "string",
Line 107: Line 107:
 
"nextIncident",
 
"nextIncident",
 
"startDate",
 
"startDate",
"finishDate",
+
"endDate",
 
"startTime",
 
"startTime",
"finishTime",
+
"endTime",
 
"result"
 
"result"
 
]
 
]

Revision as of 16:59, 20 September 2020



Test incident
ByAllah.jpg
Notable Locations: Location A, Location B
Involved Groups: Group 1, Group 2
Preceding Event: Some Previous Incident
Succeeding Event: The Next Incident
Date: 6/9/42
Time: 12:00
Outcome: Group 1 triumphed over Group 2



No description.

Template parameters

ParameterDescriptionTypeStatus
Titletitle

The name of the incident

Stringoptional
Imageimage

An image of the incident

Fileoptional
Locationslocations

Any location(s) the event took part in

Stringrequired
Groupsgroups

Any groups involved in the incident

Unknownrequired
Previous IncidentpreviousIncident

The incident that happened before this one chronologically

Pageoptional
Next IncidentnextIncident

The incident that happened after this one chronologically

Pageoptional
Start DatestartDate

The date that the Incident started

Stringrequired
End DateendDate

The date the incident finished (If the same as start leave blank)

Stringsuggested
Start TimestartTime

The time the incident started

Stringsuggested
End TimeendTime

The time the incident finished (leave blank if close to start time)

Stringsuggested
Outcomeresult

The outcome of the incident briefly described

Example
Party A won
Stringrequired