Template:HISTORICAL EVENT: Difference between revisions
Jump to navigation
Jump to search
King Horror (talk | contribs) No edit summary Tag: Manual revert |
No edit summary |
||
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|Perpetrator|{{{perpetrator|}}}}}{{Infobox/row|Involved|{{{involved|}}}}}}}</includeonly><noinclude> | <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 30: | Line 30: | ||
"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 |