Difference between revisions of "Template:Collapsible lists option"

From blackwiki
Jump to navigation Jump to search
imported>Funandtrvl
(adj font size for readability, see WP:ACCESS)
imported>Funandtrvl
(fx code)
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" style="padding-left:1.2em;font-family:monospace;font-size:115%;">{{braces|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly> <nowiki>|expanded=all</nowiki>}}</span>{{#if:{{{expandedname|}}} | |<span style="padding:0 0.75em;">or, if enabled,</span><span class="nowrap" style="font-family:monospace;padding-right:1.0em;font-size:115%;">{{braces|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly> {{!}}all}}</span>(i.e. omitting "{{mono|115%|expanded&#61;}}").}}
+
   | 2 = <span class="nowrap" style="padding-left:1.2em;font-family:monospace;font-size:115%;">{{braces|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly> <nowiki>|expanded=all</nowiki>}}</span>{{#ifeq:{{{expandedname|}}}|required | |<span style="padding:0 0.75em;">or, if enabled,</span><span class="nowrap" style="font-family:monospace;padding-right:1.0em;font-size:115%;">{{braces|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly> {{!}}all}}</span>(i.e. omitting "{{mono|115%|expanded&#61;}}").}}
 
   }}
 
   }}
  
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" style="padding-left:1.2em;font-family:monospace;font-size:115%;">{{braces|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly> <nowiki>|expanded=</nowiki>''listname''}}</span>{{#if:{{{expandedname|}}} | |<span style="padding:0 0.75em;">or, if enabled,</span><span class="nowrap" style="font-family:monospace;font-size:115%;">{{braces|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly> {{!}}''listname''}}</span>}}
+
   | 2 = <span class="nowrap" style="padding-left:1.2em;font-family:monospace;font-size:115%;">{{braces|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly> <nowiki>|expanded=</nowiki>''listname''}}</span>{{#ifeq:{{{expandedname|}}}|required | |<span style="padding:0 0.75em;">or, if enabled,</span><span class="nowrap" style="font-family:monospace;font-size:115%;">{{braces|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly> {{!}}''listname''}}</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 21: Line 21:
 
           <!--------(optional example)--------->
 
           <!--------(optional example)--------->
 
           |  <noinclude>{{95%|[''optional:''{{thinsp}}]}}<br/></noinclude><!--
 
           |  <noinclude>{{95%|[''optional:''{{thinsp}}]}}<br/></noinclude><!--
           -->For example, <span class="nowrap" style="font-family:monospace;font-size:115%;">{{braces|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly> <nowiki>|expanded=</nowiki>{{{example}}}}}</span>{{#if:{{{expandedname|}}} | |<span style="padding:0 0.75em;">or, if enabled,</span><span class="nowrap" style="font-family:monospace;font-size:115%;">{{braces|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly> {{!}}{{{example}}}}}</span>.}}
+
           -->For example, <span class="nowrap" style="font-family:monospace;font-size:115%;">{{braces|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly> <nowiki>|expanded=</nowiki>{{{example}}}}}</span>{{#ifeq:{{{expandedname|}}}|required | |<span style="padding:0 0.75em;">or, if enabled,</span><span class="nowrap" style="font-family:monospace;font-size:115%;">{{braces|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly> {{!}}{{{example}}}}}</span>.}}
 
   }}    }}<!--
 
   }}    }}<!--
  

Revision as of 23:23, 28 October 2014

This template includes collapsible lists.

    • To set it to display all lists when it appears (i.e. all lists expanded), use:
    • {{PAGENAME |expanded=all}}or, if enabled,{{PAGENAME |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:
    • {{PAGENAME |expanded=listname}}or, if enabled,{{PAGENAME |listname}}
    • …where listname is one of the following (do not include any quotemarks):
    • Template:Plaincode
    • Template:95%
      For example, {{PAGENAME |expanded={{{example}}}}}or, if enabled,{{PAGENAME |{{{example}}}}}.
  • Template:95%  Template:95% been set to be shown when the template appears.
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