Difference between revisions of "Template:Collapsible sections option/doc"

From blackwiki
Jump to navigation Jump to search
(single-group/section case)
imported>Edokter
m (Reverted edits by 195.147.24.214 (talk) to last version by Jdaloner)
Line 15: Line 15:
 
{{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.
 
{{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, use
+
If the template has only one collapsible group/section,
: {{tc|Collapsible section option |selected{{=}}''name''}}
+
: {{tlc|Collapsible section option |''name''}}
or, if enabled,
+
where ''name'' is that group/section's name, is recommended instead. It produces a more concise version of the standard message.
: {{tc|Collapsible section option |''name''}}
 
where ''name'' is that group/section's name instead. It produces a more concise version of the standard message.
 
  
 
===Example===
 
===Example===

Revision as of 22:04, 22 February 2015

{{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:When in sandbox | template = Example

| list =
  • overview
  • "two-word name"
  • concepts
  • details
  • related

| example = two-word name | default = overview }}

See also