Template:UserInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 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 10: | Line 12: | ||
{{!}} {{{altnicknames}}} | {{!}} {{{altnicknames}}} | ||
}}<!-- | }}<!-- | ||
-->{{#if:{{{role|}}}|<nowiki/> | -->{{#if:{{{role|}}}|<nowiki/> | ||
{{!}}- | {{!}}- | ||
| Line 20: | Line 21: | ||
! Date joined | ! Date joined | ||
{{!}} {{{datejoined}}} | {{!}} {{{datejoined}}} | ||
}}<!-- | |||
-->{{#if:{{{dateleft|}}}|<nowiki/> | |||
{{!}}- | |||
! Date left | |||
{{!}} {{{dateleft}}} | |||
}}<!-- | }}<!-- | ||
-->{{#if:{{{website|}}}|<nowiki/> | -->{{#if:{{{website|}}}|<nowiki/> | ||
| Line 25: | Line 31: | ||
! Website | ! Website | ||
{{!}} {{{website}}} | {{!}} {{{website}}} | ||
}}<!-- | |||
-->{{#if:{{{matrix|}}}|<nowiki/> | |||
{{!}}- | |||
! Matrix | |||
{{!}} {{{matrix}}} | |||
}}<!-- | }}<!-- | ||
-->{{#if:{{{mcnickname|}}}|<nowiki/> | -->{{#if:{{{mcnickname|}}}|<nowiki/> | ||
{{!}}- | {{!}}- | ||
! Minecraft | ! Minecraft | ||
{{!}} {{{mcnickname}}} | {{!}} {{{mcnickname}}} | ||
}}<!-- | }}<!-- | ||
-->{{#if:{{{activity|}}}|<nowiki/> | -->{{#if:{{{activity|}}}|<nowiki/> | ||
| Line 62: | Line 67: | ||
"type": "string", | "type": "string", | ||
"description": "Alternative names the user goes by" | "description": "Alternative names the user goes by" | ||
}, | }, | ||
"role": { | "role": { | ||
| Line 77: | Line 77: | ||
"Member" | "Member" | ||
] | ] | ||
}, | }, | ||
"datejoined": { | "datejoined": { | ||
| Line 96: | Line 83: | ||
"description": "When did the User join. Or aprox date", | "description": "When did the User join. Or aprox date", | ||
"example": "22 April 2023" | "example": "22 April 2023" | ||
}, | |||
"dateleft": { | |||
"label": "Date left", | |||
"type": "date", | |||
"description": "When did the User leave the community. Or aprox date", | |||
"example": "23 October 2023" | |||
}, | }, | ||
"website": { | "website": { | ||
| Line 107: | Line 100: | ||
"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 113: | Line 124: | ||
"name", | "name", | ||
"altnicknames", | "altnicknames", | ||
"role", | "role", | ||
"datejoined", | "datejoined", | ||
"dateleft", | |||
"website", | "website", | ||
"matrix", | "matrix", | ||
"mcnickname", | |||
"activity" | "activity" | ||
] | ] | ||
Latest revision as of 07:19, 17 August 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 |
| Date left | dateleft | When did the User leave the community. 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 |
