Template:HISTORICAL EVENT: Difference between revisions

From Gambian Holiday Wiki
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
 
(5 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|Perpretator|{{{perpretator|}}}}}{{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 7: Line 7:
},
},
"image": {
"image": {
"description": "The image to show in the box.",
"description": "The image to show in the box."
"required": true
},
},
"date": {
"date": {
Line 25: Line 24:
"description": "Why it happened."
"description": "Why it happened."
},
},
"perpretator": {
"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 23:12, 9 February 2026

Infobox for historical events.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
titletitle

The title of the infobox, defaults to the page name.

Unknownoptional
imageimage

The image to show in the box.

Unknownoptional
captioncaption

Caption below the image

Unknownoptional
datedate

When (and in what dimension) that happened.

Unknownoptional
locationlocation

Where it happened.

Unknownoptional
death_tolldeath_toll

How many beings died in that event.

Unknownoptional
damagedamage

The (financial) damage caused by the event

Unknownoptional
contextcontext

Why it happened.

Unknownoptional
perpetratorperpetrator

Who caused it.

Unknownoptional
involvedinvolved

Who else was involved.

Unknownoptional