More actions
(Created page with "{{Documentation}} {{t|Staff}} is a template for displaying a graphical card that represents a staff member of the server. Given a name, UUID, and rank, it will generate a card with the appropriate image and profile link. <templatedata> { "params": { "UUID": { "label": "UUID", "description": "The UUID of the player", "example": "bb317801-c2c4-4e18-8e26-ee21e03f4c69", "type": "string", "required": true }, "Name": { "label": "Name", "descript...") |
m (BakiDance moved page Template:Player/doc to Template:Player/doc) |
(No difference)
| |
Revision as of 23:34, 29 April 2023
This is a documentation subpage for Template:Player.It contains usage information, categories, and other content that is not part of the original template page.
{{Template:Player}} is a template for displaying a graphical card that represents a staff member of the server. Given a name, UUID, and rank, it will generate a card with the appropriate image and profile link.
Displays a card of the given staff member with an auto-generated image and profile link.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| UUID | UUID | The UUID of the player
| String | required |
| Name | Name | The Minecraft name of the user
| String | required |
| Rank | Rank | The rank of the user
| String | required |
| Profile Link | Profile | The username of the user on the site. This field is not required if the "User" parameter matches their username on the site.
| User | optional |
| Staff | Staff | Whether the user is staff or not. Accepts true or false as inputs and is used to generate the correct background.
| Boolean | suggested |