Template:Infobox Event: Difference between revisions
Template page
More languages
More actions
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": " | "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
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 | Line | 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 | Page name | optional |
Event location | location | The place, where the event happened | Page name | required |
Participants | participants | List of people, who participated in the event | String | required |
Event duration | duration | The total duration of the event | String | optional |
Winner | winner | The winner of the event, if applicable | Page name | optional |
Winners | winners | The winners of the event, if applicable | String | optional |
Event prize | prize | The prize that the winner(s) got, if applicable | Line | optional |
Casualties | casualties | List of casualties, if applicable | String | optional |