Template:UserInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (15 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 4: | Line 6: | ||
! colspan="2" | [[File:{{{picture|Placeholder.png}}}|200px]] | ! colspan="2" | [[File:{{{picture|Placeholder.png}}}|200px]] | ||
|- | |- | ||
! colspan="2" | {{{name|}}} | ! colspan="2" | {{{name|}}}<!-- | ||
{{#if:{{{altnicknames|}}}| | -->{{#if:{{{altnicknames|}}}|<nowiki/> | ||
{{!}}- | |||
! Nicknames | ! Nicknames | ||
{{!}} {{{altnicknames}}} | |||
}} | }}<!-- | ||
{{#if:{{{ | -->{{#if:{{{role|}}}|<nowiki/> | ||
{{!}}- | |||
! Role | ! Role | ||
{{!}} {{{role}}} | |||
}} | }}<!-- | ||
{{#if:{{{datejoined|}}}| | -->{{#if:{{{datejoined|}}}|<nowiki/> | ||
{{!}}- | |||
! Date joined | ! Date joined | ||
{{!}} {{{datejoined}}} | |||
}} | }}<!-- | ||
{{#if:{{{website|}}}| | -->{{#if:{{{website|}}}|<nowiki/> | ||
{{!}}- | |||
! Website | ! Website | ||
{{!}} {{{website}}} | |||
}} | }}<!-- | ||
{{#if:{{{matrix|}}}| | -->{{#if:{{{matrix|}}}|<nowiki/> | ||
{{!}}- | |||
! Matrix | ! Matrix | ||
| {{{ | {{!}} {{{matrix}}} | ||
}}<!-- | |||
-->{{#if:{{{mcnickname|}}}|<nowiki/> | |||
{{!}}- | |||
! Minecraft | |||
{{!}} {{{mcnickname}}} | |||
}}<!-- | |||
-->{{#if:{{{activity|}}}|<nowiki/> | |||
{{!}}- | |||
! Activity | |||
{{!}} {{{activity}}} | |||
}} | }} | ||
|} | |} | ||
| Line 53: | Line 60: | ||
"altnicknames": { | "altnicknames": { | ||
"label": "Nicknames", | "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", | "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 |
