Difference between revisions of "Template:Collapsible option/sandbox2"

From blackwiki
Jump to navigation Jump to search
imported>DePiep
(full source code)
 
imported>DePiep
(protected edit)
Line 1: Line 1:
<div style="font-size:120%;font-weight:bold;"> How to manage this template's initial visibility </div>
+
{{#if:{{{title}}}|{{{title|}}}|;Collapsed state}}}}}<span id="Collapsed state"/>
 
To manage this template's visibility when it first appears, [[Help:Templates#Parameter|add the parameter]]:
 
To manage this template's visibility when it first appears, [[Help:Templates#Parameter|add the parameter]]:
 
: {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}collapsed}} to show the template in its collapsed state, i.e. hidden apart from its titlebar&nbsp;– e.g. {{mono|100%|{{((}}<includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly>&nbsp;{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}collapsed{{))}}}};
 
: {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}collapsed}} to show the template in its collapsed state, i.e. hidden apart from its titlebar&nbsp;– e.g. {{mono|100%|{{((}}<includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly>&nbsp;{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}collapsed{{))}}}};

Revision as of 20:04, 12 January 2015

}}} To manage this template's visibility when it first appears, add the parameter:

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

50px Template documentation[create]