More actions
{{Template:Player}} is a template for displaying a graphical card that represents a 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 | |
|---|---|---|---|---|
| Name | Name | The Minecraft name of the user
| String | required |
| UUID | UUID | The UUID of the player. Required to display the correct image
| String | required |
| Group | group | Whether the user is staff or not. Accepts "staff" or "player" as inputs and is used to generate the correct background.
| Boolean | suggested |
| Rank | Rank | The rank of the user in-game
| 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 |
| Show Profile | ShowProfile | Controls whether or not to show a link to the user's site profile. Overrides all other options. Accepts true or false as inputs.
| Boolean | suggested |