Template:Userboxgroup
Jump to navigation
Jump to search
Userboxes |
---|
This documentation is transcluded from Template:Userboxgroup/doc. (Edit | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
A collapsible userbox group.
Purpose
To group userboxes as collapsible tables.
If you wish to group your userboxes into expandable lists, one way of doing this is by using collapsible tables with certain classes.
Wikipedia's Mediawiki configuration attempts to make this happen through a combination of ECMAScript and CSS. This method is accessible to users with ECMAScript (jScript/JavaScript) disabled, and should work in most modern browsers (it is the method used by {{Navbox}}
). This works much better and simpler using normal wiki table markup!
Usage
{{Userboxgroup |title= |collapsed= |content= }}
Example
{{Userboxgroup
|title=My Userboxes
|collapsed=True
|content={{User MapRoulette}}
}}
outputs:
My Userboxes | ||
---|---|---|
|
Parameters
Parameter | Description |
---|---|
collapsed
|
If not empty, the userbox group will be collapsed. |
title
|
The heading displayed at the top of the userbox group. |
content
|
Aliases 1 The contents of the userbox group.
|
See also
- {{Userboxtop}}
- {{Userboxbottom}}