Template:Infobox Server: Difference between revisions
Appearance
Computerwhz (talk | contribs) m Protected "Template:Infobox Server" ([Edit=Allow only trusted users] (indefinite) [Move=Allow only trusted users] (indefinite)) |
Computerwhz (talk | contribs) No edit summary |
||
| Line 44: | Line 44: | ||
<th scope="row" style="text-align:left; white-space:nowrap;">Active dates</th> | <th scope="row" style="text-align:left; white-space:nowrap;">Active dates</th> | ||
<td>{{{active_dates}}}</td> | <td>{{{active_dates}}}</td> | ||
</tr> | |||
}} | |||
{{#if:{{{short_join_command|}}}| | |||
<tr> | |||
<th scope="row" style="text-align:left; white-space:nowrap;">Active dates</th> | |||
<td>{{{short_join_command}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{name|}}}| | |||
<tr> | |||
<th scope="row" style="text-align:left; white-space:nowrap;">Short join command</th> | |||
<td>{{{short_join_command}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
| Line 49: | Line 63: | ||
{{#if:{{{whitelisted|}}}| | {{#if:{{{whitelisted|}}}| | ||
<tr> | <tr> | ||
<th scope="row" style="text-align:left; white-space:nowrap;"> | <th scope="row" style="text-align:left; white-space:nowrap;">Join command</th> | ||
<td>{{{ | <td>/server {{{name}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| Line 72: | Line 86: | ||
| release_date = | | release_date = | ||
| active_dates = | | active_dates = | ||
| short_join_command = | |||
| whitelisted = | | whitelisted = | ||
| status = | | status = | ||
| Line 100: | Line 115: | ||
"name": { | "name": { | ||
"label": "Name", | "label": "Name", | ||
"description": " | "description": "The servers internal name. This can be found by checking how the /server command tab completes the servers name", | ||
"type": "string", | "type": "string", | ||
" | "required": true | ||
}, | }, | ||
"short_description": { | "short_description": { | ||
| Line 121: | Line 136: | ||
"description": "The dates during which the subject was active.", | "description": "The dates during which the subject was active.", | ||
"example": "2026–present", | "example": "2026–present", | ||
"type": "string" | |||
}, | |||
"short_join_command": { | |||
"label": "Short Join Command", | |||
"description": "If available the servers short join command", | |||
"example": "/hub", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
Revision as of 16:11, 5 June 2026
Usage
{{Infobox company
| title =
| image =
| caption =
| 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. | String | suggested |
| Image | image | image filename.
| File | optional |
| Caption | caption | Caption shown below the logo or image. | String | optional |
| Name | 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 |