Template:HISTORICAL EVENT: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>{{Infobox|title={{{title|{{PAGENAME}}}}}|image={{{image}}}|content={{Infobox/row|Date|{{{date|}}}}}{{Infobox/row|Location|{{{location|}}}}}{{Infobox/row|Death Toll|{{{death_toll|}}}}}{{Infobox/row|Damage|{{{damage|}}}}}{{Infobox/row|Context|{{{context|}}}}}{{Infobox/row|Perpretator|{{{perpretator|}}}}}{{Infobox/row|Involved|{{{involved|}}}}}}}</includeonly><noinclude> <templatedata> { "params": { "title": { "description": "The title of the infobox, def...") |
No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{Infobox|title={{{title|{{PAGENAME}}}}}|image={{{image}}}|content={{Infobox/row|Date|{{{date|}}}}}{{Infobox/row|Location|{{{location|}}}}}{{Infobox/row|Death Toll|{{{death_toll|}}}}}{{Infobox/row|Damage|{{{damage|}}}}}{{Infobox/row|Context|{{{context|}}}}}{{Infobox/row| | <includeonly>{{Infobox|title={{{title|{{PAGENAME}}}}}|image={{{image}}}|caption={{{caption|}}}|content={{Infobox/row|Date|{{{date|}}}}}{{Infobox/row|Location|{{{location|}}}}}{{Infobox/row|Death Toll|{{{death_toll|}}}}}{{Infobox/row|Damage|{{{damage|}}}}}{{Infobox/row|Context|{{{context|}}}}}{{Infobox/row|Perpetrator|{{{perpetrator|}}}}}{{Infobox/row|Involved|{{{involved|}}}}}}}</includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 25: | Line 25: | ||
"description": "Why it happened." | "description": "Why it happened." | ||
}, | }, | ||
" | "perpetrator": { | ||
"description": "Who caused it." | "description": "Who caused it." | ||
}, | }, | ||
"involved": { | "involved": { | ||
"description": "Who else was involved." | "description": "Who else was involved." | ||
}, | |||
"caption": { | |||
"description": "Caption below the image" | |||
} | } | ||
}, | }, | ||
"description": "Infobox for historical events." | "description": "Infobox for historical events.", | ||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"caption", | |||
"date", | |||
"location", | |||
"death_toll", | |||
"damage", | |||
"context", | |||
"perpetrator", | |||
"involved" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 15:04, 26 July 2024
Infobox for historical events.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | The title of the infobox, defaults to the page name. | Unknown | optional |
| image | image | The image to show in the box. | Unknown | required |
| caption | caption | Caption below the image | Unknown | optional |
| date | date | When (and in what dimension) that happened. | Unknown | optional |
| location | location | Where it happened. | Unknown | optional |
| death_toll | death_toll | How many beings died in that event. | Unknown | optional |
| damage | damage | The (financial) damage caused by the event | Unknown | optional |
| context | context | Why it happened. | Unknown | optional |
| perpetrator | perpetrator | Who caused it. | Unknown | optional |
| involved | involved | Who else was involved. | Unknown | optional |