Difference between revisions of "Template:Collapsible lists option"

From blackwiki
Jump to navigation Jump to search
imported>Sardanaphalus
m (nbsps)
imported>Sardanaphalus
(commented out inaccurate section)
Line 1: Line 1:
 
* This template includes {{tl|collapsible list}}s.
 
* This template includes {{tl|collapsible list}}s.
 +
<!----The following not always true:-----
 
: By default, all lists have been set to be <!--
 
: By default, all lists have been set to be <!--
   -->{{#ifeq:{{{expanded<includeonly>|</includeonly>}}}|all
+
   -- {{#ifeq:{{{expanded<includeonly>|</includeonly>}}}|all
 
       | shown.  
 
       | shown.  
       | hidden. <!----To show all lists:----> To have all lists shown,
+
       | hidden. <!----To show all lists:----
:: use <code class="nowrap">{{((}}<noinclude>''Template name''</noinclude><includeonly>{{PAGENAME}}</includeonly> {{!}}expanded=all{{))}}</code><br/><!--
+
----->
 +
: To have all lists expanded (i.e. shown) when it is displayed, use
 +
:: <code class="nowrap">{{((}}<noinclude>''Template name''</noinclude><includeonly>{{PAGENAME}}</includeonly> {{!}}expanded=all{{))}}</code><br/><!--
 
     -->{{pad|3.5em}}(&nbsp;or, if enabled, <code class="nowrap">{{((}}<noinclude>''Template name''</noinclude><includeonly>{{PAGENAME}}</includeonly> {{!}}all{{))}}</code>, i.e. without the "expanded="&nbsp;).
 
     -->{{pad|3.5em}}(&nbsp;or, if enabled, <code class="nowrap">{{((}}<noinclude>''Template name''</noinclude><includeonly>{{PAGENAME}}</includeonly> {{!}}all{{))}}</code>, i.e. without the "expanded="&nbsp;).
      }}
+
<!----}}-----
  
 
   <!------------- To show a particular list --------------->
 
   <!------------- To show a particular list --------------->
: To have one particular list shown while the others remain hidden,
+
: To have one particular list shown while the others remain hidden, use
:: use <code class="nowrap">{{((}}<noinclude>''Template name''</noinclude><includeonly>{{PAGENAME}}</includeonly> {{!}}expanded=''listname''}}</code><br/><!--
+
:: <code class="nowrap">{{((}}<noinclude>''Template name''</noinclude><includeonly>{{PAGENAME}}</includeonly> {{!}}expanded=''listname''}}</code><br/><!--
 
     -->{{pad|3.5em}}(&nbsp;or, if enabled, <code class="nowrap">{{((}}<noinclude>''Template name''</noinclude><includeonly>{{PAGENAME}}</includeonly> {{!}}''listname''}}</code>&nbsp;)
 
     -->{{pad|3.5em}}(&nbsp;or, if enabled, <code class="nowrap">{{((}}<noinclude>''Template name''</noinclude><includeonly>{{PAGENAME}}</includeonly> {{!}}''listname''}}</code>&nbsp;)
 
:: where ''listname'' is one of the following:
 
:: where ''listname'' is one of the following:

Revision as of 02:09, 8 April 2014

To have all lists expanded (i.e. shown) when it is displayed, use
{{Template name |expanded=all}}
 ( or, if enabled, {{Template name |all}}, i.e. without the "expanded=" ).
To have one particular list shown while the others remain hidden, use
{{Template name |expanded=listname}}
 ( or, if enabled, {{Template name |listname}} )
where listname is one of the following:
{{{listnames}}}
(do not include any quotemarks).
[optional example:]  For example, {{Template name |expanded={{{example}}}}} (or, if enabled, {{Template name |{{{example}}}}} ).
Template documentation[view] [edit] [history] [purge]
  • When this template is transcluded, the texts within square brackets will either not appear or be replaced accordingly.

Usage

{{Collapsible lists option
| expandedname =  <!--(see below)-->
| listnames =
| example =       <!--(one of the listnames)-->
| default =       <!--("all" or a listname, if either set to be shown)-->
}}

Parameters expandedname, example and default are optional. If the template featuring the collapsible lists already makes use of its first unnamed parameter – see, for example, {{Labor}} – use |expandedname=required with {{Collapsible lists option}} (i.e. {{Collapsible lists option |expandedname=required |…}}) to suppress the "or, if enabled, …" portions of the text above.

See also