Template:Infobox Event: Difference between revisions
Template page
More languages
More actions
Created the page |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 39: | Line 39: | ||
| label7 = Winner | | label7 = Winner | ||
| data7 = {{winner|}} | | data7 = {{{winner|}}} | ||
| label8 = Winners | | label8 = Winners | ||
| data8 = {{winners|}} | | data8 = {{{winners|}}} | ||
| label9 = Prize | | label9 = Prize | ||
| data9 = {{prize|}} | | data9 = {{{prize|}}} | ||
| label10 = Casualties | | label10 = Casualties | ||
| data10 = {{casualties|}} | | data10 = {{{casualties|}}} | ||
}} | }} | ||
[[Category:Events]]</includeonly> | [[Category:Events]]</includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Event name", | |||
"description": "The name of the event", | |||
"type": "line", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Picture", | |||
"description": "A picture that best describes the event", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"caption": { | |||
"label": "Image caption", | |||
"description": "A description for the provided picture", | |||
"type": "line" | |||
}, | |||
"organiser": { | |||
"label": "Event organiser", | |||
"description": "The person who organised / lead the event", | |||
"type": "wiki-page-name" | |||
}, | |||
"location": { | |||
"label": "Event location", | |||
"description": "The place, where the event happened", | |||
"required": true, | |||
"type": "wiki-page-name" | |||
}, | |||
"participants": { | |||
"label": "Participants", | |||
"description": "List of people, who participated in the event", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"duration": { | |||
"label": "Event duration", | |||
"description": "The total duration of the event", | |||
"type": "string" | |||
}, | |||
"winner": { | |||
"label": "Winner", | |||
"description": "The winner of the event, if applicable", | |||
"type": "wiki-page-name" | |||
}, | |||
"winners": { | |||
"label": "Winners", | |||
"description": "The winners of the event, if applicable", | |||
"type": "string" | |||
}, | |||
"prize": { | |||
"label": "Event prize", | |||
"description": "The prize that the winner(s) got, if applicable", | |||
"type": "line" | |||
}, | |||
"casualties": { | |||
"label": "Casualties", | |||
"description": "List of casualties, if applicable", | |||
"type": "string" | |||
}, | |||
"event_year": { | |||
"label": "Event year", | |||
"description": "The year, when the event occurred", | |||
"type": "number" | |||
}, | |||
"event_month": { | |||
"label": "Event month", | |||
"description": "The month, on which the event occurred (numeric or short name like Jan, Mar, etc.)", | |||
"type": "line" | |||
}, | |||
"event_day": { | |||
"label": "Event day", | |||
"description": "The day, on which the event occurred", | |||
"type": "number" | |||
} | |||
}, | |||
"description": "This infobox describes any event that happened on Moxiecraft", | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"caption", | |||
"event_day", | |||
"event_month", | |||
"event_year", | |||
"organiser", | |||
"location", | |||
"participants", | |||
"duration", | |||
"winner", | |||
"winners", | |||
"prize", | |||
"casualties" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 12:47, 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 |
Event day | event_day | The day, on which the event occurred | Number | optional |
Event month | event_month | The month, on which the event occurred (numeric or short name like Jan, Mar, etc.) | Line | optional |
Event year | event_year | The year, when the event occurred | Number | optional |
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 |