Template:PlayerInfobox: Difference between revisions
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 =
}}