Difference between revisions of "Module:Collapsible option"
Jump to navigation
Jump to search
test>Izkala (Allow changing the default state specified per the documentation) |
test>Andy M. Wang (restore removed parameter nobase per TPER) |
||
| Line 1: | Line 1: | ||
'''How to manage this template's initial visibility'''<br /> | '''How to manage this template's initial visibility'''<br /> | ||
To manage this template's visibility when it first appears, [[Help:Template#Parameters|add the parameter]]: | To manage this template's visibility when it first appears, [[Help:Template#Parameters|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> | + | :{{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>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly><nowiki> |state=collapsed}}</nowiki></code> |
| − | :{{para|state|expanded}} to show the template in its expanded state, i.e. fully visible – e.g. <code><nowiki>{{</nowiki><includeonly>{{</includeonly> | + | :{{para|state|expanded}} to show the template in its expanded state, i.e. fully visible – e.g. <code><nowiki>{{</nowiki><includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly><nowiki> |state=expanded}}</nowiki></code> |
| − | :{{para|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. <code><nowiki>{{</nowiki><includeonly>{{</includeonly> | + | :{{para|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. <code><nowiki>{{</nowiki><includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly><nowiki> |state=autocollapse}}</nowiki></code> |
Unless set otherwise (see the {{para|state}} parameter in the template's code), the template's default state is <code>{{#switch:{{{default|}}}|collapsed=collapsed|expanded=expanded|autocollapse|#default=autocollapse}}</code>.<!-- | Unless set otherwise (see the {{para|state}} parameter in the template's code), the template's default state is <code>{{#switch:{{{default|}}}|collapsed=collapsed|expanded=expanded|autocollapse|#default=autocollapse}}</code>.<!-- | ||
Revision as of 16:08, 9 October 2016
How to manage this template's initial visibility
To manage this template's visibility when it first appears, add the parameter:
|state=collapsedto show the template in its collapsed state, i.e. hidden apart from its titlebar – e.g.{{BASEPAGENAME |state=collapsed}}|state=expandedto show the template in its expanded state, i.e. fully visible – e.g.{{BASEPAGENAME |state=expanded}}|state=autocollapseto 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.
| You might want to create a documentation page for this Scribunto module. Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this module. |