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 06:29, 21 February 2006 view sourceLocke Cole (talk | contribs)Extended confirmed users, File movers, Pending changes reviewers, Rollbackers18,900 editsm fixup names (moved Template:boxbottom -> Template:userboxbottom), see also← Previous edit Revision as of 11:21, 27 February 2006 view source Freakofnurture (talk | contribs)36,981 editsm align centerNext 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> !<big>{{{1|{{{toptext|]}}}}}}</big>
|- align="center"
|-
|<noinclude> |<noinclude>
{{boxboxbottom}} {{boxboxbottom}}

Revision as of 11:21, 27 February 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, User:YOURNAME/monobook.css for the Monobook skin) and add the following–

#userboxes { display: none; }

See also