[[PageOutline(2-5,Contents,pullout)]] = Fold macro processor = == Description == This macro is a simple way to get foldable sections that the user can click to expand or collapse. Similar: FoldMacro, FoldingMacro, CollapsiblePlugin == Bugs/Feature Requests == Existing bugs and feature requests for FoldMacroProcessorMacro are [report:9?COMPONENT=FoldMacroProcessorMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=FoldMacroProcessorMacro&owner=psuter new ticket]. == Download == Download the zipped source from [download:foldmacroprocessormacro here]. == Source == You can check out FoldMacroProcessorMacro from [http://trac-hacks.org/svn/foldmacroprocessormacro here] using Subversion, or [source:foldmacroprocessormacro browse the source] with Trac. == Parameters == * `title`: The text in the folding header. * `tag`: The HTML element used for the title (Default: span) == Example == {{{ {{{#!Fold title="A title for the folded section" tag=h2 This section of the wiki page is folded up and can be expanded by clicking on the title. This can contain any ''formatted'' **wiki** content, including macros and nested Fold sections. }}} }}} == Recent Changes == [[ChangeLog(foldmacroprocessormacro, 3)]] == Author/Contributors == '''Author:''' [wiki:psuter] [[BR]] '''Maintainer:''' [wiki:psuter] [[BR]] '''Contributors:''' [[BR]] '''License:''' [/tags/"bsd-license" BSD 3-Clause]