|
|
| Line 95: |
Line 95: |
| <templatedata> | | <templatedata> |
| { | | { |
| "description": "Quote", | | "description": "Player infobox", |
| "params": { | | "params": { |
| "quote": { | | "quote": { |
Revision as of 06:03, 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
Template parameters[Edit template data]
| Parameter | Description | Type | Status |
|---|
| Quote | quote | A quote from the player. Do not include quotation marks.
| String | optional |
|---|
| Image | image | An image of the player. [[Special:Upload|Upload an image]] and paste the file name (e.g. ExampleFile.png).
| String | optional |
|---|
| Player name | player_name | The in-game name of the player. This can usually be omitted if the article name is already the player name.
| String | optional |
|---|
| Other names | other_names | Other names used by the player. For example, if a player has changed their username.
| String | optional |
|---|
| Status | status | The status of the player. Must be alive, inactive, dead or admin.
| String | required |
|---|
| Playtime | playtime | Playtime in hours. Can be found in [[Player Statistics]].
| String | required |
|---|
| Join date | join_date | The player's join date formatted as 'DD MMMM YYYY'. Can be found in [[Player Statistics]].
| String | required |
|---|
| Join number | join_num | The player's unique join number. Can be found in [[Player Statistics]].
| String | required |
|---|
| Death date | death_date | If applicable, the date the player died. Can be found in [[Player Statistics]].
| String | optional |
|---|
| Death cause | death_cause | If applicable, how the player died. Can be found in [[Player Statistics]].
| String | optional |
|---|
| Death cause | death_location | If applicable, where the player died in the world (e.g. in a town, in a trial chamber, etc.
| String | optional |
|---|
| Head location | head_location | If applicable and known, the location of or who holds the player's head.
| String | optional |
|---|
| Last will | last_will | If applicable, the last will of the player.
| String | optional |
|---|
| Allegiances | allegiances | If known, players or groups that the player was associated with.
| String | optional |
|---|
| Allegiances | rivalries | If known, players or groups that the player was a known rival of.
| String | optional |
|---|