Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox Event: Difference between revisions

Template page
More languages
Content deleted Content added
No edit summary
No edit summary
Line 59: Line 59:
"description": "The person who organised / lead the event"
"description": "The person who organised / lead the event"
},
},
"event_year": {
"label": "Event year",
"description": "The year, in which the event occurred"
},
"event_month": {},
"event_day": {},
"location": {
"location": {
"label": "Event location",
"label": "Event location",
Line 79: Line 73:
"label": "Event duration",
"label": "Event duration",
"description": "The total duration of the event"
"description": "The total duration of the event"
},
"event_date": {
"label": "Date of the event",
"description": "The day when the event occurred",
"type": "date",
"required": true
},
"winner": {
"label": "Winner",
"description": "The winner of the event, if applicable",
"type": "string"
},
"winners": {
"label": "Winners",
"description": "The winners of the event, if applicable"
},
"prize": {
"label": "Event prize",
"description": "The prize that the winner(s) got, if applicable"
},
"casualties": {
"label": "Casualties",
"description": "List of casualties, if applicable"
}
}
},
},
"description": "This infobox describes any event that happened on Moxiecraft"
"description": "This infobox describes any event that happened on Moxiecraft",
"paramOrder": [
"name",
"image",
"caption",
"event_date",
"organiser",
"location",
"participants",
"duration",
"winner",
"winners",
"prize",
"casualties"
]
}
}
</templatedata>
</templatedata>

Revision as of 12:40, 3 August 2025


This infobox describes any event that happened on Moxiecraft

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Event namename

The name of the event

Linerequired
Pictureimage

A picture that best describes the event

Filerequired
Image captioncaption

A description for the provided picture

Unknownoptional
Date of the eventevent_date

The day when the event occurred

Daterequired
Event organiserorganiser

The person who organised / lead the event

Unknownoptional
Event locationlocation

The place, where the event happened

Unknownrequired
Participantsparticipants

List of people, who participated in the event

Stringrequired
Event durationduration

The total duration of the event

Unknownoptional
Winnerwinner

The winner of the event, if applicable

Stringoptional
Winnerswinners

The winners of the event, if applicable

Unknownoptional
Event prizeprize

The prize that the winner(s) got, if applicable

Unknownoptional
Casualtiescasualties

List of casualties, if applicable

Unknownoptional