Template:Infobox Season: Difference between revisions
Appearance
Create season infobox |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
{{Infobox Season | {{Infobox Season | ||
| name = Season 2 | | name = Season 2 | ||
| image = | | image = [[File:Steve's_Shop.jpg|300px]] | ||
| players = 60 | | players = 60 | ||
| peakplayers = 35 | | peakplayers = 35 | ||
| 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 20: | Line 21: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
<templatestyles src="Template:Infobox Season/styles.css" /> | |||
{{#invoke:Infobox Season|infobox}} | {{#invoke:Infobox Season|infobox}} | ||
</includeonly> | </includeonly> | ||
| Line 91: | Line 93: | ||
"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 115: | ||
"worlddownload", | "worlddownload", | ||
"version", | "version", | ||
"experiments", | |||
"platform" | "platform" | ||
] | ] | ||
Latest revision as of 21:05, 23 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 |