Template:Infobox Server: Difference between revisions
Appearance
Computerwhz (talk | contribs) No edit summary |
Computerwhz (talk | contribs) Remove title parameter |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 19: | Line 19: | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{internal_name|}}}| | ||
<tr> | <tr> | ||
<th scope="row" style="text-align:left; white-space:nowrap;">Name</th> | <th scope="row" style="text-align:left; white-space:nowrap;">Internal Name</th> | ||
<td>{{{ | <td>{{{internal_name}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| Line 54: | Line 54: | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{internal_name|}}}| | ||
<tr> | <tr> | ||
<th scope="row" style="text-align:left; white-space:nowrap;">Join command</th> | <th scope="row" style="text-align:left; white-space:nowrap;">Join command</th> | ||
<td>/server {{{ | <td>/server {{{internal_name}}}</td> | ||
</tr> | |||
}} | |||
{{#if:{{{whitelisted|}}}| | |||
<tr> | |||
<th scope="row" style="text-align:left; white-space:nowrap;">Whitelisted</th> | |||
<td>{{{whitelisted}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
| Line 71: | Line 78: | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox Server | ||
| image = | | image = | ||
| caption = | | caption = | ||
| | | internal_name = | ||
| short_description = | | short_description = | ||
| release_date = | | release_date = | ||
| Line 89: | 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 104: | Line 104: | ||
"caption": { | "caption": { | ||
"label": "Caption", | "label": "Caption", | ||
"description": "Caption shown below the | "description": "Caption shown below the image.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "internal_name": { | ||
"label": "Name", | "label": "Internal Name", | ||
"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": { | ||
"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 134: | 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 147: | Line 147: | ||
"label": "Status", | "label": "Status", | ||
"description": "Current status.", | "description": "Current status.", | ||
"example": "Active", | "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 |