Template:Event/doc: Difference between revisions
Jump to navigation
Jump to search
Hypermoron (talk | contribs) No edit summary |
Hypermoron (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
| label3 = Participants | | label3 = Participants | ||
| data3 = {{{participants}}} | | data3 = {{{participants}}} | ||
| data4 = Timeline | |||
| label5 = Preceded by | |||
| data5 = {{{previous}}} | |||
| label6 = Followed by | |||
| data6 = {{{next}}} | |||
}} | }} | ||
<templatedata> | <templatedata> | ||
Line 48: | Line 53: | ||
"label": "Participants", | "label": "Participants", | ||
"description": "Participants in the event (usually NPCs).", | "description": "Participants in the event (usually NPCs).", | ||
"type": "line", | |||
"suggested": true | |||
}, | |||
"previous": { | |||
"label": "Preceded by", | |||
"description": "The previous event.", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"next": { | |||
"label": "Followed by", | |||
"description": "The next event.", | |||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true | ||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
Line 58: | Line 76: | ||
"date", | "date", | ||
"location", | "location", | ||
"participants" | "participants", | ||
"previous", | |||
"next" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 03:41, 29 June 2022
Event
[[File:[[File:{{{image}}}]]|150px|class=|alt=[[File:{{{image}}}]]: Infobox image for Event the infobox in Minecraft]]
{ "title": "Event", "rows": [], "invimages": [], "images": [ "[[File:{{{image}}}]]" ] }
An infobox to serve as a quick reference on the right side of event pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Event name | name | Will automatically enter based on page name
| Line | optional |
Image | image | Refers to the image file stored on the wiki.
| File | suggested |
Image caption | image_caption | An optional caption for the image. | Line | optional |
Date | date | The date or period of time during which the event occurred. Try to use MDY format (e.g., April 1, 2022) | Line | suggested |
Location | location | The location of the event.
| Line | suggested |
Participants | participants | Participants in the event (usually NPCs). | Line | suggested |
Preceded by | previous | The previous event. | Line | suggested |
Followed by | next | The next event. | Line | suggested |