Template:Infobox player/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 40: | Line 40: | ||
}, | }, | ||
"Rank": { | "Rank": { | ||
"description": "Displays the player's | "description": "Displays the player's EverVoid Survival server rank", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"example": "Member, Vet, Helper, Builder, Mod, Admin, Co-Owner, Owner" | |||
}, | }, | ||
"Discord": { | "Discord": { | ||
"type": "string" | "type": "string", | ||
"description": "Displays the player's Discord username+Tag", | |||
"example": "EverVoid#1234" | |||
}, | }, | ||
"Clan": { | "Clan": { | ||
"type": "string" | "type": "string", | ||
"description": "Displays the player's Guild/Clan on EverVoid Survival" | |||
}, | }, | ||
"Status": { | "Status": { | ||
"type": "string" | "type": "string", | ||
"description": "Displays the player's activity status", | |||
"example": "Active, Semi-Active, Inactive", | |||
"required": true | |||
}, | }, | ||
"Join date": { | "Join date": { | ||
"type": "string" | "type": "string", | ||
"description": "Displays the player's first join date on EverVoid Survival", | |||
"example": "MM/DD/YY @ HOUR:MIN UTC" | |||
} | } | ||
}, | }, | ||
Revision as of 04:50, 11 May 2020
Example usage:
{{Infobox_player
|title = Notch
|image = Full_example.png
|Rank = Member
|Discord = Notch#1234
|Clan = Guild_Name
|Status = Active/Semi-Active/Inactive
|Join date = MM/DD/YY
}}
You can use NameMc to get full body picture.
Will return:
| Notch | |
|---|---|
| Rank | Member |
| Discord | Notch#1234 |
| Clan | Guild_Name |
| Status | Active/Semi-Active/Inactive |
| Join date | MM/DD/YY |
Infobox for player pages
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | Displays the player's Minecraft username
| String | required |
| image | image | Displays the player's full body skin | File | required |
| Rank | Rank | Displays the player's EverVoid Survival server rank
| String | required |
| Discord | Discord | Displays the player's Discord username+Tag
| String | optional |
| Clan | Clan | Displays the player's Guild/Clan on EverVoid Survival | String | optional |
| Status | Status | Displays the player's activity status
| String | required |
| Join date | Join date | Displays the player's first join date on EverVoid Survival
| String | optional |