Template:Infobox War: Difference between revisions
Jump to navigation
Jump to search
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 | ||
} | } | ||
}, | }, | ||
Latest revision as of 18:59, 15 February 2025
| Began | {{{began}}} |
|---|---|
| Finished | {{{finished}}} |
| Attacker(s) | {{{attackers}}} |
| Defender(s) | {{{defenders}}} |
| Casualties | {{{casualties}}} |
| Outcome | {{{outcome}}} |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| began | began | The date that the war began. | Unknown | required |
| finished | finished | The date that the war finished. | Unknown | required |
| attackers | Attackers | List of attackers in the war. | Unknown | required |
| defenders | Defenders | List of defenders in the war. | Unknown | required |
| casualties | Casualties | List of casualties in the war. (Attacker/s - Defender/s) | Unknown | suggested |
| outcome | Outcome | Outcome of the war. | Unknown | required |