fandom>FANDOM No edit summary |
m (1 revision imported: importing from fandom) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<infobox> | |||
<title source="title"/> | <title source="title"> | ||
<image source="image">< | <default>{{PAGENAME}}</default> | ||
<data source=" | </title> | ||
<data source=" | <image source="image"> | ||
<data source=" | <default>Temp.png</default> | ||
</infobox>{{ | </image> | ||
<data source="Time"> | |||
<label>Date</label> | |||
</data> | |||
<data source="Cause"> | |||
<label>Cause</label> | |||
</data> | |||
<data source="Effect"> | |||
<label>Effect</label> | |||
</data> | |||
<data source="Involved"> | |||
<label>People involved</label> | |||
</data> | |||
</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 | |||
}, | |||
"Involved": { | |||
"label": "People involved", | |||
"description": "People involved with the event.", | |||
"type": "string", | |||
"required": false | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 20:51, 1 September 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 | Involved | People involved with the event. | String | optional |