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|}}} | ||
{{#if:{{{altnicknames|}}}| | |||
|- | |- | ||
! | ! Nicknames | ||
| {{{altnicknames|}}} | | {{{altnicknames}}} | ||
}} | |||
{{#if:{{{mcnickname|}}}| | |||
|- | |- | ||
! Minecraft | ! Minecraft | ||
| {{{mcnickname|}}} | | {{{mcnickname}}} | ||
}} | |||
{{#if:{{{role|}}}| | |||
|- | |- | ||
! Role | ! Role | ||
| {{{role|}}} | | {{{role}}} | ||
}} | |||
{{#if:{{{datejoined|}}}| | |||
|- | |- | ||
! Date joined | ! Date joined | ||
| {{{datejoined|}}} | | {{{datejoined}}} | ||
}} | |||
{{#if:{{{website|}}}| | |||
|- | |- | ||
! Website | ! Website | ||
| {{{website|}}} | | {{{website}}} | ||
}} | |||
{{#if:{{{matrix|}}}| | |||
|- | |- | ||
! Matrix | ! Matrix | ||
| {{{matrix | | {{{matrix}}} | ||
}} | |||
|} | |} | ||
</div> | </div> | ||
| Line 28: | 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" | |||
} | |||
}, | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 18:02, 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 |
