Template:Collapsible sections option/doc

From blackwiki
< Template:Collapsible sections option
Revision as of 22:04, 22 February 2015 by imported>Edokter (Reverted edits by 195.147.24.214 (talk) to last version by Jdaloner)
Jump to navigation Jump to search

{{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