Template:Collapsible option: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Edokter
That looks needlesly complicated
meta>Sardanaphalus
Second attempt to restore phrasing that doesn't suggest this feature only available with one-parameter templates. If this version also not to taste, please act positively and constructively.
Line 1: Line 1:
{{big|'''How to manage this template's visibility'''}}
{{big|'''How to manage this template's initial visibility'''}}<br/>To manage this template's visibility when it first appears, [[Help:Templates#Parameters|add the parameter]]...
: {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}collapsed}}&nbsp;..........&nbsp; to show the template in its collapsed state, i.e. hidden apart from its titlebar;
: {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}expanded}}&nbsp;............&nbsp; to show the template in its expanded state, i.e. fully visible;
: {{plaincode|{{!}}{{#ifeq:{{{statename|}}}|optional | |state&#61;}}autocollapse}}&nbsp;....&nbsp; to show the template in its collapsed state ''but only if'' there is another template of the same type on the page.
{{#if:{{{state|}}}{{{default|}}}
| {{plaincode|'''{{#if:{{{state|}}} |{{{state}}} |{{{default}}}}}'''}} ''has been set as the default state.''
| Unless set otherwise (see the{{plaincode|state}}parameter in the template's code), the template's default state is{{plaincode|autocollapse}}.
}}<!--


* 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.
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=}}expanded}} to show this template in its expanded (i.e. fully visible) state.
-->{{When on template page
: 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 16:42, 1 November 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;
Template:Plaincode ............  to show the template in its expanded state, i.e. fully visible;
Template:Plaincode ....  to show the template in its collapsed state but only if there is another template of the same type on the page.

Unless set otherwise (see theTemplate:Plaincodeparameter in the template's code), the template's default state isTemplate:Plaincode.Template:When on template page