Template
Infobox Player
From Dogcraft Wiki
imported>William No edit summary |
imported>William No edit summary |
||
| Line 28: | Line 28: | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"mc_username": { | |||
"label": "Minecraft Username", | |||
"description": "In-game username", | |||
"example": "Steve", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"aliases": { | |||
"label": "Aliases", | |||
"description": "Other names this player has gone by.", | |||
"example": "TheNewRid, satdownpro", | |||
"type": "string" | |||
}, | |||
"join_date": { | |||
"label": "Join Date", | |||
"description": "When the player first joined the Dogcraft Server", | |||
"example": "1<sup>st</sup> January 2020", | |||
"type": "string" | |||
}, | |||
"activity": { | |||
"label": "Activity?", | |||
"description": "Is this player currently active or inactive on the server?", | |||
"example": "Active", | |||
"type": "string" | |||
}, | |||
"server_rank": { | |||
"label": "Server Rank", | |||
"description": "The player's currently displayed user rank. Leave blank for default rank.", | |||
"example": "<pre>{{Mod}}</pre>", | |||
"type": "wiki-template-name" | |||
}, | |||
"groups": { | |||
"label": "Member of", | |||
"description": "What groups this player is a member of", | |||
"example": "[[Staff Team]]", | |||
"type": "string" | |||
}, | |||
"builds": { | |||
"label": "Builds", | |||
"description": "List of the most noteworthy builds the player has made.", | |||
"type": "string" | |||
}, | |||
"projects": { | |||
"label": "Projects", | |||
"description": "List of the most notable projects this player has worked on/led." | |||
}, | |||
"bases": { | |||
"label": "Bases", | |||
"description": "List of the base(s) the player is part of/owns.", | |||
"type": "string" | |||
}, | |||
"accomplishments": { | |||
"label": "Accomplishments", | |||
"description": "Other accomplishments the player has achieved.", | |||
"example": "Founded the Stick Society!", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "An infobox for use on user pages, about a player on the Dogcraft server." | |||
} | |||
</templatedata> | |||
</noinclude> | |||
<includeonly>{{Infobox | <includeonly>{{Infobox | ||
|name = | |name = | ||
Revision as of 15:04, 2 January 2020
An infobox for usage on articles about players.
| Renthedog | |
| |
| Player | |
|---|---|
| Known as: | ReNDoG |
| Joined | the beginning of time! |
| Actvity | Active |
| Server Rank | [EnderGod] |
| Member of: | Staff Team |
| Server Information | |
| Builds | • Castle in Stream Town • Original server Hub |
| Accomplishments | Founder of Dogcraft |
| Player name history: Renthedog↗ | |
{{Infobox Player
|aliases =
|mc_username =
|join_date =
|activity =
|server_rank =
|groups =
|builds =
|projects =
|bases =
|accomplishments =
}}
An infobox for use on user pages, about a player on the Dogcraft server.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Minecraft Username | mc_username | In-game username
| String | required |
| Aliases | aliases | Other names this player has gone by.
| String | optional |
| Join Date | join_date | When the player first joined the Dogcraft Server
| String | optional |
| Activity? | activity | Is this player currently active or inactive on the server?
| String | optional |
| Server Rank | server_rank | The player's currently displayed user rank. Leave blank for default rank.
| Template | optional |
| Member of | groups | What groups this player is a member of
| String | optional |
| Builds | builds | List of the most noteworthy builds the player has made. | String | optional |
| Projects | projects | List of the most notable projects this player has worked on/led. | Unknown | optional |
| Bases | bases | List of the base(s) the player is part of/owns. | String | optional |
| Accomplishments | accomplishments | Other accomplishments the player has achieved.
| String | optional |