More actions
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 |