Template:Userboxtop/doc: Difference between revisions
Template page
More actions
Created page with "__NOTOC__ {{Documentation subpage}} To collect userboxes into a single column grouping easily." Tags: Mobile edit Mobile web edit Advanced mobile edit |
Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
To collect userboxes into a single column grouping easily. | To collect userboxes into a single column grouping easily. | ||
== Usage == | |||
=== Simple usage === | |||
<pre> | |||
{{userboxtop}} | |||
<!-- {{user boxes}} --> | |||
{{userboxbottom}} | |||
</pre> | |||
=== Advanced usage === | |||
<pre> | |||
{{userboxtop | |||
| bordercolor = | |||
| backgroundcolor = | |||
| align = | |||
| toptext = | |||
| extra-css = | |||
}} | |||
<!-- {{user boxes}} --> | |||
{{userboxbottom}} | |||
</pre> | |||
All of the parameters are '''optional'''. | |||
You may insert breaks by using {{tlx|userboxbreak}}. See that template for details. | |||
== See also == | |||
* [[Meta:Userboxes]] | |||
* [[Template:Userboxbreak]] | |||
* [[Template:Userboxbottom]] |
Latest revision as of 09:39, 31 October 2024
This is a documentation subpage for Template:Userboxtop. It may contain usage information, categories and other content that is not part of the original template page. |
To collect userboxes into a single column grouping easily.
Usage edit source
Simple usage edit source
{{userboxtop}} <!-- {{user boxes}} --> {{userboxbottom}}
Advanced usage edit source
{{userboxtop | bordercolor = | backgroundcolor = | align = | toptext = | extra-css = }} <!-- {{user boxes}} --> {{userboxbottom}}
All of the parameters are optional.
You may insert breaks by using {{userboxbreak}}
. See that template for details.