Jump to content

Template:Infobox Server: Difference between revisions

From MineMania Wiki
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:{{{..."
 
No edit summary
Line 71: Line 71:
<templatedata>
<templatedata>
{
{
"description": "A simplified infobox for a company, product, brand, project, or release.",
"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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

The title shown at the top of the infobox.

Stringsuggested
Logologo

Logo filename without the File: prefix.

Example
Logo.png
Fileoptional
Captioncaption

Caption shown below the logo or image.

Stringoptional
Namename

Name shown as a labelled field inside the infobox.

Stringsuggested
Short descriptionshort_description

A short description of the subject.

Example
A Minecraft server network.
Contentsuggested
Release daterelease_date

The release date of the subject.

Example
1 January 2026
Stringoptional
Active datesactive_dates

The dates during which the subject was active.

Example
2026–present
Stringoptional
Statusstatus

Current status.

Example
Active
Stringsuggested