Field list
- ub1
- ub2
- ub3
- ub4
- ub5
- ub6
- ub7
- ub8
- ub9
- ub10
- ub11
- ub12
- c1 (optional color modifier)
- c2 (optional color modifier)
Display parameter
Details
This userbox container is an optional extension that allows the user to nest a maximum of 12 userboxes within their user infobox.
Usage
To use this template, paste the following code into the top of your userpage, filling all relevant fields:
{{userbox container
|ub1=
|ub2=
|ub3=
|ub4=
|ub5=
|ub6=
|ub7=
|ub8=
|ub9=
|ub10=
|ub11=
|ub12=
}}
Notes
- If any value is assigned to the "border" variable, a standard infobox border will be added to the the userbox container. This feature allows the template to be used independendly from the user infobox template.
For instance:
{{userbox container
|border=border
}}
Produces this:
Example
Userboxes |
---|
en
|
This user is a native speaker of English.
|
|
fox
|
This user contributes using Mozilla Firefox.
|
|
|
Code
{{userbox container
|c1=#99ccff
|c2=#3366cc
|ub1={{user en}}
|ub2={{user fox}}
|ub3={{user sw-3}}
}}