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 player with an auto-generated image, rank data, 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 |
| Rank | Rank | The rank of the user in-game. This is used to display the correct background for the user.
| String | required |
| Profile Link | Profile | The username of the user on the site. This field is not required if the "Name" 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 |