Template:Userboxgroup

Userboxes
Documentation icon Template documentation

Usage

This template can be used to add a userbox group in your userpage.

<syntaxhighlight lang="wikitext">

</syntaxhighlight>

TemplateData

Only a few parameters needed for this template

Template Data for Userboxgroup

<templatedata> { "description": "Userboxes ", "params": { "1": {}, "title": { "type": "content", "description": "The title of your userbox group", "example": "My Userboxes" }, "collapsed": { "type": "boolean", "description": "If not empty, the userbox group will be collapsed", "example": "True" }, "extra-css": {}, "content": { "description": "The Userboxes",

"example": "
Wikipedia-logo.png This user is a member of
Wikipedia.
"

} }, "paramOrder": [ "collapsed", "extra-css", "title", "content", "1" ] } </templatedata>

Example

The code: <syntaxhighlight lang="wikitext">

My Userboxes
Wikipedia-logo.png This user is a member of
Wikipedia.

</syntaxhighlight>

The output:

My Userboxes
Wikipedia-logo.png This user is a member of
Wikipedia.