Template:Userbox
| id | info |
This template allows you to put a userbox in your page and customize it according to your taste.
Usage
{{subst:Userbox
|id = id text or image
|id-c = id background color
|id-fc = id font color
|id-s = id text size
|info = info text
|info-c = info background color
|info-fc = info font color
|info-s = info text size
|border-c = box color
|border-s = border width in pixels
}}
- If border-c is not specified, id-c will be used
- All parameters are optional
Example
| Code | Result | ||
|---|---|---|---|
| {{subst:userbox}} |
| ||
{{subst:userbox
|id=foo
|id-s=20
|id-c=#ffffee
|info=''foo bar''
|info-c=#ffeeff
|info-s=12
|border-c=#aaffaa
|border-s=2
}} |
|