Template:Collapsible lists option: Difference between revisions

From Revolupedia
Jump to navigation Jump to search
(Added template.)
 
mNo edit summary
 
Line 19: Line 19:
   | 5 = {{#if:{{{example<includeonly>|</includeonly>}}}
   | 5 = {{#if:{{{example<includeonly>|</includeonly>}}}
           <!--------(optional example)--------->
           <!--------(optional example)--------->
           |  <noinclude>{{small|[''optional:''{{thinsp}}]}}<br /></noinclude><!--
           |  <noinclude>{{small|[''optional:''{{thin space}}]}}<br /></noinclude><!--
           -->For example, <span class="nowrap"><code>{{braces|{{{template_name|<includeonly>{{</includeonly>BASEPAGENAME<includeonly>}}</includeonly>}}} {{!}}expanded{{=}}{{{example}}}}}</code></span> or, if enabled, <span class="nowrap"><code>{{braces|{{{template_name|<includeonly>{{</includeonly>BASEPAGENAME<includeonly>}}</includeonly>}}} {{!}}{{{example}}}}}</code></span>
           -->For example, <span class="nowrap"><code>{{braces|{{{template_name|<includeonly>{{</includeonly>BASEPAGENAME<includeonly>}}</includeonly>}}} {{!}}expanded{{=}}{{{example}}}}}</code></span> or, if enabled, <span class="nowrap"><code>{{braces|{{{template_name|<includeonly>{{</includeonly>BASEPAGENAME<includeonly>}}</includeonly>}}} {{!}}{{{example}}}}}</code></span>
   }}    }}<!--
   }}    }}<!--
Line 26: Line 26:
{{#if:{{{default<includeonly>|</includeonly>}}} |
{{#if:{{{default<includeonly>|</includeonly>}}} |
* {{#ifeq:{{{default}}}|all  |All lists have
* {{#ifeq:{{{default}}}|all  |All lists have
   |  <noinclude>{{small|[''optional:''{{thinsp}}]}}&nbsp; [All lists have]{{\}}[The list named '''''default''''' has]</noinclude><!--
   |  <noinclude>{{small|[''optional:''{{thin space}}]}}&nbsp; [All lists have]{{\}}[The list named '''''default''''' has]</noinclude><!--
     --><includeonly>The list named '''<code>{{{default}}}</code>''' has</includeonly>}} been set to be shown when the template appears.
     --><includeonly>The list named '''<code>{{{default}}}</code>''' has</includeonly>}} been set to be shown when the template appears.
}}
}}
</div>
</div>

Latest revision as of 21:19, 29 July 2024

This template includes collapsible lists.

  • To set it to display all lists when it appears (i.e. all lists expanded), use:
  •  {{BASEPAGENAME |expanded=all}} or, if enabled, {{BASEPAGENAME |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:
  •  {{BASEPAGENAME |expanded=listname}} or, if enabled, {{BASEPAGENAME |listname}}
  • …where listname is one of the following (do not include any quotemarks):
  • {{{listnames}}}
  • [optional:]
    For example, {{BASEPAGENAME |expanded={{{example}}}}} or, if enabled, {{BASEPAGENAME |{{{example}}}}}
  • [optional:]  [All lists have] / [The list named default has] been set to be shown when the template appears.