Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox event/doc: Difference between revisions

Template page
(Created page with "{{Documentation}} {{t|Infobox location}} is an infobox template for use in articles on the individual location pages. == See also == * {{t|Infobox buttons}} - populate the discover more popup == TemplateData == <templatedata> { "params": { "frequency": { "type": "string", "label": "Frequency", "description": "The frequency of the event", "example": "Weekly", "suggestedvalues": [ "Weekly", "Monthly", "Seasonal", "Random" ], "defa...")
 
No edit summary
Tag: 2017 source edit
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Documentation}}
{{Documentation}}


{{t|Infobox location}} is an infobox template for use in articles on the individual location pages.
{{t|Infobox location}} is an infobox template for use in articles on the individual event pages.


== See also ==
== See also ==
Line 13: Line 13:
"type": "string",
"type": "string",
"label": "Frequency",
"label": "Frequency",
"description": "The frequency of the event",
"description": "The average frequency of the event. ",
"example": "Weekly",
"example": "Weekly",
"suggestedvalues": [
"suggestedvalues": [
Line 26: Line 26:
"pvp": {
"pvp": {
"label": "PVP",
"label": "PVP",
"description": "Whether or not the event features PVP. Accepted values are \"Enabled\", \"Disabled\", and \"Conditional\".",
"description": "Whether or not the event features PVP",
"example": "Enabled",
"example": "Enabled",
"type": "string",
"type": "string",
"suggested": true
"suggestedvalues": [
"Enabled",
"Disabled",
"Conditional"
]
},
},
"players": {
"players": {
"label": "Player cap",
"label": "Player cap",
"description": "Display the minimum and maximum players the event supports",
"description": "Display the minimum and maximum players the event supports",
"example": ">5",
"example": ">5, 1-15, <20",
"type": "number",
"type": "number",
"suggested": true
},
"resources": {
"label": "Resource pack",
"description": "Whether the event requires custom resources to be loaded.",
"example": "Optional",
"type": "string",
"suggestedvalues": [
"None",
"Optional",
"Required"
],
"default": "Optional",
"suggested": true
"suggested": true
},
},
"winners": {
"winners": {
"label": "Winning places",
"label": "Winning places",
"description": "Who rewards are given to after the event is over",
"description": "Who rewards are given to after the event is over. This value is used to populate the template - Use the dropdown below.",
"example": "Everyone",
"example": "Participants",
"type": "string",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"1st 2nd 3rd + participation",
"1st 2nd 3rd",
"1st 2nd 3rd",
"1st only",
"1st only",
"1st + participation",
"Participants",
"Participation"
"1st 2nd 3rd + Participants",
"1st + Participants",
"Noone"
],
],
"suggested": true
"suggested": true
Line 68: Line 60:
"label": "Lootables",
"label": "Lootables",
"description": "Whether or not loot chests can be found while playing",
"description": "Whether or not loot chests can be found while playing",
"example": "true",
"example": "Yes",
"type": "boolean",
"type": "boolean"
"suggested": true
},
},
"rounds": {
"rounds": {
Line 77: Line 68:
"example": "3-5",
"example": "3-5",
"type": "number",
"type": "number",
"suggested": true
"required": true
},
},
"length": {
"length": {
Line 84: Line 75:
"example": "20 minutes",
"example": "20 minutes",
"type": "number",
"type": "number",
"suggested": true
"required": true
},
},
"name": {
"name": {
"label": "Name",
"label": "Name",
"description": "The name of the location",
"description": "The name of the event",
"example": "Minedown",
"example": "Minedown",
"type": "string",
"type": "string",
Line 98: Line 89:
"example": "EventScreenshot.png",
"example": "EventScreenshot.png",
"type": "wiki-file-name",
"type": "wiki-file-name",
"suggested": true
"required": true
},
},
"server": {
"server": {
Line 111: Line 102:
"Discord"
"Discord"
],
],
"required": true
"required": true,
"default": "Events"
},
},
"type": {
"type": {
Line 120: Line 112:
"suggestedvalues": [
"suggestedvalues": [
"Team",
"Team",
"Solo"
"Solo",
"Group"
],
"suggested": true
},
"bedrock": {
"label": "Bedrock support",
"description": "Whether the event can support Bedrock players.",
"example": "Optional",
"type": "string",
"suggestedvalues": [
"Yes",
"Partial",
"No"
],
],
"required": true
"suggested": true
}
}
},
},
"description": "This template is an infobox template for use in articles on the individual event pages.",
"description": "This template is an infobox template for use in articles on the individual event pages.",
"format": "{{_\n| _______________________________ = _\n}}\n",
"format": "{{_\n| __________________ = _\n}}\n",
"paramOrder": [
"paramOrder": [
"name",
"name",
"image",
"image",
"server",
"server",
"frequency",
"rounds",
"length",
"type",
"type",
"pvp",
"pvp",
"frequency",
"players",
"players",
"resources",
"bedrock",
"winners",
"winners",
"loot",
"loot"
"rounds",
"length"
]
]
}
}
</templatedata>
</templatedata>

Latest revision as of 04:41, 22 August 2025

{{Infobox location}} is an infobox template for use in articles on the individual event pages.

See also

TemplateData

This template is an infobox template for use in articles on the individual event pages.

Template parameters

This template has custom formatting.

ParameterDescriptionTypeStatus
Namename

The name of the event

Example
Minedown
Stringrequired
Imageimage

The file name of the image of the location

Example
EventScreenshot.png
Filerequired
Serverserver

The server the event takes place on.

Suggested values
Survival Creative Events Discord
Default
Events
Example
Survival
Stringrequired
Frequencyfrequency

The average frequency of the event.

Suggested values
Weekly Monthly Seasonal Random
Default
Weekly
Example
Weekly
Stringrequired
Number of roundsrounds

The average number of rounds in this event

Example
3-5
Numberrequired
Round lengthlength

The average length of a round, or the entire event length if there aren't rounds.

Example
20 minutes
Numberrequired
Typetype

The type of event

Suggested values
Team Solo Group
Example
Team
Stringsuggested
PVPpvp

Whether or not the event features PVP

Suggested values
Enabled Disabled Conditional
Example
Enabled
Stringoptional
Player capplayers

Display the minimum and maximum players the event supports

Example
>5, 1-15, <20
Numbersuggested
Bedrock supportbedrock

Whether the event can support Bedrock players.

Suggested values
Yes Partial No
Example
Optional
Stringsuggested
Winning placeswinners

Who rewards are given to after the event is over. This value is used to populate the template - Use the dropdown below.

Suggested values
1st 2nd 3rd 1st only Participants 1st 2nd 3rd + Participants 1st + Participants Noone
Example
Participants
Stringsuggested
Lootablesloot

Whether or not loot chests can be found while playing

Example
Yes
Booleanoptional