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
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

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
Event dayevent_day

The day, on which the event occurred

Numberoptional
Event monthevent_month

The month, on which the event occurred (numeric or short name like Jan, Mar, etc.)

Lineoptional
Event yearevent_year

The year, when the event occurred

Numberoptional
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