(Infobox created with infobox builder.) |
No edit summary |
||
Line 19: | Line 19: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "An infobox for events.", | |||
"params": { | |||
"title": { | |||
"label": "title", | |||
"description": "What the event was called.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "image", | |||
"description": "Image of said event.", | |||
"type": "wiki-file-name", | |||
"required": false | |||
}, | |||
"Time": { | |||
"label": "Time", | |||
"description": "The date the event happened", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"Cause": { | |||
"label": "Cause", | |||
"description": "Cause of the event.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"Effect": { | |||
"label": "Effect", | |||
"description": "The aftermath of the event.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"People involved": { | |||
"label": "People involved", | |||
"description": "People involved with the event.", | |||
"type": "string", | |||
"required": false | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 05:47, 10 April 2024
An infobox for events.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | What the event was called. | String | required |
image | image | Image of said event. | File | optional |
Time | Time | The date the event happened | String | optional |
Cause | Cause | Cause of the event. | String | optional |
Effect | Effect | The aftermath of the event. | String | optional |
People involved | People involved | People involved with the event. | String | optional |