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

From blackwiki
Jump to navigation Jump to search
imported>NSH002
(stop spurious entries in the hlist tracking category)
imported>Sardanaphalus
(Update (single group/section option))
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 
<!----Categories where indicated at the bottom of this page, please; interwikis to Wikidata---->
 
<!----Categories where indicated at the bottom of this page, please; interwikis to Wikidata---->
 +
{{redirect3|noquotes|Template:Collapsible section option}}
  
 
{{tl|Collapsible sections option}} is a standardised message indicating how the collapsible parts of a template built from {{tl|Navbox with collapsible groups}} may be managed.
 
{{tl|Collapsible sections option}} is a standardised message indicating how the collapsible parts of a template built from {{tl|Navbox with collapsible groups}} may be managed.
Line 12: Line 13:
 
}}
 
}}
 
</pre>
 
</pre>
 +
{{plaincode|list}} is a list of the section/group/etc names (the {{padr|''section[N]name''}}s{{\}}{{padr|''group[N]name''}}s{{\}}{{padr|''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 {{padr|''section[N]name''}}s{{\}}{{padr|''group[N]name''}}s{{\}}{{padr|''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,
 +
: {{tc|Collapsible section option&nbsp;|''name''}}
 +
where ''name'' is that group/section's name, is recommended instead. It produces a more concise version of the standard message.
  
 
===Example===
 
===Example===

Revision as of 15:17, 6 November 2014

{{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:Padrs / Template:Padrs / Template:Padrs) 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

Template:Navbox with collapsible sections

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