Template:Userboxtop: Difference between revisions

From TestWiki
Content added Content deleted
No edit summary
 
No edit summary
Line 2: Line 2:
!<big>{{{1|{{{toptext|[[Wikipedia:Userboxes|Userbox]]}}}}}}</big>
!<big>{{{1|{{{toptext|[[Wikipedia:Userboxes|Userbox]]}}}}}}</big>
|- align="center"
|- align="center"
|<noinclude>
{{boxboxbottom}}
==Purpose==
To collect userboxes into a single column grouping easily.

==Usage==
<pre><nowiki>{{userboxtop
| bordercolor =
| backgroundcolor =
| align =
| toptext =
| extra-css =
}}

[userboxes]

{{userboxbottom}}</nowiki></pre>

All of the parameters are '''optional'''.

You may insert breaks by using {{tl|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, [[Special:Mypage/monobook.css|monobook.css]] for the Monobook skin) and add the following–

<code><nowiki>#userboxes { display: none; }</nowiki></code>

==See also==
*[[Template:Userboxbreak]]
*[[Template:Userboxbottom]]

[[ca:Template:Caixa d'usuari]]
[[ja:Template:Boxboxtop]]
</noinclude>

Revision as of 05:36, 20 March 2006

Userbox

Template:Boxboxbottom

Purpose

To collect userboxes into a single column grouping easily.

Usage

{{userboxtop
| bordercolor = 
| backgroundcolor = 
| align = 
| toptext = 
| extra-css =
}}

[userboxes]

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

See also

ca:Template:Caixa d'usuari ja:Template:Boxboxtop