Template:Collapsible option: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Sardanaphalus
m →‎top: ellipses lengths
meta>Edokter
That looks needlesly complicated
Line 1: Line 1:
<div style="font-size:120%;font-weight:bold;"> How to manage this template's initial visibility </div>
{{big|'''How to manage this template's visibility'''}}
To manage this template's visibility when it first appears, [[Help:Templates#Parameters|add the parameter]]...
: {{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}}&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}}&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|}}}
| {{plaincode|'''{{#if:{{{state|}}} |{{{state}}} |{{{default}}}}}'''}} ''has been set as the default state.''
| Unless set otherwise (see the {{mono|100%|state}} parameter in the template's code), the template's default state is {{mono|100%|autocollapse}}.
}}<!--


Add {{pp-template}} if template page where this template is transcluded is protected:
* Use {{tcplain|<includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly>&nbsp;{{!}}{{#ifeq:{{{statename|}}}|optional | |state=}}collapsed}} to show this template in its collapsed (i.e. hidden<!--or: titlebar-only-->) state.
-->{{When on template page
: Use {{tcplain|<includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly>&nbsp;{{!}}{{#ifeq:{{{statename|}}}|optional | |state=}}expanded}} to show this template in its expanded (i.e. fully visible) state.
: Use {{tcplain|<includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly>&nbsp;{{!}}{{#ifeq:{{{statename|}}}|optional | |state=}}autocollapse}} to show this template in its collapsed state '''''only if''''' there is another template of the same type on the page.
* {{#if:{{{state|}}}{{{default|}}}
  | '''''{{#if:{{{state|}}} |{{{state}}} |{{{default}}} }}''' has been set as the default state.
  | Unless set otherwise (see the ''state'' parameter within the template's code), the template's default state is "autocollapse".
  }}<!--
 
Add {{pp-template}} if template where this template is transcluded is protected:
-->{{Template other <!--(i.e. "If on template page, then:")-->
     | {{#if:{{PROTECTIONLEVEL:edit}} |{{pp-template|docusage=yes}}
     | {{#if:{{PROTECTIONLEVEL:edit}} |{{pp-template|docusage=yes}}
       | {{#if:{{PROTECTIONLEVEL:move}} |{{pp-move|docusage=yes|small=yes}} }}
       | {{#if:{{PROTECTIONLEVEL:move}} |{{pp-move|docusage=yes|small=yes}} }}

Revision as of 12:13, 31 October 2014

How to manage this template's visibility

  • Use Template:Tcplain to show this template in its collapsed (i.e. hidden) state.
Use Template:Tcplain to show this template in its expanded (i.e. fully visible) state.
Use Template:Tcplain to show this template in its collapsed state only if there is another template of the same type on the page.
  • Unless set otherwise (see the state parameter within the template's code), the template's default state is "autocollapse".