Revision as of 09:50, 6 July 2006 view sourcePhil Boswell (talk | contribs)Administrators40,510 edits needs to be just that touch wider, boxes are cropped otherwise← Previous edit | Revision as of 07:03, 2 August 2006 view source Chichui (talk | contribs)2,473 editsmNo edit summaryNext edit → | ||
Line 1: | Line 1: | ||
{|name="userboxes" id="userboxes" style="margin-left: |
{|name="userboxes" id="userboxes" style="margin-left: 0em; margin-bottom: 0.5em; width: 248px; border: {{{bordercolor|#99B3FF}}} solid 1px; background-color: {{{backgroundcolor|#FFFFFF}}}; color: {{{textcolor|#000000}}}; {{{extra-css|}}}" align="{{{2|{{{align|right}}}}}}" | ||
!<big>{{{1|{{{toptext|]}}}}}}</big> | !<big>{{{1|{{{toptext|]}}}}}}</big> | ||
|- align="center" | |- align="center" |
Revision as of 07:03, 2 August 2006
Userboxes |
---|
Purpose
To collect images or userboxes into a single column grouping easily. This template is not just for userboxes; it is also an efficient way of creating a column of images to run along the side of an article. {{Gallery}}, by contrast, creates rows of images and is used when the images should not run alongside the text but rather should serve as a break in the text.
Usage
{{userboxtop | align = | backgroundcolor = | bordercolor = | extra-css = | textcolor = | toptext = }} {{userboxbottom}}
All of the parameters are optional.
Customizing
Detailed explanations of the parameters are below.
Parameter | Valid values |
---|---|
align
|
left , center , or right (default)
|
backgroundcolor
|
Any web color (name or #XXXXXX hex format). Defaults to #FFFFFF. |
bordercolor
|
Any web color (name or #XXXXXX hex format). Defaults to #99B3FF. |
extra-css
|
Allows you to provide additional CSS style information. |
textcolor
|
Any web color (name or #XXXXXX hex format). Defaults to #000000. |
toptext
|
Overrides the standard Userbox text and link. Can include wiki-markup. |
You may also insert breaks by using {{userboxbreak}}. See that template for details.
Hiding userboxes
You can hide userboxes which utilize this (as well as a few other) forms of template-based userbox organization. Simply edit your userspace CSS override (for example, monobook.css for the Monobook skin) and add the following–
#userboxes { display: none; }