Template:User infobox: Difference between revisions

From Hongkongggag Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
Replaced content with "<template> test </template>"
Tags: Replaced Reverted
Line 1: Line 1:
{{infobox
<template>
| abovestyle = background:#fcc;
test
| headerstyle = background:#fcc;
</template>
| above = {{colorbox|{{{status|green}}}|&nbsp;&nbsp;|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>
{
"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>

Revision as of 21:51, 14 August 2023

<template> test </template>