Template:UserInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (20 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[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> | |||
<noinclude> | <noinclude> | ||
<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", | |||
"description": "Alternative names the user goes by" | |||
}, | |||
"role": { | |||
"label": "Role", | |||
"type": "string", | |||
"description": "User's role in the community", | |||
"suggestedvalues": [ | |||
"Admin", | |||
"Moderator", | |||
"Member" | |||
] | |||
}, | |||
"datejoined": { | |||
"label": "Date joined", | |||
"type": "date", | |||
"description": "When did the User join. Or aprox date", | |||
"example": "22 April 2023" | |||
}, | |||
"website": { | |||
"label": "Website", | |||
"type": "url", | |||
"description": "User's personal website" | |||
}, | |||
"matrix": { | |||
"label": "Matrix", | |||
"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 |
