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

From blackwiki
Jump to navigation Jump to search
imported>Sardanaphalus
m (→‎Example: parameter)
imported>NSH002
(stop spurious entries in the hlist tracking category)
Line 17: Line 17:
 
===Example===
 
===Example===
 
{{Navbox with collapsible sections
 
{{Navbox with collapsible sections
  |state=expanded |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 23:49, 26 October 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.

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