Template:PlayerInfobox: Difference between revisions

From Legendary Hardcore Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 99: Line 99:
         "quote": {
         "quote": {
             "label": "Quote",
             "label": "Quote",
             "description": "A quote from the player. Do not include quotation marks. ",
             "description": "A quote from the player. Do not include quotation marks.",
             "type": "string"
             "type": "string"
         }, "image": {
         },  
        "image": {
             "label": "Image",
             "label": "Image",
             "description": "An image of the player. [[Special:Upload|Upload an image]] and paste the file name (e.g. ExampleFile.png) ",
             "description": "An image of the player. [[Special:Upload|Upload an image]] and paste the file name (e.g. ExampleFile.png).",
            "type": "string"
        },
        "player_name": {
            "label": "Player name",
            "description": "The in-game name of the player. This can usually be omitted if the article name is already the player name.",
            "type": "string"
        },
        "other_names": {
            "label": "Other names",
            "description": "Other names used by the player. For example, if a player has changed their username.",
            "type": "string"
        },
        "status": {
            "label": "Status",
            "description": "The status of the player. Must be alive, inactive, dead or admin.",
            "type": "string",
            "required":true
        },
        "playtime": {
            "label": "Playtime",
            "description": "Playtime in hours. Can be found in [[Player Statistics]].",
            "type": "string",
            "required":true
        },
        "join_date": {
            "label": "Join date",
            "description": "The player's join date formatted as 'DD MMMM YYYY'. Can be found in [[Player Statistics]].",
            "type": "string",
            "required":true
        },
        "join_num": {
            "label": "Join number",
            "description": "The player's unique join number. Can be found in [[Player Statistics]].",
            "type": "string",
            "required":true
        },
        "death_date": {
            "label": "Death date",
            "description": "If applicable, the date the player died. Can be found in [[Player Statistics]].",
            "type": "string"
        },
        "death_cause": {
            "label": "Death cause",
            "description": "If applicable, how the player died. Can be found in [[Player Statistics]].",
            "type": "string"
        },
        "death_location": {
            "label": "Death cause",
            "description": "If applicable, where the player died in the world (e.g. in a town, in a trial chamber, etc.",
            "type": "string"
        },
        "head_location": {
            "label": "Head location",
            "description": "If applicable and known, the location of or who holds the player's head.",
            "type": "string"
        },
        "last_will": {
            "label": "Last will",
            "description": "If applicable, the last will of the player.",
            "type": "string"
        },
        "allegiances": {
            "label": "Allegiances",
            "description": "If known, players or groups that the player was associated with.",
            "type": "string"
        },
        "rivalries": {
            "label": "Allegiances",
            "description": "If known, players or groups that the player was a known rival of.",
             "type": "string"
             "type": "string"
         }
         }

Revision as of 06:01, 25 January 2026


{{PlayerInfobox
|quote =
|image =
|player_name =
|other_names =
|status =
|playtime =
|join_date =
|join_num =
|death_date = 
|death_cause = 
|death_location = 
|head_status = 
|last_will = 
|allegiances = 
|rivalries = 
}}


Template:Documentation


Quote

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Quotequote

A quote from the player. Do not include quotation marks.

Stringoptional
Imageimage

An image of the player. [[Special:Upload|Upload an image]] and paste the file name (e.g. ExampleFile.png).

Stringoptional
Player nameplayer_name

The in-game name of the player. This can usually be omitted if the article name is already the player name.

Stringoptional
Other namesother_names

Other names used by the player. For example, if a player has changed their username.

Stringoptional
Statusstatus

The status of the player. Must be alive, inactive, dead or admin.

Stringrequired
Playtimeplaytime

Playtime in hours. Can be found in [[Player Statistics]].

Stringrequired
Join datejoin_date

The player's join date formatted as 'DD MMMM YYYY'. Can be found in [[Player Statistics]].

Stringrequired
Join numberjoin_num

The player's unique join number. Can be found in [[Player Statistics]].

Stringrequired
Death datedeath_date

If applicable, the date the player died. Can be found in [[Player Statistics]].

Stringoptional
Death causedeath_cause

If applicable, how the player died. Can be found in [[Player Statistics]].

Stringoptional
Death causedeath_location

If applicable, where the player died in the world (e.g. in a town, in a trial chamber, etc.

Stringoptional
Head locationhead_location

If applicable and known, the location of or who holds the player's head.

Stringoptional
Last willlast_will

If applicable, the last will of the player.

Stringoptional
Allegiancesallegiances

If known, players or groups that the player was associated with.

Stringoptional
Allegiancesrivalries

If known, players or groups that the player was a known rival of.

Stringoptional