Template:Infobox Server: Difference between revisions
Appearance
Computerwhz (talk | contribs) mNo edit summary |
Computerwhz (talk | contribs) Remove title parameter |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 78: | Line 78: | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox Server | ||
| 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": { | ||
"image": { | "image": { | ||
"label": "Image", | "label": "Image", | ||
| Line 123: | Line 116: | ||
"label": "Short description", | "label": "Short description", | ||
"description": "A short description of the subject.", | "description": "A short description of the subject.", | ||
"example": "A | "example": "A peaceful survival server", | ||
"type": "content", | "type": "content", | ||
"suggested": true | "suggested": true | ||
| Line 141: | Line 134: | ||
"short_join_command": { | "short_join_command": { | ||
"label": "Short Join Command", | "label": "Short Join Command", | ||
"description": " | "description": "The servers short join command (Not all servers will have this)", | ||
"example": "/hub", | "example": "/hub", | ||
"type": "string" | "type": "string" | ||
| Line 156: | Line 149: | ||
"example": "Active, Shutdown", | "example": "Active, Shutdown", | ||
"type": "string", | "type": "string", | ||
" | "required": true | ||
} | } | ||
} | } | ||
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
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image | image | image filename.
| File | suggested |
| Caption | caption | Caption shown below the image. | String | optional |
| Internal Name | internal_name | The servers internal name. This can be found by checking how the /server command tab completes the servers name | String | suggested |
| Short description | short_description | A short description of the subject.
| Content | suggested |
| Release date | release_date | The release date of the subject.
| String | optional |
| Active dates | active_dates | The dates during which the subject was active.
| String | optional |
| Short Join Command | short_join_command | The servers short join command (Not all servers will have this)
| String | optional |
| Whitelisted | whitelisted | Is this backend server whitelisted
| String | optional |
| Status | status | Current status.
| String | required |