Short Description
Demonstrates how to use collapsible blocks in your wiki
The [[collapsible]] tag lets you place a block of text on your page that the user can show/hide with one click. For short blocks of text, use this form:
[[collapsible show="+ Show whatever" hide="- Hide whatever"]]
Whatever text to show/hide.
[[/collapsible]]
You can format the collapsible block text as for any Wikidot text. Look at the example at: http://snippets.wikidot.com/code:collapsible-block-unleashed.
By default, the show link says "+ show block" and the hide link says "- hide block". For longer blocks, add the hideLocation="both" option to show the hide link at the bottom as well as the top of the block when it's shown. Other values for the hideLocation option are "top" (the default) and "bottom".
Finally, you can use the folded="no" option to show blocks by default, allowing the user to hide them if wanted. We use this for tables of content, for example.