Template:User infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
{{infobox | |||
| abovestyle = background:#fcc; | |||
| headerstyle = background:#fcc; | |||
| above = {{colorbox|{{{status|green}}}| |border=1px solid black}} {{{name|{{PAGENAME}}}}} | |||
| image = {{{img|}}} | |||
| subheader = {{{title|}}} | |||
| header1 = Basics | |||
| label2 = Location | |||
| data2 = {{{loc|}}} | |||
| label3 = Time zone | |||
| data3 = {{{timezone|}}} | |||
| label4 = Language(s) | |||
| data4 = {{{lang|}}} | |||
| label5 = Gender | |||
| data5 = {{{gender|}}} | |||
| label6 = Birth date | |||
| data6 = {{{bday|}}} | |||
| header7 = MRT information | |||
| label8 = Current rank | |||
| data8 = {{{rank|}}} | |||
| label9 = Notable projects | |||
| data9 = {{{projects|}}} | |||
| label10 = Joined | |||
| data10 = {{{guest|}}} | |||
| label11 = Accepted | |||
| data11 = {{{member|}}} | |||
| label12 = Citizen | |||
| data12 = {{{citizen|}}} | |||
| label13 = Trustee | |||
| data13 = {{{trustee|}}} | |||
| label14 = Councillor | |||
| data14 = {{{councillor|}}} | |||
| label15 = Mayor | |||
| data15 = {{{mayor|}}} | |||
| label16 = Senator | |||
| data16 = {{{senator|}}} | |||
| label17 = Governor | |||
| data17 = {{{governor|}}} | |||
| label18 = Premier | |||
| data18 = {{{premier|}}} | |||
{{ | | label19 = Conductor | ||
| data19 = {{{conductor|}}} | |||
| label20 = Trial Moderator | |||
| data20 = {{{trialmod|}}} | |||
| label21 = Moderator | |||
| data21 = {{{mod|}}} | |||
| label22 = Administrator | |||
| data22 = {{{admin|}}} | |||
| label23= Supporter | |||
| data23 = {{{supporter|}}} | |||
| header30 = Social networks | |||
| label31 = YouTube | |||
| data31 = {{{youtube|}}} | |||
| label32 = Twitter/X | |||
| data32 = {{{twitter|}}} | |||
| label33 = Mastodon | |||
| data33 = {{{mastodon|}}} | |||
| label34 = Twitch | |||
| data34 = {{{twitch|}}} | |||
| label35 = Facebook | |||
| data35 = {{{facebook|}}} | |||
| label36 = Instagram | |||
| data36 = {{{instagram|}}} | |||
| label37 = Skype | |||
| data37 = {{{skype|}}} | |||
| label38 = Steam | |||
| data38 = {{{steam|}}} | |||
| label39 = Discord | |||
| data39 = {{{discord|}}} | |||
| label40 = Personal website | |||
| data40 = {{{web|}}} | |||
| header50 = {{#ifeq:{{{names|}}}|true|Names|}} | |||
| label51 = Nickname(s) | |||
| data51 = {{{nicknames|}}} | |||
| label52 = Previous name(s) | |||
| data52 = {{{old-names|}}} | |||
| below = {{{tags|}}} | |||
}} | |||
<templatedata> | <templatedata> | ||
{"params":{" | { | ||
"params": { | |||
"status": { | |||
"description": "your status on status walls.", | |||
"example": "Green, Yellow, Red, or Black" | |||
}, | |||
"title": { | |||
"description": "For staff - Director (mod) or Head (admin) titles" | |||
}, | |||
"name": { | |||
"description": "Current user name, if it differs from the page title" | |||
}, | |||
"img": { | |||
"description": "A screenshot of your Minecraft character or personal logo, use full file syntax", | |||
"type": "wiki-file-name" | |||
}, | |||
"loc": { | |||
"description": "Your home location - state/province is optional, please provide country" | |||
}, | |||
"timezone": { | |||
"description": "Your timezone (please include offset from UTC, use a line break for daylight savings difference)", | |||
"example": "UTC | UTC +01:00" | |||
}, | |||
"lang": { | |||
"description": "Home language(s)", | |||
"example": "English" | |||
}, | |||
"gender": { | |||
"description": "self-explanatory" | |||
}, | |||
"rank": { | |||
"description": "Your current rank on the MRT Server", | |||
"example": "Mod, Member" | |||
}, | |||
"bday": { | |||
"description": "Your birth date.", | |||
"type": "date" | |||
}, | |||
"projects": { | |||
"description": "Your notable projects." | |||
} | |||
}, | |||
"description": "This template will create an Infobox, or Information Box, for a user. It should be placed at the top of a page, ideally with code like this:", | |||
"paramOrder": [ | |||
"status", | |||
"title", | |||
"name", | |||
"img", | |||
"loc", | |||
"timezone", | |||
"lang", | |||
"gender", | |||
"bday", | |||
"rank", | |||
"projects" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | </templatedata> | ||
Revision as of 21:50, 14 August 2023
User infobox | |
---|---|
Basics | |
MRT information | |
Social networks |
This template will create an Infobox, or Information Box, for a user. It should be placed at the top of a page, ideally with code like this:
Parameter | Description | Type | Status | |
---|---|---|---|---|
status | status | your status on status walls.
| Unknown | optional |
title | title | For staff - Director (mod) or Head (admin) titles | Unknown | optional |
name | name | Current user name, if it differs from the page title | Unknown | optional |
img | img | A screenshot of your Minecraft character or personal logo, use full file syntax | File | optional |
loc | loc | Your home location - state/province is optional, please provide country | Unknown | optional |
timezone | timezone | Your timezone (please include offset from UTC, use a line break for daylight savings difference)
| Unknown | optional |
lang | lang | Home language(s)
| Unknown | optional |
gender | gender | self-explanatory | Unknown | optional |
bday | bday | Your birth date. | Date | optional |
rank | rank | Your current rank on the MRT Server
| Unknown | optional |
projects | projects | Your notable projects. | Unknown | optional |