Template:UserInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
! colspan="2" | {{{name|}}} | ! colspan="2" | {{{name|}}} | ||
{{#if:{{{altnicknames|}}}| | {{#if:{{{altnicknames|}}}| | ||
{{!}}- | |||
! Nicknames | ! Nicknames | ||
{{!}} {{{altnicknames}}} | |||
}} | }} | ||
{{#if:{{{mcnickname|}}}| | {{#if:{{{mcnickname|}}}| | ||
{{!}}- | |||
! Minecraft | ! Minecraft | ||
{{!}} {{{mcnickname}}} | |||
}} | }} | ||
{{#if:{{{role|}}}| | {{#if:{{{role|}}}| | ||
{{!}}- | |||
! Role | ! Role | ||
{{!}} {{{role}}} | |||
}} | }} | ||
{{#if:{{{datejoined|}}}| | {{#if:{{{datejoined|}}}| | ||
{{!}}- | |||
! Date joined | ! Date joined | ||
{{!}} {{{datejoined}}} | |||
}} | }} | ||
{{#if:{{{website|}}}| | {{#if:{{{website|}}}| | ||
{{!}}- | |||
! Website | ! Website | ||
{{!}} {{{website}}} | |||
}} | }} | ||
{{#if:{{{matrix|}}}| | {{#if:{{{matrix|}}}| | ||
{{!}}- | |||
! Matrix | ! Matrix | ||
{{!}} {{{matrix}}} | |||
}} | }} | ||
|} | |} | ||
| Line 40: | Line 40: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Infobox for a user profile.", | |||
"params": { | |||
"picture": { | |||
"label": "Picture", | |||
"type": "wiki-file-name" | |||
}, | |||
"name": { | |||
"label": "Name", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"altnicknames": { | |||
"label": "Nicknames", | |||
"type": "string" | |||
}, | |||
"mcnickname": { | |||
"label": "Minecraft", | |||
"type": "string" | |||
}, | |||
"role": { | |||
"label": "Role", | |||
"type": "string" | |||
}, | |||
"datejoined": { | |||
"label": "Date joined", | |||
"type": "date" | |||
}, | |||
"website": { | |||
"label": "Website", | |||
"type": "url" | |||
}, | |||
"matrix": { | |||
"label": "Matrix", | |||
"type": "string" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 18:03, 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 | altnicknames | no description | String | optional |
| Minecraft | mcnickname | no description | String | optional |
| Role | role | no description | String | optional |
| Date joined | datejoined | no description | Date | optional |
| Website | website | no description | URL | optional |
| Matrix | matrix | no description | String | optional |
