Template:Infobox player: Difference between revisions
Appearance
LollipopBelt (talk | contribs) No edit summary |
Reverting LB's edits Tag: Manual revert |
||
| (16 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{{title|{{PAGENAME}}}}}}}{{Infobox | |||
|color=E9FFE9 | |||
| | |title={{{title|{{PAGENAME}}}}} | ||
|header=<div style="padding:10px;">https://cravatar.eu/helmavatar/{{{title|{{PAGENAME}}}}}/128.png</div> | |||
| | |caption={{{caption|}}} | ||
|param1=Nickname | |||
|param1-content={{{nickname|}}} | |||
|param2=Rank | |||
|param2-content={{#switch:{{lc:{{{rank|}}}}} | |||
| iron = Iron | |||
<div style=" | | 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> | |||
| iron = Iron | }} | ||
| gold = <span style="color:#FFAA00;">⁎</span>Gold | |param4=Staff position | ||
| emerald = <span style="color:#00AA00;">⁑</span>Emerald | |param4-content={{#switch:{{lc:{{{staff-position|}}}}} | ||
| diamond = <span style="color:#00AAAA;">⁂</span>Diamond | | moderator = <span style="color:#00AA00;">Moderator</span> | ||
| obsidian = <span style="color:#AA00AA;">❈</span>Obsidian | | admin = <span style="color:#AA0000;">Admin</span> | ||
| netherite = <span style="color:#AA0000;">❊</span>Netherite}} | | 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 | |||
| donor = <span style="color:#FFAA00;">Donor</span> | |param5-content={{#formatdate:{{{first-joined|}}}|dmy}} | ||
| patron = <span style="color:#FFAA00;">Patron</span> | |param6=Pronouns | ||
}} | |param6-content={{{pronouns|}}} | ||
|param7=Location/timezone | |||
|param7-content={{{location|}}} | |||
}}{{DEFAULTSORT:{{{title|{{PAGENAME}}}}}}} | |||
| moderator = <span style="color:#00AA00;">Moderator</span> | <includeonly> | ||
| admin = <span style="color:#AA0000;">Admin</span> | [[Category:People]] | ||
| overseer = <span style="color:#AA0000;">Overseer</span> | </includeonly> | ||
| owner = <span style="color: #AA0000;">Owner</span> | <noinclude> | ||
| former moderator = <span style="color: #AAAAAA;">Former Moderator</span> | <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> | |||