Template:collapse

From Wiktionary, the free dictionary
Jump to navigation Jump to search
{{{title}}}

{{{content}}}


Usage

Code:

{{collapse|title=My title|
* Some collapsible content
* Another entry
}}

Result:

My title
  • Some collapsible content
  • Another entry

Available parameters

  • content (defaults to the first unnamed parameter)
  • title (defaults to the second unnamed parameter)
  • width — width of the collapsible box
  • bg — background color for the title bar
  • padding — inner padding of the collapsed content area
  • style — custom style for the collapsed content area