|
|
(14 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {{infobox | | {{infobox |
| | abovestyle = background:#fcc; | | | abovestyle = background:#{{{infobox-background-color|fcc}}}; |
| | headerstyle = background:#fcc; | | | headerstyle = background:#{{{infobox-color|fcc}}}; |
| | above = {{colorbox|{{{status|green}}}| |border=1px solid black}} {{{name|{{PAGENAME}}}}} | | | above = {{colorbox|{{{status|green}}}| |border=1px solid black}} {{{name|{{PAGENAME}}}}} |
| | image = {{{img|}}} | | | image = {{{img|}}} |
Line 16: |
Line 16: |
| | label6 = Birth date | | | label6 = Birth date |
| | data6 = {{{bday|}}} | | | data6 = {{{bday|}}} |
| | header7 = MRT information | | | header7 = Hongkongggag information |
| | label8 = Current rank | | | label8 = Current rank |
| | data8 = {{{rank|}}} | | | data8 = {{{rank|}}} |
| | label9 = Notable projects | | | header9 = Social networks |
| | data9 = {{{projects|}}}
| | | label10 = YouTube |
| | label10 = Joined
| | | data10 = {{{youtube|}}} |
| | data10 = {{{guest|}}}
| | | label11 = Twitter |
| | label11 = Accepted
| | | data11 = {{{twitter|}}} |
| | data11 = {{{member|}}}
| | | label12 = Twitch |
| | label12 = Citizen
| | | data12 = {{{twitch|}}} |
| | data12 = {{{citizen|}}}
| | | label13 = Facebook |
| | label13 = Trustee
| | | data13 = {{{facebook|}}} |
| | data13 = {{{trustee|}}}
| | | label14 = Instagram |
| | label14 = Councillor
| | | data14 = {{{instagram|}}} |
| | data14 = {{{councillor|}}}
| | | label15 = Skype |
| | label15 = Mayor
| | | data15 = {{{skype|}}} |
| | data15 = {{{mayor|}}}
| | | label16 = Steam |
| | label16 = Senator
| | | data16 = {{{steam|}}} |
| | data16 = {{{senator|}}}
| | | label17 = Discord |
| | label17 = Governor
| | | data17 = {{{discord|}}} |
| | data17 = {{{governor|}}}
| | | label18 = Personal website |
| | label18 = Premier
| | | data18 = {{{web|}}} |
| | data18 = {{{premier|}}}
| | | header19 = {{#ifeq:{{{names|}}}|true|Names|}} |
| | label19 = Conductor
| | | label20 = Nickname(s) |
| | data19 = {{{conductor|}}}
| | | data20 = {{{nicknames|}}} |
| | label20 = Trial Moderator
| | | label31 = Previous name(s) |
| | data20 = {{{trialmod|}}}
| | | data21 = {{{old-names|}}} |
| | 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|}}} | | | below = {{{tags|}}} |
| }} | | }}<noinclude> |
| | |
| <templatedata> | |
| {
| |
| "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>
| |