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

From blackwiki
Jump to navigation Jump to search
(ar)
imported>DB1729
(Reverted 1 edit by 82.10.208.35 (talk): Unexplaned removal (TW))
 
(30 intermediate revisions by 17 users not shown)
Line 1: Line 1:
{{documentation subpage}}
+
{{Documentation subpage}}
<!---PLEASE ADD METADATA (categories, interwikis) TO THE <includeonly> SECTION
+
<!----Categories where indicated at the bottom of this page, please; interwikis to Wikidata---->
    AT THE BOTTOM OF THIS PAGE--->
+
 
 +
{{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.
 +
 
 +
===Syntax===
 +
<pre>
 +
{{Collapsible sections option
 +
| list =
 +
| example =  <!--(optional)-->
 +
| default =  <!--(optional)-->
 +
}}
 +
</pre>
 +
<code>list</code> is a list of the section/group/etc names (the ''section[N]name'' {{\}} ''group[N]name'' {{\}} ''abbr[N]'' parameters) given in the template's code; <code>default</code> indicates which, if any, is to be shown expanded by default.
 +
 
 +
If the template has only one collapsible group/section,
 +
: {{tlc|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===
 +
{{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'')
 +
}}
 +
 
 +
The code for a <nowiki>{{Collapsible sections option}}</nowiki> for the above template could be:
 +
<pre>
 +
{{Collapsible sections option
 +
| list = {{hlist |overview |"two-word name" |concepts |related}}
 +
| example = two-word name
 +
| default = overview
 +
}}
 +
</pre>
 +
This code would produce:
 +
<div style="clear:both;background:whitesmoke;">
 +
{{Collapsible sections option{{\sandbox}}
 +
| template = Example
 +
| list = {{hlist |overview |"two-word name" |concepts |related}}
 +
| example = two-word name
 +
| default = overview
 +
}}
 +
</div>
 +
 
 
===See also===
 
===See also===
 +
* {{tl|Collapsible lists option}}
 
* {{tl|Collapsible option}}
 
* {{tl|Collapsible option}}
* {{tl|Collapsible lists option}}
+
* [[Help:Collapsing]]
 
 
  
<includeonly>
+
<includeonly>{{Sandbox other|
[[Category:Wikipedia metatemplates|Collapsible sections option]]
+
| <!----Categories below this line, please:---->
[[ar:قالب:Collapsible sections option]]
+
[[Category:Wikipedia metatemplates]]
[[ja:Template:Collapsible sections option]]
+
[[Category:Documentation shared content templates]]
[[pt:Predefinição:Collapsible sections option]]
+
}}</includeonly>
</includeonly>
 

Latest revision as of 18:16, 23 June 2020

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

list is a list of the section/group/etc names (the section[N]name  / group[N]name  / abbr[N] parameters) given in the template's code; default 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 |related}}
| example = two-word name
| default = overview
}}

This code would produce:

{{Collapsible sections optionTemplate:\sandbox | template = Example

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

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

See also