Revision as of 15:35, 22 January 2006 view sourceLocke Cole (talk | contribs)Extended confirmed users, File movers, Pending changes reviewers, Rollbackers18,900 edits make it possible to specify the border color and background color← Previous edit | Revision as of 15:41, 22 January 2006 view source Locke Cole (talk | contribs)Extended confirmed users, File movers, Pending changes reviewers, Rollbackers18,900 edits notes on use, etcNext 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}}}" 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}}}" align="{{{2|{{{align|right}}}}}}" | ||
|<big><center>'''{{{1|{{{toptext|]}}}}}}'''</center></big> | |<big><center>'''{{{1|{{{toptext|]}}}}}}'''</center></big><noinclude> | ||
|} | |||
==Usage== | |||
<pre><nowiki>{{boxboxtop | |||
| bordercolor = | |||
| backgroundcolor = | |||
| align = | |||
| toptext = | |||
}} | |||
{{boxboxbottom}}</nowiki></pre> | |||
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, ] for the Monobook skin) and add the following– | |||
<code><nowiki>#userboxes { display: none; }</nowiki></code> | |||
</noinclude> |
Revision as of 15:41, 22 January 2006
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; }