Jump to content

Template:Infobox player: Difference between revisions

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>