Template:Collapsible option: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Sardanaphalus
Restored more generalized phrasing
meta>Sardanaphalus
m →‎top: ellipses lengths
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]]...
To manage this template's visibility when it first appears, [[Help:Templates#Parameters|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;– for example,{{plaincode|<nowiki>{{</nowiki><includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly>&nbsp;{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}collapsed<nowiki>}}</nowiki>}};
: {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}collapsed}}&nbsp;.......... to show the template in its collapsed state, i.e. hidden apart from its titlebar&nbsp;– for example,{{plaincode|<nowiki>{{</nowiki><includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly>&nbsp;{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}collapsed<nowiki>}}</nowiki>}};
: {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}expanded}}... to show the template in its expanded state, i.e. fully visible&nbsp;– for example, {{plaincode|<nowiki>{{</nowiki><includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly>&nbsp;{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}expanded<nowiki>}}</nowiki>}};
: {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}expanded}}&nbsp;............ to show the template in its expanded state, i.e. fully visible&nbsp;– for example, {{plaincode|<nowiki>{{</nowiki><includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly>&nbsp;{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}expanded<nowiki>}}</nowiki>}};
: {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}autocollapse}}... to show the template in its collapsed state ''but only if'' there is another template of the same type on the page&nbsp;– for example, {{plaincode|<nowiki>{{</nowiki><includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly>&nbsp;{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}autocollapse<nowiki>}}</nowiki>}}.
: {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}autocollapse}}&nbsp;.... to show the template in its collapsed state ''but only if'' there is another template of the same type on the page&nbsp;– for example, {{plaincode|<nowiki>{{</nowiki><includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly>&nbsp;{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}autocollapse<nowiki>}}</nowiki>}}.
{{#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 09:32, 31 October 2014

How to manage this template's initial visibility

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 – for example,Template:Plaincode;
Template:Plaincode ............ to show the template in its expanded state, i.e. fully visible – for example, Template:Plaincode;
Template:Plaincode .... to show the template in its collapsed state but only if there is another template of the same type on the page – for example, Template:Plaincode.

Unless set otherwise (see the state parameter in the template's code), the template's default state is autocollapse.Template:When on template page