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 53: Line 53:
"caption": {
"caption": {
"label": "Image caption",
"label": "Image caption",
"description": "A description for the provided picture"
"description": "A description for the provided picture",
"type": "line"
},
},
"organiser": {
"organiser": {
"label": "Event organiser",
"label": "Event organiser",
"description": "The person who organised / lead the event"
"description": "The person who organised / lead the event",
"type": "wiki-page-name"
},
},
"location": {
"location": {
"label": "Event location",
"label": "Event location",
"description": "The place, where the event happened",
"description": "The place, where the event happened",
"required": true
"required": true,
"type": "wiki-page-name"
},
},
"participants": {
"participants": {
Line 72: Line 75:
"duration": {
"duration": {
"label": "Event duration",
"label": "Event duration",
"description": "The total duration of the event"
"description": "The total duration of the event",
"type": "string"
},
},
"event_date": {
"event_date": {
Line 83: Line 87:
"label": "Winner",
"label": "Winner",
"description": "The winner of the event, if applicable",
"description": "The winner of the event, if applicable",
"type": "string"
"type": "wiki-page-name"
},
},
"winners": {
"winners": {
"label": "Winners",
"label": "Winners",
"description": "The winners of the event, if applicable"
"description": "The winners of the event, if applicable",
"type": "string"
},
},
"prize": {
"prize": {
"label": "Event prize",
"label": "Event prize",
"description": "The prize that the winner(s) got, if applicable"
"description": "The prize that the winner(s) got, if applicable",
"type": "line"
},
},
"casualties": {
"casualties": {
"label": "Casualties",
"label": "Casualties",
"description": "List of casualties, if applicable"
"description": "List of casualties, if applicable",
"type": "string"
}
}
},
},

Revision as of 12:41, 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

Lineoptional
Date of the eventevent_date

The day when the event occurred

Daterequired
Event organiserorganiser

The person who organised / lead the event

Page nameoptional
Event locationlocation

The place, where the event happened

Page namerequired
Participantsparticipants

List of people, who participated in the event

Stringrequired
Event durationduration

The total duration of the event

Stringoptional
Winnerwinner

The winner of the event, if applicable

Page nameoptional
Winnerswinners

The winners of the event, if applicable

Stringoptional
Event prizeprize

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

Lineoptional
Casualtiescasualties

List of casualties, if applicable

Stringoptional