Template:Ubx

From YTMND
Revision as of 13:10, January 24, 2007 by Smiddle (Talk | contribs)

Jump to: navigation, search
{{{sidetext}}} {{{text}}}


Code

{{ubx
| text          = 
| bkgnd         = 
| sidetext      = 
| sidetextbkgnd = 
| textclr       = 
| border        = 
| float         = 
}}

Parameters

  • Text - The text at the right.
  • Bkgnd - The background colour.
  • Sidetext - The image/text at the left. If you're using images, they should always be about 45 pixles! ([[Image:Whatever.gif|45px]])
  • Sidetextbkgnd - The background for the text at the left.
  • Textclr - Text colour.
  • Border - Border colour
  • Float - In what direction the box should float, left by default

Example

{{ ubx
 | text          = <center>Hey w00t!</center>
 | bkgnd         = #bbbbcc
 | sidetext      = [[image:wiki.gif|45px]]!
 | sidetextbkgnd = #ffffff
 | textclr       = #012345
 | border        = blue
 | float         = left
}}
would give you:
Wiki.gif Example

Test your userboxes in the sandbox.