Template:Infobox Server: Difference between revisions
Appearance
Computerwhz (talk | contribs) No edit summary |
Computerwhz (talk | contribs) mNo edit summary |
||
| (One intermediate revision 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 75: | Line 82: | ||
| image = | | image = | ||
| caption = | | caption = | ||
| | | internal_name = | ||
| short_description = | | short_description = | ||
| release_date = | | release_date = | ||
| Line 91: | Line 98: | ||
"title": { | "title": { | ||
"label": "Title", | "label": "Title", | ||
"description": "The title shown at the top of the infobox. This should be | "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 | "suggested": true | ||
| Line 107: | Line 114: | ||
"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", | ||
Latest revision as of 13:02, 11 June 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 logo or 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 | required |
| 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 |