Template:UserInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
|- | |- | ||
! colspan="2" | {{{name|}}} | ! colspan="2" | {{{name|}}} | ||
|- | |- | ||
! Alternative nicknames | ! Alternative nicknames | ||
| {{{altnicknames | | {{{altnicknames|}}} | ||
|- | |- | ||
! Minecraft nickname | ! Minecraft nickname | ||
| {{{mcnickname | | {{{mcnickname|}}} | ||
|- | |- | ||
! Role | ! Role | ||
| {{{role | | {{{role|}}} | ||
|- | |- | ||
! Date joined | ! Date joined | ||
| {{{datejoined | | {{{datejoined|}}} | ||
|- | |- | ||
! Website | ! Website | ||
| {{{website | | {{{website|}}} | ||
|- | |- | ||
! Matrix handle | ! Matrix handle | ||
| {{{matrix} | | {{{matrix|}}} | ||
}} | |||
|} | |} | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Infobox for a user profile.", | |||
"params": { | |||
"picture": { | |||
"label": "Picture", | |||
"type": "wiki-file-name" | |||
}, | |||
"name": { | |||
"label": "Name", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"altnicknames": { | |||
"label": "Alternative nicknames", | |||
"type": "string" | |||
}, | |||
"mcnickname": { | |||
"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> | |||
</noinclude> | |||
Revision as of 17:58, 25 July 2026
Infobox for a user profile.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Picture | picture | no description | File | optional |
| Name | name | no description | String | required |
| Alternative nicknames | altnicknames | no description | String | optional |
| Minecraft nickname | 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 handle | matrix | no description | String | optional |
