Template:Collapsible option: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Sardanaphalus Update from sandbox (parentheses per talkpage request (https://en.wikipedia.org/w/index.php?title=Template_talk:Collapsible_option&diff=prev&oldid=636681846) |
meta>Sardanaphalus m replaced brackets with ndashes |
||
Line 1: | Line 1: | ||
<div style="font-size:120%;font-weight:bold;"> How to manage this template's initial visibility </div> | <div style="font-size:120%;font-weight:bold;"> How to manage this template's initial visibility </div> | ||
To manage this template's visibility when it first appears, [[Help:Templates#Parameters|add the parameter]]{{thinsp}}... | To manage this template's visibility when it first appears, [[Help:Templates#Parameters|add the parameter]]{{thinsp}}... | ||
: {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state=}}collapsed}} .......... to show the template in its collapsed state, i.e. hidden apart from its titlebar | : {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state=}}collapsed}} .......... to show the template in its collapsed state, i.e. hidden apart from its titlebar – e.g. {{mono|100%|{{((}}<includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly> {{!}}{{#ifeq:{{{statename|}}}|optional | |state=}}collapsed{{))}}}}; | ||
: {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state=}}expanded}} ............ to show the template in its expanded state, i.e. fully visible | : {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state=}}expanded}} ............ to show the template in its expanded state, i.e. fully visible – e.g. {{mono|100%|{{((}}<includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly> {{!}}{{#ifeq:{{{statename|}}}|optional | |state=}}expanded{{))}}}}; | ||
: {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state=}}autocollapse}} .... to show the template in its collapsed state ''but only if'' there is another template of the same type on the page | : {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |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. {{mono|100%|{{((}}<includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly> {{!}}{{#ifeq:{{{statename|}}}|optional | |state=}}autocollapse{{))}}}}. | ||
{{#if:{{{state|}}}{{{default|}}} | {{#if:{{{state|}}}{{{default|}}} | ||
| {{plaincode|'''{{#if:{{{state|}}} |{{{state}}} |{{{default}}}}}'''}} ''has been set as the default state.'' | | {{plaincode|'''{{#if:{{{state|}}} |{{{state}}} |{{{default}}}}}'''}} ''has been set as the default state.'' |
Revision as of 22:48, 17 December 2014
How to manage this template's initial visibility
To manage this template's visibility when it first appears, add the parameterTemplate:Thinsp...
- Template:Plaincode .......... to show the template in its collapsed state, i.e. hidden apart from its titlebar – e.g. {{BASEPAGENAME |state=collapsed}};
- Template:Plaincode ............ to show the template in its expanded state, i.e. fully visible – e.g. {{BASEPAGENAME |state=expanded}};
- Template:Plaincode .... 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.Template:When on template page