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 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

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; }