Jump to content

Template:Infobox Server: Difference between revisions

From MineMania Wiki
No edit summary
Remove title parameter
 
(One intermediate revision by the same user not shown)
Line 79: Line 79:
<pre>
<pre>
{{Infobox Server
{{Infobox Server
| title =
| image =
| image =
| caption =
| caption =
Line 96: Line 95:
"description": "An info box for a Minemania backend server",
"description": "An info box for a Minemania backend server",
"params": {
"params": {
"title": {
"label": "Title",
"description": "The title shown at the top of the infobox. This should be the friendly name of the server",
"type": "string",
"required": true
},
"image": {
"image": {
"label": "Image",
"label": "Image",

Latest revision as of 10:38, 27 July 2026

Usage

{{Infobox Server
| image =
| caption =
| internal_name =
| short_description =
| release_date =
| active_dates =
| short_join_command =
| whitelisted =
| status =
}}

An info box for a Minemania backend server

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Imageimage

image filename.

Example
image.png
Filesuggested
Captioncaption

Caption shown below the image.

Stringoptional
Internal Nameinternal_name

The servers internal name. This can be found by checking how the /server command tab completes the servers name

Stringsuggested
Short descriptionshort_description

A short description of the subject.

Example
A peaceful survival server
Contentsuggested
Release daterelease_date

The release date of the subject.

Example
1 January 2026
Stringoptional
Active datesactive_dates

The dates during which the subject was active.

Example
2026–present
Stringoptional
Short Join Commandshort_join_command

The servers short join command (Not all servers will have this)

Example
/hub
Stringoptional
Whitelistedwhitelisted

Is this backend server whitelisted

Example
yes
Stringoptional
Statusstatus

Current status.

Example
Active, Shutdown
Stringrequired