Template:Collapsible

From AkanaWiki
Jump to navigation Jump to search


Usage

{{Collapsible|Title|Content|50%|inline}}

yields



The last two parameters may be omitted, in which case they default to 100% and none respectively.

{{Collapsible|Title|Content}}

yields


Floating collapsible boxes

The whole box can be made to float; this is achieved by adding the appropriate CSS syntax to the third parameter (omitting the final semicolon):

{{Collapsible|Title|Content|25%; float:right}}

yields