Template:Event/doc: Difference between revisions
Jump to navigation
Jump to search
Hypermoron (talk | contribs) (Created page with "<templatedata> { "description": "An infobox to serve as a quick reference on the right side of event pages.", "params": { "name": { "label": "Event name", "description": "Will automatically enter based on page name", "example": "Space Station Mission", "type": "line" }, "image": { "label": "Image", "description": "Refers to the image file stored on the wiki.", "type": "wiki-file-name", "default": "ParallelLogo.png", "suggested"...") |
Hypermoron (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox | |||
|above = {{{name}}} | |||
|image = [[File:{{{image}}}]] | |||
|caption = {{{image_caption}}} | |||
| label1 = Date | |||
| data1 = {{{date}}} | |||
| label2 = Location | |||
| data2 = {{{location}}} | |||
| label3 = Participants | |||
| data3 = {{{participants}}} | |||
}} | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 51: | Line 62: | ||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 20:46, 24 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 |