Difference between revisions of "Template:Collapsible sections option/doc"
imported>Sardanaphalus m (link) |
imported>Jdaloner m (Updated template calls.) |
||
| Line 13: | Line 13: | ||
}} | }} | ||
</pre> | </pre> | ||
| − | {{plaincode|list}} is a list of the section/group/etc names (the {{ | + | {{plaincode|list}} is a list of the section/group/etc names (the {{pad right|''section[N]name''}}s{{\}}{{pad right|''group[N]name''}}s{{\}}{{pad right|''abbr[N]''}}s) given in the template's code; {{plaincode|default}} indicates which, if any, is to be shown expanded by default. |
If the template has only one collapsible group/section, | If the template has only one collapsible group/section, | ||
| − | : {{ | + | : {{tlc|Collapsible section option |''name''}} |
where ''name'' is that group/section's name, is recommended instead. It produces a more concise version of the standard message. | where ''name'' is that group/section's name, is recommended instead. It produces a more concise version of the standard message. | ||
===Example=== | ===Example=== | ||
| − | {{Navbox with collapsible | + | {{Navbox with collapsible groups |
|state=expanded |listclass=plainlist |style=margin-bottom:1.5em; |title=Example|navbar=plain |selected={{{selected|{{{expanded|{{{1|overview}}}}}}}}} |abbr1=overview|sect1=Overview|content1=(''content1'') |abbr2=two-word name|sect2=Two-word title|content2=(''content2'') |abbr3=concepts|sect3=[[Concept]]s|content3=(''content3'') |abbr4=related|sect4=Related topics|content4=(''content4'') | |state=expanded |listclass=plainlist |style=margin-bottom:1.5em; |title=Example|navbar=plain |selected={{{selected|{{{expanded|{{{1|overview}}}}}}}}} |abbr1=overview|sect1=Overview|content1=(''content1'') |abbr2=two-word name|sect2=Two-word title|content2=(''content2'') |abbr3=concepts|sect3=[[Concept]]s|content3=(''content3'') |abbr4=related|sect4=Related topics|content4=(''content4'') | ||
}} | }} | ||
Revision as of 18:34, 16 December 2014
| This is a documentation subpage for Template:Collapsible sections option. It contains usage information, categories and other content that is not part of the original template page. |
{{Collapsible sections option}} is a standardised message indicating how the collapsible parts of a template built from {{Navbox with collapsible groups}} may be managed.
Syntax
{{Collapsible sections option
| list =
| example = <!--(optional)-->
| default = <!--(optional)-->
}}
Template:Plaincode is a list of the section/group/etc names (the Template:Pad rights / Template:Pad rights / Template:Pad rights) given in the template's code; Template:Plaincode indicates which, if any, is to be shown expanded by default.
If the template has only one collapsible group/section,
{{Collapsible section option |name}}
where name is that group/section's name, is recommended instead. It produces a more concise version of the standard message.
Example
The code for a {{Collapsible sections option}} for the above template could be:
{{Collapsible sections option
| list = {{hlist |overview |"two-word name" |concepts |details |related}}
| example = two-word name
| default = overview
}}
This code would produce:
{{Collapsible sections optionTemplate:\sandbox | template = Example
| list =- overview
- "two-word name"
- concepts
- details
- related
| example = two-word name | default = overview }}
See also