Template:Infobox Player: Difference between revisions
Appearance
No edit summary |
Adds uuid as a parameter |
||
| Line 109: | Line 109: | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | |||
"uuid": { | |||
"label": "UUID", | |||
"description": "The player's UUID", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"629018ce3d944233861f0446f5f2e67c" | |||
] | |||
} | } | ||
}, | }, | ||
| Line 114: | Line 122: | ||
"paramOrder": [ | "paramOrder": [ | ||
"username", | "username", | ||
"uuid", | |||
"seasonjoined", | "seasonjoined", | ||
"nationality", | "nationality", | ||
Revision as of 16:39, 22 June 2025
Usage
Place this on any player’s page to display the infobox. Just replace the example values in the code block below with your own.
Example
| BlockKnight32 | |
|---|---|
| |
| Biography | |
| Username | BlockKnight32 |
| Alias | The Brickster |
| Season Joined | Season 3 |
| Nationality | Canadian |
| Discord | blocky#4096 |
| Personality | |
| Quote | "If in doubt, dig straight down." |
| Favourite Item | Diamond Shovel |
| Favourite Block | Mossy Cobblestone |
| Government | |
| Minister Role | Infrastructure & Gravel |
| Assumed Office | 12th March 2024 |
| Preceded By | CreeperCarl |
An infobox displaying key attributes related to an individual player's profile.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Username | username | The player's Minecraft username
| String | required |
| UUID | uuid | The player's UUID
| String | optional |
| Season Joined | seasonjoined | The player's first season
| String | suggested |
| Nationality | nationality | The player's nationality or nationalities
| String | suggested |
| Discord | discord | The player's discord username
| String | suggested |
| Aliases | alias | The player's aliases
| String | suggested |
| Quote | quote | The player's known quote
| String | suggested |
| Favourite Item | favouriteitem | The player's favourite item
| String | suggested |
| Favourite Block | favouriteblock | The player's favourite block
| String | suggested |
| Minister Role | ministerrole | The player's active minister role
| String | suggested |
| Assumed Office | assumedoffice | The date the player assumed office
| Date | suggested |
| Preceded By | precededby | The previous minister before the player
| String | suggested |