Template:Infobox player: Difference between revisions
Jump to navigation
Jump to search
Import>Ardakaz mNo edit summary |
Import>Ardakaz No edit summary |
||
Line 3: | Line 3: | ||
|title={{{title|{{PAGENAME}}}}} | |title={{{title|{{PAGENAME}}}}} | ||
|header=<div style="padding:10px;">https://cravatar.eu/helmavatar/{{{title|{{PAGENAME}}}}}/128.png</div> | |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|}}} | ||
Line 32: | Line 33: | ||
[[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" | |||
] | |||
}, | |||
"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" | |||
} | |||
}, | |||
"description": "An infobox for player pages.", | |||
"paramOrder": [ | |||
"title", | |||
"nickname", | |||
"rank", | |||
"staff-position", | |||
"first-joined", | |||
"pronouns", | |||
"location", | |||
"caption" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 14:56, 22 December 2024
An infobox for player pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | no description
| String | optional |
Nicknames | nickname | no description
| String | optional |
Rank | rank | no description
| String | suggested |
Staff position | staff-position | no description
| String | optional |
First joined | first-joined | no description
| Date | suggested |
Pronouns | pronouns | no description
| String | suggested |
Location | location | no description
| String | optional |
Caption | caption | no description
| String | optional |