Table of Contents

togglewrap Plugin

Compatible with DokuWiki

Hrun

plugin Show/hide wraps with checkboxes

Last updated on
2014-12-07
Provides
Syntax
Repository
Source
Requires
wrap

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to hidden, hide, sectiontoggle, spoiler

Tagged with hide, spoiler, wrap

Installation

:!: External requirements: This plugin requires the following additional components that must be installed separately:

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

:!: seems the plugin don't save the checked-state after reloading the page it's default again:

Examples/Usage

{{togglewrap>wrapname&checked|label for checkbox}}

<WRAP wrapname>
This wrap is visible when checkbox is checked and is not visible when checkbox is unchecked.
</WRAP>

<WRAP not_wrapname>
This wrap is not visible when checkbox is checked and is visible when checkbox is unchecked.
</WRAP>

See the plugin in action http://jonas.tuxfamily.org/wiki/playground/playground/togglewrap, http://mythtv-fr.org/wiki/mythtv-setup.

Syntax

Syntax for a checkbox:

{{togglewrap>wrapname[&checked][|label])}}

Syntax for wrap

<wrap wrapname>...</wrap>
<WRAP wrapname>...</WRAP>
<wrap not_wrapname>...</wrap>
<WRAP not_wrapname>...</WRAP>

Change Log

Known Bugs and Issues