Template:Infobox Server: Difference between revisions
Appearance
Computerwhz (talk | contribs) mNo edit summary |
Computerwhz (talk | contribs) mNo edit summary |
||
| Line 111: | Line 111: | ||
"caption": { | "caption": { | ||
"label": "Caption", | "label": "Caption", | ||
"description": "Caption shown below the | "description": "Caption shown below the image.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 118: | Line 118: | ||
"description": "The servers internal name. This can be found by checking how the /server command tab completes the servers name", | "description": "The servers internal name. This can be found by checking how the /server command tab completes the servers name", | ||
"type": "string", | "type": "string", | ||
" | "suggested": true | ||
}, | }, | ||
"short_description": { | "short_description": { | ||
| Line 154: | Line 154: | ||
"label": "Status", | "label": "Status", | ||
"description": "Current status.", | "description": "Current status.", | ||
"example": "Active", | "example": "Active, Shutdown", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Revision as of 17:03, 8 July 2026
Usage
{{Infobox company
| title =
| 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 | |
|---|---|---|---|---|
| Title | title | The title shown at the top of the infobox. This should be the friendly name of the server | String | suggested |
| 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 | If available the servers short join command
| String | optional |
| Whitelisted | whitelisted | Is this backend server whitelisted
| String | optional |
| Status | status | Current status.
| String | suggested |