Wiki Userbox help

TinTinfinite

scrunkly
Pronouns
He/Him
MarioWiki
Infinite8
Need help for my userbox on MarioWiki.

What's the userbox code.

I messed up my user page: http://www.mariowiki.com/User:Infinite8
Note: {{{code}}}{{{msg}}}
 
If you want a Userbox, it looks like this:
{{userboxp|border=#000080|mainbkgd=#00FFFF|codebkgd=#00FFFF|codecolor=#FFA500|code=[[File:Image.png|40px]]
|msg=[[User:Ninelevendo]] ([[User talk:Ninelevendo|talk]]).}}.

Sorry for constantly editing this post.
 
You currently set up the arguments of your Userbox to things it doesn't understand.

{{userboxp
|name=Justin
|age=16
|gender=Male
|favorite game=Mario Kart 8
|location=Perth, Australia
}}

A Userbox is formatted like this (green is optional):

{{userboxp
|code=<big text in left cell (code-cell)>
|msg=<small text in right cell (message-cell)>
|border=<color of the border around the Userbox, by name or in #RRGGBB (defaults to nothing)>
|mainbkgd=<Background(-color) of entire Userbox (defaults to nothing)>
|codebkgd=<Background(-color) of code-cell (defaults to nothing)>
|codecolor=<Color of text in the code-cell (defaults to inherit from context)>
}}

Do also note that newlines and stuff are not necessary in between arguments, and any spacing in between the argument's name, equal-sign and value are ignored.
 
Back