Template:Event: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
{{#if: {{{participants|}}} | {{infobox row|label=Participants|field={{{participants|}}} }} }} | {{#if: {{{participants|}}} | {{infobox row|label=Participants|field={{{participants|}}} }} }} | ||
{{#if: {{{type|}}} | {{infobox row|label=Type|field={{{type|}}} }} }} | {{#if: {{{type|}}} | {{infobox row|label=Type|field={{{type|}}} }} }} | ||
{{#if:{{{previous|}}}{{{next|}}} {{infobox row|label=Timeline }} }} | {{#if:{{{previous|}}}{{{next|}}} {{infobox row|label=Timeline|field= }} }} | ||
{{#if: {{{previous|}}} | {{infobox row|label=Preceded by|field={{{previous|}}} }} }} | {{#if: {{{previous|}}} | {{infobox row|label=Preceded by|field={{{previous|}}} }} }} | ||
{{#if: {{{next|}}} | {{infobox row|label=Followed by|field={{{next|}}} }} }} | {{#if: {{{next|}}} | {{infobox row|label=Followed by|field={{{next|}}} }} }} | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{Documentation}}</noinclude> | {{Documentation}}</noinclude> |
Revision as of 03:01, 5 November 2023
[view] [edit] [history] [⧼smw purge⧽]Documentation
{{Event | name = | image = | image_caption = | date = | location = | participants = | previous = | next = }}
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 |
Examples
Everything
Event
Oh boy, he's stinky
Date |
May 22, 2022 |
---|---|
Location |
The Sky Kingdom |
Participants |
Cloudius and everyone else's noses |
Preceded by |
Cloudius Wears All His Clothes |
Followed by |
Cloudius Does the Wash |
{ "extratext": "Oh boy, he's stinky", "title": "Event", "images": [ "Tattered Cloudius 2021-06-04.png" ], "rows": [ { "field": "May 22, 2022", "label": "Date" }, { "field": "The Sky Kingdom", "label": "Location" }, { "field": "Cloudius and everyone else's noses", "label": "Participants" }, { "field": "Cloudius Wears All His Clothes", "label": "Preceded by" }, { "field": "Cloudius Does the Wash", "label": "Followed by" } ], "invimages": [] }
{{Event | name = The Day Cloudius Forgot to Do the Wash | image = Tattered Cloudius 2021-06-04.png | image_caption = Oh boy, he's stinky | date = May 22, 2022 | location = The Sky Kingdom | participants = Cloudius and everyone else's noses | previous = Cloudius Wears All His Clothes | next = Cloudius Does the Wash }}
[view] [edit] [history] [⧼smw purge⧽]The above documentation is transcluded from Template:Event/doc.