Jump to content

Template:Infobox Server: Difference between revisions

From MineMania Wiki
mNo edit summary
No edit summary
Line 78: Line 78:
== Usage ==
== Usage ==
<pre>
<pre>
{{Infobox company
{{Infobox Server
| title =
| title =
| image =
| image =
Line 100: Line 100:
"description": "The title shown at the top of the infobox. This should be the friendly name of the server",
"description": "The title shown at the top of the infobox. This should be the friendly name of the server",
"type": "string",
"type": "string",
"suggested": true
"required": true
},
},
"image": {
"image": {
Line 123: Line 123:
"label": "Short description",
"label": "Short description",
"description": "A short description of the subject.",
"description": "A short description of the subject.",
"example": "A Minecraft server network.",
"example": "A peaceful survival server",
"type": "content",
"type": "content",
"suggested": true
"suggested": true
Line 141: Line 141:
         "short_join_command": {
         "short_join_command": {
"label": "Short Join Command",
"label": "Short Join Command",
"description": "If available the servers short join command",
"description": "The servers short join command (Not all servers will have this)",
"example": "/hub",
"example": "/hub",
"type": "string"
"type": "string"
Line 156: Line 156:
"example": "Active, Shutdown",
"example": "Active, Shutdown",
"type": "string",
"type": "string",
"suggested": true
"required": true
}
}
}
}

Revision as of 09:56, 9 July 2026

Usage

{{Infobox Server
| title =
| 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
Titletitle

The title shown at the top of the infobox. This should be the friendly name of the server

Stringrequired
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