Template:Infobox player: Difference between revisions
Appearance
Import>Ardakaz No edit summary |
m no cats |
||
(26 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{DISPLAYTITLE:{{{title|{{PAGENAME}}}}}}}{{Infobox | ||
|color= | |color=E9FFE9 | ||
|title={{PAGENAME}} | |title={{{title|{{PAGENAME}}}}} | ||
|header=<div style="padding:10px;">https://cravatar.eu/helmavatar/ | |header=<div style="padding:10px;">https://cravatar.eu/helmavatar/{{{title|{{PAGENAME}}}}}/128.png</div> | ||
|caption={{{caption|}}} | |||
|param1=Nickname | |param1=Nickname | ||
|param1-content={{{nickname|}}} | |param1-content={{{nickname|}}} | ||
|param2=Rank | |param2=Rank | ||
|param2-content={{{rank|}}} | |param2-content={{#switch:{{lc:{{{rank|}}}}} | ||
|param3=Staff position | | iron = Iron | ||
| | | gold = <span style="color:#FFAA00;">⁎</span>Gold | ||
| | | emerald = <span style="color:#00AA00;">⁑</span>Emerald | ||
| | | diamond = <span style="color:#00AAAA;">⁂</span>Diamond | ||
| | | obsidian = <span style="color:#AA00AA;">❈</span>Obsidian | ||
| | | netherite = <span style="color:#AA0000;">❊</span>Netherite | ||
| | }} | ||
| | |param3=Donor Rank | ||
}} | |param3-content={{#switch:{{lc:{{{donor-rank|}}}}} | ||
| donor = <span style="color:#FFAA00;">Donor</span> | |||
| patron = <span style="color:#FFAA00;">Patron</span> | |||
}} | |||
|param4=Staff position | |||
|param4-content={{#switch:{{lc:{{{staff-position|}}}}} | |||
| moderator = <span style="color:#00AA00;">Moderator</span> | |||
| admin = <span style="color:#AA0000;">Admin</span> | |||
| overseer = <span style="color:#AA0000;">Overseer</span> | |||
| owner = <span style="color: #AA0000;">Owner</span> | |||
| former moderator = <span style="color: #AAAAAA;">Former Moderator</span> | |||
}} | |||
|param5=First joined | |||
|param5-content={{#formatdate:{{{first-joined|}}}|dmy}} | |||
|param6=Pronouns | |||
|param6-content={{{pronouns|}}} | |||
|param7=Location/timezone | |||
|param7-content={{{location|}}} | |||
}}{{DEFAULTSORT:{{{title|{{PAGENAME}}}}}}} | |||
<includeonly> | <includeonly> | ||
[[Category:People]] | [[Category:People]] | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"example": "Ardakaz", | |||
"type": "string" | |||
}, | |||
"nickname": { | |||
"label": "Nicknames", | |||
"example": "Ard", | |||
"type": "string" | |||
}, | |||
"rank": { | |||
"label": "Rank", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"iron", | |||
"gold", | |||
"emerald", | |||
"diamond", | |||
"obsidian", | |||
"netherite" | |||
], | |||
"suggested": true | |||
}, | |||
"staff-position": { | |||
"label": "Staff position", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"moderator", | |||
"admin", | |||
"overseer", | |||
"owner", | |||
"former moderator" | |||
] | |||
}, | |||
"first-joined": { | |||
"label": "First joined", | |||
"example": "22 December 2024", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"pronouns": { | |||
"label": "Pronouns", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"He/him", | |||
"She/her", | |||
"They/them" | |||
], | |||
"suggested": true | |||
}, | |||
"location": { | |||
"label": "Location", | |||
"example": "UK", | |||
"type": "string" | |||
}, | |||
"caption": { | |||
"label": "Caption", | |||
"example": "The dark lord", | |||
"type": "string" | |||
}, | |||
"donor-rank": { | |||
"label": "Donor Rank", | |||
"suggestedvalues": [ | |||
"donor", | |||
"patron" | |||
] | |||
} | |||
}, | |||
"description": "An infobox for player pages.", | |||
"paramOrder": [ | |||
"title", | |||
"nickname", | |||
"rank", | |||
"staff-position", | |||
"first-joined", | |||
"pronouns", | |||
"location", | |||
"caption", | |||
"donor-rank" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
<noinclude>[[Category:Infobox_templates]]</noinclude> |