Template:Userboxgroup
| Userboxes |
|---|
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": "| This user is a member of Wikipedia. |
} }, "paramOrder": [ "collapsed", "extra-css", "title", "content", "1" ] } </templatedata>
Example
The code: <syntaxhighlight lang="wikitext">
| My Userboxes | ||
|---|---|---|
|
</syntaxhighlight>
The output:
| My Userboxes | ||
|---|---|---|
|
| Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Subpages of this template. |