Template:Infobox Season: Difference between revisions
Appearance
Create example infobox |
Adds experiements |
||
| Line 15: | Line 15: | ||
| worlddownload = [https://example.com/downloads/season2.zip Download] | | worlddownload = [https://example.com/downloads/season2.zip Download] | ||
| version   = 1.21.6 | | version   = 1.21.6 | ||
| experiments = * Minecart Improvements | |||
| platform  = PaperMC | | platform  = PaperMC | ||
}} | }} | ||
| Line 91: | Line 92: | ||
"description": "The season's server platform", | "description": "The season's server platform", | ||
"example": "PaperMC", | "example": "PaperMC", | ||
"type": "string", | |||
"suggested": true | |||
}, | |||
"experiments": { | |||
"label": "Experiments", | |||
"description": "The season's enabled experiments", | |||
"example": "Minecart Improvements", | |||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
| Line 106: | Line 114: | ||
"worlddownload", | "worlddownload", | ||
"version", | "version", | ||
"experiments", | |||
"platform" | "platform" | ||
] | ] | ||
Revision as of 22:37, 22 June 2025
Usage
Place this on any season's page to display the infobox. Just replace the example values in the code block below with your own.
Example
| Season 2 | |
|---|---|
| [[File: | |
| Overview | |
| Name | Season 2 |
| Started | June 25, 2024 |
| Ended | August 5, 2024 |
| Total Days | 41 |
| Player Statistics | |
| Whitelisted Players | 60 |
| Peak Players | 35 |
| Server Info | |
| Version | 1.21.6 |
| Platform | PaperMC |
| Experiments | * Minecart Improvements |
| World Download | |
| Download Link | Download |
An infobox displaying key attributes related to a season's profile.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The season's name
| String | required |
| Image | image | The season's primary image | File | suggested |
| Whitelisted Players | players | The season's amount of whitelisted players
| Number | suggested |
| Peak Players | peakplayers | The season's peak player count
| Number | suggested |
| Season Started | started | The season's start date
| Date | suggested |
| Season Ended | ended | The season's end date
| Date | suggested |
| Total Days | totaldays | The season's runtime in days
| String | suggested |
| World Download | worlddownload | The season's world download link | String | suggested |
| Server Version | version | The season's server version
| String | suggested |
| Experiments | experiments | The season's enabled experiments
| String | suggested |
| Platform | platform | The season's server platform
| String | suggested |