Template:Collapsible option: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>PBS
(added to new parameters but these will only display if this template if the parameters are passed into this template with some value set.)
meta>PBS
(simplified text)
Line 1: Line 1:
<div style="font-size:120%;font-weight:bold;"> How to manage this template's initial visibility </div>
'''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]]:
: <code style="border:none;background:transparent;">{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}collapsed</code> 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{{))}}}};
:<code>|state=collapsed</code> to show the template in its collapsed state, i.e. hidden apart from its titlebar&nbsp;– e.g. <code><nowiki>{{</nowiki><includeonly>{{</includeonly>BASEPAGENAME<includeonly>}}</includeonly><nowiki> |state=collapsed}}</nowiki></code>
: <code style="border:none;background:transparent;">{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}expanded</code> to show the template in its expanded state, i.e. fully visible&nbsp;– e.g. {{mono|100%|{{((}}<includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly>&nbsp;{{!}}{{#ifeq:{{{statename|}}}|optional | |state=}}expanded{{))}}}};
:<code>|state=expanded</code> to show the template in its expanded state, i.e. fully visible&nbsp;– e.g. <code><nowiki>{{</nowiki><includeonly>{{</includeonly>BASEPAGENAME<includeonly>}}</includeonly><nowiki> |state=expanded}}</nowiki></code>
: <code style="border:none;background:transparent;">{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}autocollapse</code> to show the template in its collapsed state ''but only if'' there is another template of the same type on the page&nbsp;– e.g. {{mono|100%|{{((}}<includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly>&nbsp;{{!}}{{#ifeq:{{{statename|}}}|optional | |state=}}autocollapse{{))}}}}.
:<code>|state=autocollapse</code> to show the template in its collapsed state ''but only if'' there is another template of the same type on the page&nbsp;– e.g. <code><nowiki>{{</nowiki><includeonly>{{</includeonly>BASEPAGENAME<includeonly>}}</includeonly><nowiki> |state=autocollapse}}</nowiki></code>
{{#if:{{{state|}}}{{{default|}}}
 
| <code style="border:none;background:transparent;">'''{{#if:{{{state|}}} |{{{state}}} |{{{default}}}}}'''</code> ''has been set as the default state.''
Unless set otherwise (see the <code>state</code> parameter in the template's code), the template's default state is <code>autocollapse</code>
| Unless set otherwise (see the {{mono|100%|state}} parameter in the template's code), the template's default state is {{mono|100%|autocollapse}}.
}}


{{#if:{{{align|}}}|
{{#if:{{{align|}}}|
:{{!}}align=''vlaue'' is also available; where ''value'' can be either <code>''right''</code> or <code>''left''</code>. The default is <code>center</code>
:<code>{{!}}align=''vlaue''</code> is also available; where ''value'' can be either <code>right</code> or <code>left</code>. The default is <code>center</code>
}}
}}
{{#if:{{{width|}}}|
{{#if:{{{width|}}}|
:{{!}}width=''vlaue'' is also available; where ''value'' can be either <code>''N [em/%/px]''</code> or <code>auto</code>. The default is <code>100%</code>
:<code>{{!}}width=''vlaue''</code> is also available; where ''value'' can be either <code>N [em/%/px]</code> or <code>auto</code>. The default is <code>100%</code>
}}<!--
}}<!--
Add {{pp-template}} if template page where this template is transcluded is protected:
Add {{pp-template}} if template page where this template is transcluded is protected:
-->{{template other
-->{{template other

Revision as of 14:40, 18 April 2015

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