No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{doc subpage}} | {{doc subpage}} | ||
<!-- ADD DOCUMENTATION BELOW THIS LINE --> | <!-- ADD DOCUMENTATION BELOW THIS LINE --> | ||
This | ==Purpose== | ||
This collects images or userboxes into a single column grouping easily. This template is not just for userboxes; it is also an efficient way of creating a column of images to run along the side of a page. | |||
=== Usage === | ===Usage=== | ||
<pre>{{userboxtop | |||
<pre> | | align = | ||
{{ userboxtop | | left = | ||
| align | |||
| left | |||
| backgroundcolor = | | backgroundcolor = | ||
| bordercolor | | bordercolor = | ||
| extra-css | | extra-css = | ||
| textcolor | | textcolor = | ||
| toptext = | |||
}} | }} | ||
[userboxes] | |||
{{userboxbottom}} | {{userboxbottom}}</pre> | ||
</pre> | |||
All of the parameters are '''optional'''. | |||
Detailed explanations of the parameters are below | ===Customizing=== | ||
Detailed explanations of the parameters are below. | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 33: | Line 28: | ||
! Parameter | ! Parameter | ||
! Valid values | ! Valid values | ||
|- | |- | ||
| <code>align</code> | | <code>align</code> | ||
Line 44: | Line 36: | ||
|- | |- | ||
| <code>backgroundcolor</code> | | <code>backgroundcolor</code> | ||
| Any [ | | Any [http://en.wikipedia.org/wiki/Web_colors web color] (name or <tt>#XXXXXX</tt> hex format). Defaults to <tt>#FFFFFF</tt>. | ||
|- | |- | ||
| <code>bordercolor</code> | | <code>bordercolor</code> | ||
| Any [ | | Any [http://en.wikipedia.org/wiki/Web_colors web color] (name or <tt>#XXXXXX</tt> hex format). Defaults to <tt>#99B3FF</tt>. | ||
|- | |- | ||
| <code>extra-css</code> | | <code>extra-css</code> | ||
| Allows you to provide additional [ | | Allows you to provide additional [http://en.wikipedia.org/wiki/Cascading_Style_Sheets CSS] style information. | ||
|- | |- | ||
| <code>textcolor</code> | | <code>textcolor</code> | ||
| Any [ | | Any [http://en.wikipedia.org/wiki/Web_colors web color] (name or <tt>#XXXXXX</tt> hex format). Defaults to <tt>#000000</tt>. | ||
|- | |||
| <code>toptext</code> | |||
| Overrides the standard [[Wikibooks:Userboxes|Userbox]] text and link. Can include wiki-markup. | |||
|} | |} | ||
You may also insert breaks by using {{tl|userboxbreak}}. See that template for details. | You may also insert breaks by using {{tl|userboxbreak}}. See that template for details. | ||
=== Hiding userboxes === | ===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/vector.css|vector.css]] for the Vector skin) and add the following: | |||
You can hide userboxes which | |||
<code><nowiki>table.userboxes { display: none; }</nowiki></code> | <code><nowiki>table.userboxes { display: none; }</nowiki></code> | ||
= | ===See also=== | ||
*[[Template:Userboxbreak]] | |||
*[[Template:Userboxbottom]] | |||
== See also == | |||
* | |||
* | |||
[[ | |||
<includeonly> | <includeonly> | ||
<!-- ADD CATEGORIES BELOW THIS LINE --> | <!-- ADD CATEGORIES BELOW THIS LINE --> | ||
[[Category:Template]] | |||
<!-- ADD INTERWIKIS BELOW THIS LINE --> | <!-- ADD INTERWIKIS BELOW THIS LINE --> | ||
</includeonly> | </includeonly> |
Latest revision as of 23:11, 7 February 2016
This is a documentation subpage for . It contains usage information, categories and other content that is not part of the original template page. |
Purpose
This collects images or userboxes into a single column grouping easily. This template is not just for userboxes; it is also an efficient way of creating a column of images to run along the side of a page.
Usage
{{userboxtop | align = | left = | backgroundcolor = | bordercolor = | extra-css = | textcolor = | toptext = }} [userboxes] {{userboxbottom}}
All of the parameters are optional.
Customizing
Detailed explanations of the parameters are below.
Parameter | Valid values |
---|---|
align
|
left or right (default)
|
left
|
Any left margin value. 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
|
Allows you to provide additional CSS style information. |
textcolor
|
Any web color (name or #XXXXXX hex format). Defaults to #000000. |
toptext
|
Overrides the standard Userbox text and link. Can include wiki-markup. |
You may also 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, vector.css for the Vector skin) and add the following:
table.userboxes { display: none; }
See also