Revision as of 07:07, 28 January 2006 view sourceAlfakim (talk | contribs)5,185 edits allow for more flexibility; won't affect existing usage← Previous edit | Revision as of 22:05, 30 January 2006 view source Andux (talk | contribs)1,837 edits <td><center><b> -> <th>Next edit → | ||
Line 1: | Line 1: | ||
{|name="userboxes" id="userboxes" style="margin-left: 1em; margin-bottom: 0.5em; width: 242px; border: {{{bordercolor|#99B3FF}}} solid 1px; background-color: {{{backgroundcolor|#FFFFFF}}}; {{{extra-css|}}}" align="{{{2|{{{align|right}}}}}}" | {|name="userboxes" id="userboxes" style="margin-left: 1em; margin-bottom: 0.5em; width: 242px; border: {{{bordercolor|#99B3FF}}} solid 1px; background-color: {{{backgroundcolor|#FFFFFF}}}; {{{extra-css|}}}" align="{{{2|{{{align|right}}}}}}" | ||
!<big>{{{1|{{{toptext|]}}}}}}</big><noinclude> | |||
|} | |} | ||
==Usage== | ==Usage== |
Revision as of 22:05, 30 January 2006
Userbox |
---|
Usage
{{boxboxtop | bordercolor = | backgroundcolor = | align = | toptext = }} {{boxboxbottom}}
All of the parameters are optional.
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, User:YOURNAME/monobook.css for the Monobook skin) and add the following–
#userboxes { display: none; }