More actions
(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 |
||
| Line 1: | Line 1: | ||
{{Documentation}} | {{Documentation}} | ||
{{t|Infobox location}} is an infobox template for use in articles on the individual | {{t|Infobox location}} is an infobox template for use in articles on the individual event pages. | ||
== See also == | == See also == | ||
| Line 53: | Line 53: | ||
"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": "Everyone", | ||
"type": "string", | "type": "string", | ||
| Line 88: | Line 88: | ||
"name": { | "name": { | ||
"label": "Name", | "label": "Name", | ||
"description": "The name of the | "description": "The name of the event", | ||
"example": "Minedown", | "example": "Minedown", | ||
"type": "string", | "type": "string", | ||
| Line 98: | Line 98: | ||
"example": "EventScreenshot.png", | "example": "EventScreenshot.png", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
" | "required": true | ||
}, | }, | ||
"server": { | "server": { | ||
| Line 111: | Line 111: | ||
"Discord" | "Discord" | ||
], | ], | ||
"required": true | "required": true, | ||
"default": "Events" | |||
}, | }, | ||
"type": { | "type": { | ||
| Line 131: | Line 132: | ||
"image", | "image", | ||
"server", | "server", | ||
"frequency", | |||
"type", | "type", | ||
"pvp", | "pvp", | ||
"players", | "players", | ||
"resources", | "resources", | ||
Revision as of 03:08, 15 June 2023
{{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 frequency of the event
| String | required |
| Type | type | The type of event
| String | required |
| PVP | pvp | Whether or not the event features PVP. Accepted values are "Enabled", "Disabled", and "Conditional".
| String | suggested |
| Player cap | players | Display the minimum and maximum players the event supports
| Number | suggested |
| Resource pack | resources | Whether the event requires custom resources to be loaded.
| 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 | suggested |
| Number of rounds | rounds | The average number of rounds in this event
| Number | suggested |
| Round length | length | The average length of a round, or the entire event length if there aren't rounds.
| Number | suggested |