Misplaced Pages

Template:Userboxtop: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
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><center>'''{{{1|{{{toptext|]}}}}}}'''</center></big><noinclude> !<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; }