Template:Infobox Server: Difference between revisions
Appearance
Computerwhz (talk | contribs) Created page with "<includeonly> <table class="infobox" style="float:right; clear:right; width:22em; margin:0 0 1em 1em; border:1px solid #a2a9b1; border-spacing:3px; background:#f8f9fa; color:#202122; font-size:88%; line-height:1.5;"> <tr> <th colspan="2" style="text-align:center; font-size:125%; font-weight:bold; background:#ccccff;"> {{{title|{{PAGENAME}}}}} </th> </tr> {{#if:{{{logo|}}}| <tr> <td colspan="2" style="text-align:center;">[[File:{{{logo}}}|220px]]</td> </tr> }} {{#if:{{{..." |
Computerwhz (talk | contribs) No edit summary |
||
| Line 71: | Line 71: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": " | "description": "An info box for a Minemania backend server", | ||
"params": { | "params": { | ||
"title": { | "title": { | ||
Revision as of 17:08, 4 June 2026
Usage
{{Infobox company
| title =
| logo =
| caption =
| name =
| short_description =
| release_date =
| active_dates =
| 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 |
| Logo | logo | Logo filename without the File: prefix.
| 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 |
| Status | status | Current status.
| String | suggested |