Template:Event/doc: Difference between revisions

From Parallel Wiki
Jump to navigation Jump to search
No edit summary
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 04:41, 29 June 2022

Event
[[File:[[File:{{{image}}}]]|150px|class=|alt=[[File:{{{image}}}]]: Infobox image for Event the infobox in Minecraft]]

An infobox to serve as a quick reference on the right side of event pages.

Template parameters

ParameterDescriptionTypeStatus
Event namename

Will automatically enter based on page name

Example
Space Station Mission
Lineoptional
Imageimage

Refers to the image file stored on the wiki.

Default
ParallelLogo.png
Filesuggested
Image captionimage_caption

An optional caption for the image.

Lineoptional
Datedate

The date or period of time during which the event occurred. Try to use MDY format (e.g., April 1, 2022)

Linesuggested
Locationlocation

The location of the event.

Example
Shopping District
Linesuggested
Participantsparticipants

Participants in the event (usually NPCs).

Linesuggested
Preceded byprevious

The previous event.

Linesuggested
Followed bynext

The next event.

Linesuggested