Difference between revisions of "Template:Collapsible section/doc"

From blackwiki
Jump to navigation Jump to search
imported>Jay D. Easy
(+collapse temp.)
imported>Zarex
(prevent overlapping with the collapse template)
Line 25: Line 25:
 
</pre>
 
</pre>
 
produces:
 
produces:
 +
{{Clear}}
 
{{Collapsible section
 
{{Collapsible section
 
  | title = Example
 
  | title = Example

Revision as of 15:03, 20 September 2019

Syntax

{{Collapsible section
 | framestyle =    <!-- CSS styling applied to section -->
 | titlealign =    <!-- center (default), left or right -->
 | titlestyle =    <!-- CSS styling applied to title -->
 | title = 
 | content = 
 | note =          <!-- set to "omit", "off", "exclude", etc to omit "View by" note, otherwise delete or leave unused -->
}}

To omit the "View by clicking [show]" message below the title, set |note=omit or off or exclude etc.

Example

{{Collapsible section
 | title = Example
 | content = ''{{Lorem ipsum}}''
}}

produces:

See also