Revision as of 11:21, 27 February 2006 view sourceFreakofnurture (talk | contribs)36,981 editsm align center← Previous edit | Revision as of 17:40, 17 March 2006 view source Ilmari Karonen (talk | contribs)Extended confirmed users14,453 editsm simplify instructions using Special:Mypage/monobook.cssNext edit → | ||
Line 25: | Line 25: | ||
==Hiding userboxes== | ==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, ] for the Monobook skin) and add the following– | 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, ] for the Monobook skin) and add the following– | ||
<code><nowiki>#userboxes { display: none; }</nowiki></code> | <code><nowiki>#userboxes { display: none; }</nowiki></code> |
Revision as of 17:40, 17 March 2006
Userbox |
---|
Purpose
To collect userboxes into a single column grouping easily.
Usage
{{userboxtop | bordercolor = | backgroundcolor = | align = | toptext = | extra-css = }} {{userboxbottom}}
All of the parameters are optional.
You may 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; }