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 editContent 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 Latest revision as of 06:26, 7 July 2024 view source SilverLocust (talk | contribs)Autopatrolled, Administrators25,156 edits dark mode 
(53 intermediate revisions by 37 users not shown)
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}}}}}}" {| role="presentation" class="userboxes" style="margin: auto; margin-bottom: 0.5em; width: 248px; border: {{{bordercolor|#99B3FF}}} solid 1px; background-color: {{{backgroundcolor|#FFFFFF; background-color: var(--background-color-base, #FFFFFF);}}}; color: {{{textcolor|#000000; color: var(--color-emphasized, #000000)}}}; float: {{{2|{{{align|right}}}}}}; {{{extra-css|}}}"
!<big>{{{1|{{{toptext|]}}}}}}</big> |<div style="text-align: center; font-size: 120%; font-weight: bold;{{{toptextstyle|}}}">{{{1|{{{toptext|]}}}}}}</div><includeonly>{{ns0|]}}</includeonly><noinclude>
|- |}
<!-- CATEGORIES GO ON THE /doc SUBPAGE; INTERWIKIS GO TO WIKIDATA, THANK YOU! -->
|<noinclude>
{{boxboxbottom}} {{Documentation}}
==Purpose==
To collect userboxes into a single column grouping easily.

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


{{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, ] for the Monobook skin) and add the following–

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

==See also==
*]
*]

]
]
</noinclude> </noinclude>

Latest revision as of 06:26, 7 July 2024

Userboxes
Template documentation[view] [edit] [history] [purge]
WarningThis template is used on approximately 59,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
Shortcut

This template can be used to organize userboxes (or other user-page content) into a single column grouping.

Please do not use this in articles: for historic reasons this template uses different rules for floating alongside other templates and this will lead to unpredictable results. If you need to stack objects in an article for some reason, use {{stack}}. This template will add pages in the main namespace to Category:Articles incorrectly using userbox templates.

Usage

{{Userboxtop
| toptext         = 
| toptextstyle    = 
| align           = 
| left            = 
| backgroundcolor = 
| bordercolor     = 
| extra-css       = 
| textcolor       = 
}}
{{userboxname1}}
{{userboxname2}}
{{userboxname3}}
{{userboxname4}}
{{...etc}}}
{{Userboxbottom}}

Note that {{Userboxbottom}} must be separated from the last userbox by a newline. In the absence of a newline, other text on the page may appear inside the confines of the userbox area.

Parameters

All parameters are optional.

Parameter Description
toptext (or the first positional parameter) Overrides the default header "Userboxes". Can include wiki-markup.
toptextstyle Additional CSS code for the toptext.
align (or the second positional parameter) left or center or right (default)
left Left margin in CSS's ems. Defaults to 1.
backgroundcolor Any web color (name or #XXXXXX hex format). Defaults to #FFFFFF.
bordercolor Any web color (name or #XXXXXX hex format). Defaults to #99B3FF.
extra-css Additional CSS code for the box itself.
textcolor Any web color (name or #XXXXXX hex format). Defaults to #000000.

You may also insert breaks by using {{userboxbreak}}. See that template for details.

Hiding userboxes

You can hide userboxes which use this (as well as a few other) forms of template-based userbox organization. Simply go to Special:Mypage/skin.css, which redirects to your current skin's CSS file, and add the following:

table.userboxes { display: none; }

Redirects

See also

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Userboxtop in articles based on its TemplateData.

TemplateData for Userboxtop

This template can be used to organize userboxes (or other user-page content) into a single column grouping. Please do *not* use this in articles. Please see https://en.wikipedia.org/Template:Userboxtop/doc for full documentation.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Header (toptext)toptext 1

Overrides the default header "Userboxes". Can include wiki-markup

Suggested values
About me Information Userboxes
Default
Userboxes
Example
About me
Linesuggested
Alignmentalign 2

Whether you want your userbox to be left-aligned or right-aligned. Value must be 'left' or 'right'.

Suggested values
left right
Default
right
Example
right
Linesuggested
Header style (toptextstyle)toptextstyle

Additional CSS code for the header (toptext).

Stringoptional
Text colourtextcolor

Default colour for text within this userbox. Any web color (name or #XXXXXX hex format). Defaults to #000000.

Suggested values
black #000000 crimson darkblue green
Default
#000000
Example
#000000
Lineoptional
Left margin sizeleft

Left margin size (in CSS ems). Defaults to 1

Default
1
Example
1
Numberoptional
Border colourbordercolor

Colour for the userbox border. Any web color (name or #XXXXXX hex format). Defaults to #99B3FF.

Suggested values
#99B3FF black grey #4A412A
Default
#99B3FF
Example
#99B3FF
Lineoptional
Background colourbackgroundcolor

Background colour for this userbox. Any web color (name or #XXXXXX hex format). Defaults to #FFFFFF.

Suggested values
#FFFFFF white lightgrey
Default
#FFFFFF
Example
#FFFFFF
Lineoptional
Extra CSSextra-css

Additional CSS code for the box itself.

Stringoptional
The above documentation is transcluded from Template:Userboxtop/doc. (edit | history)
Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages.
Add categories to the /doc subpage. Subpages of this template. Categories: