Template:UserInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Infobox for a user profile.", | |||
"params": { | |||
"picture": { | |||
"label": "Picture", | |||
"type": "wiki-file-name", | |||
"autovalue": "Placeholder.png" | |||
}, | |||
"name": { | |||
"label": "Name", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"nicknames": { | |||
"label": "nicknames", | |||
"type": "string" | |||
}, | |||
"minecraft": { | |||
"label": "Minecraft nickname", | |||
"type": "string" | |||
}, | |||
"role": { | |||
"label": "Role", | |||
"type": "string" | |||
}, | |||
"datejoined": { | |||
"label": "Date joined", | |||
"type": "date" | |||
}, | |||
"website": { | |||
"label": "Website", | |||
"type": "url" | |||
}, | |||
"matrix": { | |||
"label": "Matrix handle", | |||
"type": "string" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 17:54, 25 July 2026
Infobox for a user profile.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Picture | picture | no description
| File | optional |
| Name | name | no description | String | required |
| nicknames | nicknames | no description | String | optional |
| Minecraft nickname | minecraft | no description | String | optional |
| Role | role | no description | String | optional |
| Date joined | datejoined | no description | Date | optional |
| Website | website | no description | URL | optional |
| Matrix handle | matrix | no description | String | optional |
