Template:Infobox Event: Difference between revisions
Template page
More languages
More actions
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_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" |
||
⚫ | |||
⚫ | |||
"label": "Date of the event", |
|||
⚫ | |||
"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": { |
|||
⚫ | |||
"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
Parameter | Description | Type | Status | |
---|---|---|---|---|
Event name | name | The name of the event | Line | required |
Picture | image | A picture that best describes the event | File | required |
Image caption | caption | A description for the provided picture | Unknown | optional |
Date of the event | event_date | The day when the event occurred | Date | required |
Event organiser | organiser | The person who organised / lead the event | Unknown | optional |
Event location | location | The place, where the event happened | Unknown | required |
Participants | participants | List of people, who participated in the event | String | required |
Event duration | duration | The total duration of the event | Unknown | optional |
Winner | winner | The winner of the event, if applicable | String | optional |
Winners | winners | The winners of the event, if applicable | Unknown | optional |
Event prize | prize | The prize that the winner(s) got, if applicable | Unknown | optional |
Casualties | casualties | List of casualties, if applicable | Unknown | optional |