Jump to content

Template:Player Infobox New: Difference between revisions

From Epic SMP Wiki
Infobox created with infobox builder.
 
NOinclude tags
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
</data>
</data>
</infobox>
</infobox>
<noinclude>
<templatedata>
{
    "description": "Infobox for people/players on the server",
    "params":{
        "image":{
            "label":"Image",
"type":"wiki-file-name",
            "description" : {
                "en": "Image of the player, either minecraft skin or otherwise"
            }
        },
        "usernames": {
            "label":"Usernames",
"type":"string",
            "description": {
                "en": "All known usernames of the player"
            }
        },
        "servers": {
            "label": "Servers",
            "type":"string",
            "description": {
                "en": "List of the servers on which the person played"
            }
        },
        "birthdate": {
            "label": "Birthdate",
"type":"date",
            "suggested": false,
            "description": {
                "en": "The player's birthdate, in YYYY-MM-DD"
            }
        },
        "year": {
            "label": "Year",
            "type": "number"
        },
        "month": {
            "label": "Month",
            "inherits": "year"
        },
        "day": {
            "label": "Day",
            "inherits": "year"
        }
    },
    "sets": [
        {
            "label": "Birthdate",
            "params": ["year", "month", "day"]
        } ]
}
</templatedata>
</noinclude>

Latest revision as of 09:53, 13 April 2025

Infobox for people/players on the server

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Imageimage

Image of the player, either minecraft skin or otherwise

Fileoptional
Usernamesusernames

All known usernames of the player

Stringoptional
Serversservers

List of the servers on which the person played

Stringoptional
Birthdatebirthdate

The player's birthdate, in YYYY-MM-DD

Dateoptional
Yearyear

no description

Numberoptional
Monthmonth

no description

Numberoptional
Dayday

no description

Numberoptional