Template:Infobox Server: Difference between revisions
Appearance
Computerwhz (talk | contribs) No edit summary |
Computerwhz (talk | contribs) No edit summary |
||
| Line 7: | Line 7: | ||
</tr> | </tr> | ||
{{#if:{{{ | {{#if:{{{image|}}}| | ||
<tr> | <tr> | ||
<td colspan="2" style="text-align:center;">[[File:{{{ | <td colspan="2" style="text-align:center;">[[File:{{{image}}}|220px]]</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| 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:{{{whitelisted|}}}| | |||
<tr> | |||
<th scope="row" style="text-align:left; white-space:nowrap;">Whitelisted</th> | |||
<td>{{{whitelisted}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
| Line 59: | Line 66: | ||
{{Infobox company | {{Infobox company | ||
| title = | | title = | ||
| | | image = | ||
| caption = | | caption = | ||
| name = | | name = | ||
| Line 65: | Line 72: | ||
| release_date = | | release_date = | ||
| active_dates = | | active_dates = | ||
| whitelisted = | |||
| status = | | status = | ||
}} | }} | ||
| Line 79: | Line 87: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "image": { | ||
"label": " | "label": "Image", | ||
"description": " | "description": "image filename.", | ||
"example": " | "example": "image.png", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
| Line 113: | Line 121: | ||
"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" | |||
}, | |||
"whitelisted": { | |||
"label": "Whitelisted", | |||
"description": "Is this backend server whitelisted", | |||
"example": "yes", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
Revision as of 07:17, 5 June 2026
Usage
{{Infobox company
| title =
| image =
| caption =
| name =
| short_description =
| release_date =
| active_dates =
| 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 | Name shown as a labelled field inside the infobox. | 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 |
| Whitelisted | whitelisted | Is this backend server whitelisted
| String | optional |
| Status | status | Current status.
| String | suggested |