Template:Infobox player/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 29: | Line 29: | ||
"params": { | "params": { | ||
"title": { | "title": { | ||
"description": " | "description": "Displays the player's Minecraft username", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | |||
"image": { | |||
"description": "Displays the player's full body skin", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | }, | ||
"Rank": {}, | "Rank": {}, | ||
"Discord": {}, | "Discord": {}, | ||
Revision as of 04:05, 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 = Month/Day/Year
}}
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 | Month/Day/Year |
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 | no description | Unknown | optional |
| Discord | Discord | no description | Unknown | optional |
| Clan | Clan | no description | Unknown | optional |
| Status | Status | no description | Unknown | optional |
| Join date | Join date | no description | Unknown | optional |