This template is used for creating userboxes - templates for your userpage.
Usage:
{{Userbox
|id = (3) id text
|id-c = (1) id background color
|id-fc = id font color
|id-s = (5) id font size
|info = (4) info text
|info-c = (2) info background color
|info-fc = info font color
|info-s = info font size
|border-c = (1) border color of the entire userbox (default - same as <tt>id-c</tt> parameter)
|width = width of info (not recommended). Don't forget to add "px" (e.g. "60px").
}}
Examples
Wiki text
|
The result
|
{{userbox}}
|
|
{{userbox
|id = BCS
|id-s = 20
|id-c = lightgreen
|info = This is user is a '''Bachelor of Computer Science'''.
|info-c = yellow
|info-s = 10
|border-c = green
}}
|
BCS
|
This is user is a Bachelor of Computer Science.
|
|
{{Userbox
|id = [[File:Tux2.png|45px|Tux]]
|id-c = white
|info = This user has a pet penguin.
|info-c = #ffefef
|info-s = 8
|border-c = #f1b7a8
}}
|
Tux
|
This user has a pet penguin.
|
|