Jump to content

Template:Infobox Wiki User: 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:{{{image|}}}| <tr> <td colspan="2" style="text-align:center;">[[File:{{{image}}}|220px]]</td> </tr> }} {{#if:{..."
 
m Fix player name
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
{{#if:{{{player_name|}}}|
{{#if:{{{player_name|}}}|
<tr>
<tr>
<th scope="row" style="text-align:left; white-space:nowrap;">Internal Name</th>
<th scope="row" style="text-align:left; white-space:nowrap;">Player Name</th>
<td>{{{internal_name}}}</td>
<td>{{{player_name}}}</td>
</tr>
</tr>
}}
}}

Latest revision as of 10:57, 27 July 2026

Usage

{{Infobox Server
| image =
| caption =
| player_name =
| aliases =
| active_dates =
}}

An info box for a Minemania backend server

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Imageimage

image filename.

Example
image.png
Filesuggested
Captioncaption

Caption shown below the image.

Stringoptional
Player nameplayer_name

The users in game name.

Stringsuggested
Aliasesaliases

Other names the user is known by in the community

Stringoptional
Active Datesactive_dates

The date through which the use has been active in the MineMania community

Stringoptional