Template:Collapsible option
This template is being considered for merging with Template:Navbox documentation. Please discuss this matter at this template's entry at templates for discussion to help reach a consensus. |
This template's initial visibility currently defaults to autocollapse
, meaning that if there is another collapsible item on the page (a navbox, sidebar, or table with the collapsible attribute), it is hidden apart from its title bar; if not, it is fully visible.
To change this template's initial visibility, the |state=
parameter may be used:
{{BASEPAGENAME|state=collapsed}}
will show the template collapsed, i.e. hidden apart from its title bar.{{BASEPAGENAME|state=expanded}}
will show the template expanded, i.e. fully visible.
![]() | This template is used on approximately 145,000 pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
{{Collapsible option}}
is a utility template that provides a standardised message for transclusion on template documentation pages for templates whose collapsibility may be managed by the parameter |state=
.
It can be used on either the template page itself (wrapped within <noinclude>...</noinclude>
tags), but it is almost always better to place it in the template's {{documentation subpage}}
.
Changing the default state
[edit]To change the default state {{Collapsible option}}
uses, add the parameter |default=collapsed
or |default=expanded
accordingly. To restore the default, remove any |default=
previously included.
The |default=collapsed
option must not be used in main article content in mainspace, e.g. to hide tables of information, or to cram extraneous details into infoboxes. This option is permissible in navboxes, which are not part of the article content per se.
Slashes and the nobase
parameter
[edit]If the template name given to {{Collapsible option}}
includes a forward-slash (virgule) character – / – then the parameter |nobase=
(set to on, true, etc.) will need to be added so that the name is displayed correctly (i.e., so that {{PAGENAME}}
rather than the default {{BASEPAGENAME}}
is used to display it).
See also
[edit]- {{Navbox documentation}}, which includes this template
- {{Collapsible lists option}}
- {{Collapsible sections option}}
- Collapsing tables and more