This page is protected against editing.

Template:Boxboxtop

From Wikimedia Commons, the free media repository
(Redirected from Template:Userboxtop)
Jump to navigation Jump to search
Userboxes
Template documentationview · edit · history · purge ]
This documentation is transcluded from Template:Boxboxtop/doc.

Collect userboxes into a single column grouping easily. Requires {{Boxboxbottom}} as a partner template.

Usage

Needs a {{Boxboxbottom}} at the bottom. Otherwise you'll run in danger of weird issues due to unbalanced HTML tags!

The template takes no parameters.

Additional information

The template is intended to be used in the following namespaces: the User namespace

The template is intended to be used by the following user groups: all users

Example

{{Boxboxtop|extra-css=box-shadow: 1px 2px 2px #000;}}

renders as:

Userboxes

Localization

To add your language to the list of languages supported by this template, please edit the template and add a row to the "{{LangSwitch|}}" construct. It takes the form "|xx= Your translation " (xx being the code of your language)

The one and only word is being translated on Template:Boxboxtop/i18n.

Usage

{{Boxboxtop
| toptext = 
| float = 
| bordercolor = 
| backgroundcolor = 
| extra-css = 
| toptext-css = 
}}

"your userboxes"

{{Boxboxbottom
| bottomtext = 
}}

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