Template:UserInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (18 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div style="float:right; clear:right; margin:0 0 1em 1em;"> | [[Category:Members]] | ||
<div style="float:right; clear:right; margin:0 0 1em 1em; width:250px;"> | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! colspan="2" | [[File:{{{picture|Placeholder.png}}}|200px]] | ! colspan="2" | [[File:{{{picture|Placeholder.png}}}|200px]] | ||
|- | |- | ||
! colspan="2" | {{{name|}}} | ! colspan="2" | {{{name|}}}<!-- | ||
|- | -->{{#if:{{{altnicknames|}}}|<nowiki/> | ||
{{!}}- | |||
! Nicknames | |||
{{!}} {{{altnicknames}}} | |||
}}<!-- | |||
-->{{#if:{{{role|}}}|<nowiki/> | |||
{{!}}- | |||
! Role | ! Role | ||
{{!}} {{{role}}} | |||
}}<!-- | |||
-->{{#if:{{{datejoined|}}}|<nowiki/> | |||
{{!}}- | |||
| | |||
! Date joined | ! Date joined | ||
{{!}} {{{datejoined}}} | |||
}}<!-- | |||
-->{{#if:{{{website|}}}|<nowiki/> | |||
{{!}}- | |||
! Website | ! Website | ||
{{!}} {{{website}}} | |||
}}<!-- | |||
-->{{#if:{{{matrix|}}}|<nowiki/> | |||
{{!}}- | |||
! Matrix | ! Matrix | ||
| {{{ | {{!}} {{{matrix}}} | ||
}}<!-- | |||
-->{{#if:{{{mcnickname|}}}|<nowiki/> | |||
{{!}}- | |||
! Minecraft | |||
{{!}} {{{mcnickname}}} | |||
}}<!-- | |||
-->{{#if:{{{activity|}}}|<nowiki/> | |||
{{!}}- | |||
! Activity | |||
{{!}} {{{activity}}} | |||
}} | |||
|} | |} | ||
</div> | </div> | ||
| Line 32: | Line 51: | ||
"picture": { | "picture": { | ||
"label": "Picture", | "label": "Picture", | ||
"type": "wiki-file-name | "type": "wiki-file-name" | ||
}, | }, | ||
"name": { | "name": { | ||
| Line 40: | Line 58: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "altnicknames": { | ||
"label": " | "label": "Nicknames", | ||
"type": "string" | "type": "string", | ||
"description": "Alternative names the user goes by" | |||
" | |||
}, | }, | ||
"role": { | "role": { | ||
"label": "Role", | "label": "Role", | ||
"type": "string" | "type": "string", | ||
"description": "User's role in the community", | |||
"suggestedvalues": [ | |||
"Admin", | |||
"Moderator", | |||
"Member" | |||
] | |||
}, | }, | ||
"datejoined": { | "datejoined": { | ||
"label": "Date joined", | "label": "Date joined", | ||
"type": "date" | "type": "date", | ||
"description": "When did the User join. Or aprox date", | |||
"example": "22 April 2023" | |||
}, | }, | ||
"website": { | "website": { | ||
"label": "Website", | "label": "Website", | ||
"type": "url" | "type": "url", | ||
"description": "User's personal website" | |||
}, | }, | ||
"matrix": { | "matrix": { | ||
"label": "Matrix handle", | "label": "Matrix", | ||
"type": "string" | "type": "string", | ||
"description": "User's Matrix handle", | |||
"example": "@user:drgnz.club" | |||
}, | |||
"mcnickname": { | |||
"label": "Minecraft", | |||
"type": "string", | |||
"description": "User's Minecraft nickname" | |||
}, | |||
"activity": { | |||
"label": "Activity", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Very Active", | |||
"Active", | |||
"Somewhat Active", | |||
"Inactive", | |||
"Banned", | |||
"Left Drgnz Club" | |||
], | |||
"description": "How active is this user?" | |||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"picture", | |||
"name", | |||
"altnicknames", | |||
"role", | |||
"datejoined", | |||
"website", | |||
"matrix", | |||
"mcnickname", | |||
"activity" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 19:09, 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 | Alternative names the user goes by | String | optional |
| Role | role | User's role in the community
| String | optional |
| Date joined | datejoined | When did the User join. Or aprox date
| Date | optional |
| Website | website | User's personal website | URL | optional |
| Matrix | matrix | User's Matrix handle
| String | optional |
| Minecraft | mcnickname | User's Minecraft nickname | String | optional |
| Activity | activity | How active is this user?
| String | optional |
