Template:Collapsible option: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Paine Ellsworth
emphasize default state - we find many of these incorrectly documented
SockyPaws (talk | contribs)
Fix redlinks on transcluding pages
Tag: 2017 source edit
 
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{big|'''Initial visibility'''}}
'''{{Big|Initial visibility:}}''' currently defaults to '''{{Big|{{#switch:{{{default|}}}
| collapsed = collapsed
| expanded  = expanded
| autocollapse
| #default  = autocollapse
}}}}'''


To set the template's initial visibility, the {{para|state}} [[Help:Template#Parameters|parameter]] may be used:
To set this template's initial visibility, the {{Para|{{{parameter_name|state}}}}} [[wikipedia:Help:Template#Parameters|parameter]] may be used:
<ul>
<ul>
<li>{{para|state|collapsed}}: <nowiki>{{</nowiki><includeonly>{{</includeonly>{{#if:{{{nobase|}}}| |BASE}}PAGENAME<includeonly>}}</includeonly><nowiki>|state=collapsed}}</nowiki> to show the template collapsed, i.e., hidden apart from its title bar</li>
  <li>{{Para|{{{parameter_name|state}}}|{{Var|collapsed}}}} – <code>&lbrace;{<includeonly>{{</includeonly>{{#if:{{{nobase|}}}||BASE}}PAGENAME<includeonly>}}</includeonly>{{!}}{{{parameter_name|state}}}{{=}}collapsed}&rbrace;</code> to show the template collapsed, i.e., hidden, save for its title bar.</li>
<li>{{para|state|expanded}}: <nowiki>{{</nowiki><includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly><nowiki>|state=expanded}}</nowiki> to show the template expanded, i.e., fully visible</li>
  <li>{{Para|{{{parameter_name|state}}}|{{Var|expanded}}}} – <code>&lbrace;{<includeonly>{{</includeonly>{{#if:{{{nobase|}}}||BASE}}PAGENAME<includeonly>}}</includeonly>{{!}}{{{parameter_name|state}}}{{=}}expanded}&rbrace;</code> to show the template expanded, that is, fully visible.</li>
<li>{{para|state|autocollapse}}: <nowiki>{{</nowiki><includeonly>{{</includeonly>{{#if:{{{nobase|}}} | |BASE}}PAGENAME<includeonly>}}</includeonly><nowiki>|state=autocollapse}}</nowiki>
  <li>{{Para|{{{parameter_name|state}}}|{{Var|autocollapse}}}} – <code>&lbrace;{<includeonly>{{</includeonly>{{#if:{{{nobase|}}}||BASE}}PAGENAME<includeonly>}}</includeonly>{{!}}{{{parameter_name|state}}}{{=}}autocollapse}}</nowiki></code>
<ul>
    <ul>
<li>shows the template collapsed to the title bar if there is a <nowiki>{{navbar}}, a {{sidebar}}</nowiki>, or some other table on the page with the collapsible attribute</li>
      <li>shows the template collapsed to the title bar if there is a {{Template link general|Navbar}}, {{Template link general|Sidebar}}, or some other table on the page with the collapsible attribute.</li>
<li>shows the template in its expanded state if there are no other collapsible items on the page</li>
      <li>shows the template in its expanded state if there are no other collapsible items on the page.</li>
</ul></li></ul>
    </ul>
If the {{para|state}} parameter is not set, the template's initial visibility is taken from the {{para|default}} parameter in the template. For this template, that currently evaluates to {{big|'''<code>{{#switch:{{{default|}}}|collapsed=collapsed|expanded=expanded|autocollapse|#default=autocollapse}}</code>'''}}.<!--
  </li>
-->{{#if:{{{align|}}}|
</ul>
:{{para|align|''value''}} is also available; where ''value'' can be either <code>right</code> or <code>left</code>. The default is <code>center</code>
If the {{Para|{{{parameter_name|state}}}}} parameter in the template on this page is not set, the template's initial visibility is taken from the {{Para|default}} parameter in the {{Template link general|brace=on|plaincode=on|Collapsible option}} template.
}}{{#if:{{{title-background|}}}|:{{para|title-background|''value''}} is also available; where ''value'' can be either <code>navbox</code> or a <code>color</code>. The default is <code>none</code> and <code>navbox</code> defaults to the default navbox color.
 
::For the template on this page, that currently evaluates to {{Big|'''<code>{{#switch:{{default|}}}
| collapsed = collapsed
| expanded = expanded
| autocollapse
| #default = autocollapse
}}</code>'''}}.{{#if:{{{align|}}}|
:{{Para|align|{{Var|value}}}} is also available; where {{Var|value}} can be either <code>left</code> or <code>right</code>. The default is <code>center</code>.
}}{{#if:{{{title-background|}}}|
:{{Para|title-background|{{Var|value}}}} is likewise available; where {{Var|value}} can be either <code>navbox</code> or a {{Kbd|color}}. The default is <code>none</code>, and <code>navbox</code> defaults to the standard navbox color.
}}{{#if:{{{width|}}}|
}}{{#if:{{{width|}}}|
:{{para|width|''value''}} is also available; where ''value'' can be either <code>N [em/%/px]</code> or <code>auto</code>. The default is <code>100%</code>
:{{Para|width|{{Var|value}}}} is available, too; where {{Var|value}} can be either <code>{{Var|N}} [em/px/%]</code> or <code>auto</code>. The default is <code>100%</code>.
}}<!--
}}<!-- Add {{Pp-template}} if the template page transcluding this template is protected.
Add {{pp-template}} if template page where this template is transcluded is protected:
-->{{Template other
-->{{template other
     | {{#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}} }}
      }}
  }} }}<noinclude>
  }}<noinclude><!-- Add categories to the /doc subpage, please. -->
{{Documentation}}
{{Documentation}}</noinclude>
</noinclude>

Latest revision as of 17:55, 27 September 2024

Initial visibility: currently defaults to autocollapse

To set this template's initial visibility, the |state= parameter may be used:

  • |state=collapsed{{BASEPAGENAME|state=collapsed}} to show the template collapsed, i.e., hidden, save for its title bar.
  • |state=expanded{{BASEPAGENAME|state=expanded}} to show the template expanded, that is, fully visible.
  • |state=autocollapse{{BASEPAGENAME|state=autocollapse}}</nowiki>
    • shows the template collapsed to the title bar if there is a {{Navbar}}, {{Sidebar}}, or some other table on the page with the collapsible attribute.
    • shows the template in its expanded state if there are no other collapsible items on the page.

If the |state= parameter in the template on this page is not set, the template's initial visibility is taken from the |default= parameter in the {{Collapsible option}} template.

For the template on this page, that currently evaluates to autocollapse.