Actions

Template

Difference between revisions of "IncidentInfoBox"

(Added arc correctly this time)
(Fixed template data types)
 
Line 14: Line 14:
 
"label": "Locations",
 
"label": "Locations",
 
"description": "Any location(s) the event took part in",
 
"description": "Any location(s) the event took part in",
"type": "string",
+
"type": "wiki-page-name",
 
"required": true
 
"required": true
 
},
 
},
Line 20: Line 20:
 
"label": "Groups",
 
"label": "Groups",
 
"description": "Any groups involved in the incident",
 
"description": "Any groups involved in the incident",
"required": true
+
"required": true,
 +
"type": "wiki-page-name"
 
},
 
},
 
"startDate": {
 
"startDate": {

Latest revision as of 20:12, 29 November 2020

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

Test Text

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

Pagerequired
Groupsgroups

Any groups involved in the incident

Pagerequired
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
Arcarc

The arc that this incident belongs to

Pagerequired