[[PageOutline(2-5,Contents,pullout)]] = CollapsiblePlugin = == Description == The CollapsiblePlugin allows one to embed foldable structures in wiki pages, in the style of the trac ticket attachments foldable structure. The plugin utilizes two macros: one to denote the start of a foldable structure, and one to denote the end of said structure. Foldable text supports WikiFormatting and nested folds, so long as spacing is accomplished by the former. == Bugs/Feature Requests == Existing bugs and feature requests for CollapsiblePlugin are [report:9?COMPONENT=CollapsiblePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=CollapsiblePlugin&owner=codingking new ticket]. == Download == Download the zipped source from [download:collapsibleplugin here]. == Source == You can check out CollapsiblePlugin from [http://trac-hacks.org/svn/collapsibleplugin here] using Subversion, or [source:collapsibleplugin browse the source] with Trac. == Example == For structures with a title: {{{ [[CollapsibleStart(Title-of-Structure)]] WikiFormatted text inside foldable structure. [[CollapsibleEnd]] }}} For structures without a title: {{{ [[CollapsibleStart]] WikiFormatted text inside foldable structure. [[CollapsibleEnd]] }}} == Feedback == [[Poll(Are you using this plugin?; Yes, it's usefull.; No, it's useless.; No, I don't need it.; I think it will help;)]] == Recent Changes == [[ChangeLog(collapsibleplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:codingking] [[BR]] '''Maintainer:''' [wiki:codingking] [[BR]] '''Contributors:'''