Template:Infobox War: Difference between revisions
NikNikovsky (talk | contribs) [c33b158854] Added parameters |
NikNikovsky (talk | contribs) m [86f12ae742] Changed parameter status |
||
| Line 23: | Line 23: | ||
{ | { | ||
"params": { | "params": { | ||
"began": { | "began": { | ||
"label": "began", | "label": "began", | ||
"description": "The date that the war began.", | "description": "The date that the war began.", | ||
" | "required": true | ||
}, | }, | ||
"finished": { | "finished": { | ||
"label": "finished", | "label": "finished", | ||
"description": "The date that the war finished.", | "description": "The date that the war finished.", | ||
" | "required": true | ||
}, | }, | ||
"Attackers": { | "Attackers": { | ||
"label": "attackers", | "label": "attackers", | ||
"description": "List of attackers in the war.", | "description": "List of attackers in the war.", | ||
" | "required": true | ||
}, | }, | ||
"Defenders": { | "Defenders": { | ||
"label": "defenders", | "label": "defenders", | ||
"description": "List of defenders in the war.", | "description": "List of defenders in the war.", | ||
" | "required": true | ||
}, | }, | ||
"Casualties": { | "Casualties": { | ||
"label": "casualties", | "label": "casualties", | ||
"description": "List of casualties in the war. (Attacker/s - Defender/s)", | "description": "List of casualties in the war. (Attacker/s - Defender/s)", | ||
"suggested": | "suggested": true | ||
}, | }, | ||
"Outcome": { | "Outcome": { | ||
"label": "outcome", | "label": "outcome", | ||
"description": "Outcome of the war.", | "description": "Outcome of the war.", | ||
" | "required": true | ||
} | } | ||
}, | }, | ||