]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/toggle.mdwn
web commit by http://id.inelegant.org/: First pass at user documentation.
[ikiwiki.git] / doc / plugins / toggle.mdwn
index b59004e6e578431cb751dce10f6d52bda4d7c3c2..cb76d0b7b396b5797d0557b580076c6b0dda42c9 100644 (file)
@@ -1,4 +1,4 @@
-[[template id=plugin name=toggle included=1 author="[[Joey]]"]]
+[[template id=plugin name=toggle author="[[Joey]]"]]
 [[tag type/chrome]]
 
 With this plugin you can create links on pages that, when clicked, toggle
@@ -20,8 +20,6 @@ Example use:
        [[toggle id="ipsum" text="hide"]]
        """]]
 
-Clicking on "more" will toggle the display of the togglable text.
-
 Note that you can include wiki markup in the toggleable text,
 including even additional toggles, as shown in the above example.