Template:UserInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (4 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;"> | <div style="float:right; clear:right; margin:0 0 1em 1em; width:250px;"> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 9: | Line 11: | ||
! Nicknames | ! Nicknames | ||
{{!}} {{{altnicknames}}} | {{!}} {{{altnicknames}}} | ||
}}<!-- | }}<!-- | ||
-->{{#if:{{{role|}}}|<nowiki/> | -->{{#if:{{{role|}}}|<nowiki/> | ||
| Line 19: | Line 16: | ||
! Role | ! Role | ||
{{!}} {{{role}}} | {{!}} {{{role}}} | ||
}}<!-- | }}<!-- | ||
-->{{#if:{{{datejoined|}}}|<nowiki/> | -->{{#if:{{{datejoined|}}}|<nowiki/> | ||
| Line 35: | Line 31: | ||
! Matrix | ! Matrix | ||
{{!}} {{{matrix}}} | {{!}} {{{matrix}}} | ||
}}<!-- | |||
-->{{#if:{{{mcnickname|}}}|<nowiki/> | |||
{{!}}- | |||
! Minecraft | |||
{{!}} {{{mcnickname}}} | |||
}}<!-- | }}<!-- | ||
-->{{#if:{{{activity|}}}|<nowiki/> | -->{{#if:{{{activity|}}}|<nowiki/> | ||
| Line 61: | Line 62: | ||
"type": "string", | "type": "string", | ||
"description": "Alternative names the user goes by" | "description": "Alternative names the user goes by" | ||
}, | }, | ||
"role": { | "role": { | ||
| Line 76: | Line 72: | ||
"Member" | "Member" | ||
] | ] | ||
}, | }, | ||
"datejoined": { | "datejoined": { | ||
| Line 106: | Line 89: | ||
"description": "User's Matrix handle", | "description": "User's Matrix handle", | ||
"example": "@user:drgnz.club" | "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?" | |||
} | } | ||
}, | }, | ||
| Line 112: | Line 113: | ||
"name", | "name", | ||
"altnicknames", | "altnicknames", | ||
"role", | "role", | ||
"datejoined", | "datejoined", | ||
"website", | "website", | ||
"matrix", | "matrix", | ||
"mcnickname", | |||
"activity" | "activity" | ||
] | ] | ||
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 |
