Template
Player
From Dogcraft Wiki
imported>William |
mNo edit summary Β |
||
(38 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <includeonly><span class="playername" style="white-space:nowrap;">https://minotar.net/helm/{{{2|{{{1|MHF_Steve}}}}}}/20.png<nowiki></nowiki> ''{{{1}}}''</span></includeonly><noinclude>[[Category:Annotation templates]] | ||
==Player template== | ==Player template== | ||
This template adds a head image next to a username. | This template adds a head image next to a player's username. Add wherever you refer to a player name. Useful for helping identify players. | ||
===Example=== | ===Example=== | ||
{{Player|William278}} | <code><nowiki>{{Player|William278}}</nowiki></code> generates: {{Player|William278}} | ||
Β | ===Template Data=== | ||
</ | <templatedata>{ | ||
"description": "Displays a player head next to a player's username and italicizes the username.", | |||
"params": { | |||
"1": { | |||
"label": "Username", | |||
"description": "Player's in-game name", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"format": "inline", | |||
"paramOrder": [ | |||
"1" | |||
] | |||
}</templatedata> | |||
<!-- Complex version of the template with UUID and former IGNs support, replaced to improve performance: {{#if: {{{uuid|}}}|https://dogcraft.net/img/mc/avatars/{{{uuid}}}?size=20.png|{{#ifeq: {{UUID|{{{1}}}}}|Unlinked Account|https://minotar.net/helm/{{{1|char}}}/20.png|https://dogcraft.net/img/mc/avatars/{{UUID|{{{1}}}}}?size=20.png}}}}<nowiki></nowiki> ''{{#if: {{{formerly|}}}|{{{1}}} (formerly {{{2}}})|{{#if: {{{2|}}}|{{{2|}}}|{{{1}}}}}}}''</span> --></noinclude> |
Latest revision as of 12:04, 4 December 2023
Player template
This template adds a head image next to a player's username. Add wherever you refer to a player name. Useful for helping identify players.
Example
{{Player|William278}}
generates: William278
Template Data
Displays a player head next to a player's username and italicizes the username.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Username | 1 | Player's in-game name | String | required |