More actions
No edit summary |
No edit summary Tag: 2017 source edit |
||
| (4 intermediate revisions by the same user not shown) | |||
| 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 29: | Line 29: | ||
"example": "Enabled", | "example": "Enabled", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"Enabled", | "Enabled", | ||
| Line 39: | Line 38: | ||
"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 | "suggested": true | ||
}, | }, | ||
"winners": { | "winners": { | ||
| Line 72: | 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": " | "example": "Yes", | ||
"type": "boolean" | "type": "boolean" | ||
}, | }, | ||
"rounds": { | "rounds": { | ||
| Line 81: | Line 68: | ||
"example": "3-5", | "example": "3-5", | ||
"type": "number", | "type": "number", | ||
" | "required": true | ||
}, | }, | ||
"length": { | "length": { | ||
| Line 88: | Line 75: | ||
"example": "20 minutes", | "example": "20 minutes", | ||
"type": "number", | "type": "number", | ||
" | "required": true | ||
}, | }, | ||
"name": { | "name": { | ||
| Line 128: | Line 115: | ||
"Group" | "Group" | ||
], | ], | ||
" | "suggested": true | ||
}, | |||
"bedrock": { | |||
"label": "Bedrock support", | |||
"description": "Whether the event can support Bedrock players.", | |||
"example": "Optional", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Yes", | |||
"Partial", | |||
"No" | |||
], | |||
"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| | "format": "{{_\n| __________________ = _\n}}\n", | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
| Line 138: | Line 137: | ||
"server", | "server", | ||
"frequency", | "frequency", | ||
"rounds", | |||
"length", | |||
"type", | "type", | ||
"pvp", | "pvp", | ||
"players", | "players", | ||
" | "bedrock", | ||
"winners", | "winners", | ||
"loot | "loot" | ||
] | ] | ||
} | } | ||
</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
- {{Infobox buttons}} - populate the discover more popup
TemplateData
This template is an infobox template for use in articles on the individual event pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the event
| String | required |
| Image | image | The file name of the image of the location
| File | required |
| Server | server | The server the event takes place on.
| String | required |
| Frequency | frequency | The average frequency of the event.
| String | required |
| Number of rounds | rounds | The average number of rounds in this event
| Number | required |
| Round length | length | The average length of a round, or the entire event length if there aren't rounds.
| Number | required |
| Type | type | The type of event
| String | suggested |
| PVP | pvp | Whether or not the event features PVP
| String | optional |
| Player cap | players | Display the minimum and maximum players the event supports
| Number | suggested |
| Bedrock support | bedrock | Whether the event can support Bedrock players.
| String | suggested |
| Winning places | winners | Who rewards are given to after the event is over. This value is used to populate the template - Use the dropdown below.
| String | suggested |
| Lootables | loot | Whether or not loot chests can be found while playing
| Boolean | optional |