Difference between revisions of "Template:Collapsible lists option"

From blackwiki
Jump to navigation Jump to search
imported>Frietjes
imported>Frietjes
Line 6: Line 6:
 
   |style=padding-bottom:0.3em; |list_style=line-height:1.5em;
 
   |style=padding-bottom:0.3em; |list_style=line-height:1.5em;
 
   | 1 = To set it to display all lists when it appears (i.e. all lists expanded), use:
 
   | 1 = To set it to display all lists when it appears (i.e. all lists expanded), use:
   | 2 = <span class="nowrap">{{pad|1.2em}}<code>{{braces|<includeonly>{{</includeonly>{{{template_name|PAGENAME}}}<includeonly>}}</includeonly> {{!}}expanded{{=}}all}}</code></span> or, if enabled, <span class="nowrap"><code>{{braces|<includeonly>{{</includeonly>{{{template_name|PAGENAME}}}<includeonly>}}</includeonly> {{!}}all}}</code></span>{{spaces|2}}(i.e. omitting "<code>expanded{{=}}</code>").
+
   | 2 = <span class="nowrap">{{pad|1.2em}}<code>{{braces|{{{template_name|<includeonly>{{</includeonly>PAGENAMEBASE<includeonly>}}</includeonly>}}} {{!}}expanded{{=}}all}}</code></span> or, if enabled, <span class="nowrap"><code>{{braces|{{{template_name|<includeonly>{{</includeonly>PAGENAMEBASE<includeonly>}}</includeonly>}}} {{!}}all}}</code></span>{{spaces|2}}(i.e. omitting "<code>expanded{{=}}</code>").
 
   }}
 
   }}
  
Line 13: Line 13:
 
   |style=padding-bottom:0.3em; |list_style=line-height:1.5em;
 
   |style=padding-bottom:0.3em; |list_style=line-height:1.5em;
 
   | 1 = To set it to display one particular list while keeping the remainder collapsed (i.e. hidden apart from their headings), use:
 
   | 1 = To set it to display one particular list while keeping the remainder collapsed (i.e. hidden apart from their headings), use:
   | 2 = <span class="nowrap">{{pad|1.2em}}<code>{{braces|<includeonly>{{</includeonly>{{{template_name|PAGENAME}}}<includeonly>}}</includeonly> {{!}}expanded{{=}}''listname''}}</code></span> or, if enabled, <span class="nowrap"><code>{{braces|<includeonly>{{</includeonly>{{{template_name|PAGENAME}}}<includeonly>}}</includeonly> {{!}}''listname''}}</code></span>
+
   | 2 = <span class="nowrap">{{pad|1.2em}}<code>{{braces|{{{template_name|<includeonly>{{</includeonly>PAGENAMEBASE<includeonly>}}</includeonly>}}} {{!}}expanded{{=}}''listname''}}</code></span> or, if enabled, <span class="nowrap"><code>{{braces|{{{template_name|<includeonly>{{</includeonly>PAGENAMEBASE<includeonly>}}</includeonly>}}} {{!}}''listname''}}</code></span>
 
   | 3 = …where ''listname'' is one of the following (do not include any quotemarks):
 
   | 3 = …where ''listname'' is one of the following (do not include any quotemarks):
 
   |item4_style=font-size:110%;padding:0.2em 0 0.3em 1.4em;font-weight:bold;
 
   |item4_style=font-size:110%;padding:0.2em 0 0.3em 1.4em;font-weight:bold;
Line 20: Line 20:
 
           <!--------(optional example)--------->
 
           <!--------(optional example)--------->
 
           |  <noinclude>{{small|[''optional:''{{thinsp}}]}}<br/></noinclude><!--
 
           |  <noinclude>{{small|[''optional:''{{thinsp}}]}}<br/></noinclude><!--
           -->For example, <span class="nowrap"><code>{{braces|<includeonly>{{</includeonly>{{{template_name|PAGENAME}}}<includeonly>}}</includeonly> {{!}}expanded{{=}}{{{example}}}}}</code></span> or, if enabled, <span class="nowrap"><code>{{braces|<includeonly>{{</includeonly>{{{template_name|PAGENAME}}}<includeonly>}}</includeonly> {{!}}{{{example}}}}}</code></span>
+
           -->For example, <span class="nowrap"><code>{{braces|{{{template_name|<includeonly>{{</includeonly>PAGENAMEBASE<includeonly>}}</includeonly>}}} {{!}}expanded{{=}}{{{example}}}}}</code></span> or, if enabled, <span class="nowrap"><code>{{braces|{{{template_name|<includeonly>{{</includeonly>PAGENAMEBASE<includeonly>}}</includeonly>}}} {{!}}{{{example}}}}}</code></span>
 
   }}    }}<!--
 
   }}    }}<!--
  

Revision as of 16:52, 27 January 2017

This template includes collapsible lists.

    • To set it to display all lists when it appears (i.e. all lists expanded), use:
    •  {{PAGENAMEBASE |expanded=all}} or, if enabled, {{PAGENAMEBASE |all}}  (i.e. omitting "expanded=").
    • To set it to display one particular list while keeping the remainder collapsed (i.e. hidden apart from their headings), use:
    •  {{PAGENAMEBASE |expanded=listname}} or, if enabled, {{PAGENAMEBASE |listname}}
    • …where listname is one of the following (do not include any quotemarks):
    • {{{listnames}}}
    • [optional:Template:Thinsp]
      For example, {{PAGENAMEBASE |expanded={{{example}}}}} or, if enabled, {{PAGENAMEBASE |{{{example}}}}}
  • [optional:Template:Thinsp]  [All lists have] / [The list named default has] been set to be shown when the template appears.
50px 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