Template:Collapsible option: Difference between revisions
Jump to navigation
Jump to search
Randombell (talk | contribs) Created page with "'''How to manage this template's initial visibility'''<br /> To manage this template's visibility when it first appears, add the parameter: :{{para|state|collapsed}} to show the template in its collapsed state, i.e. hidden apart from its titlebar – e.g. <code><nowiki>{{</nowiki><includeonly>{{</includeonly>BASEPAGENAME<includeonly>}}</includeonly><nowiki> |state=collapsed}}</nowiki></code> :{{para|state|expanded}} to show the template..." |
(No difference)
|
Latest revision as of 16:57, 17 July 2025
How to manage this template's initial visibility
To manage this template's visibility when it first appears, add the parameter:
|state=collapsed
to show the template in its collapsed state, i.e. hidden apart from its titlebar – e.g.{{BASEPAGENAME |state=collapsed}}
|state=expanded
to show the template in its expanded state, i.e. fully visible – e.g.{{BASEPAGENAME |state=expanded}}
|state=autocollapse
to show the template in its collapsed state but only if there is another template of the same type on the page – e.g.{{BASEPAGENAME |state=autocollapse}}
Unless set otherwise (see the |state=
parameter in the template's code), the template's default state is autocollapse
.