]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/sidebar.mdwn
* Add a destpage parameter to the filter hook.
[ikiwiki.git] / doc / plugins / sidebar.mdwn
1 [[template id=plugin name=sidebar author="Tuomo Valkonen"]]
2 [[tag type/chrome]]
3
4 If this plugin is enabled, then a sidebar is added to pages in the wiki.
5 The content of the sidebar is simply the content of a page named
6 "sidebar" (ie, create a "sidebar.mdwn").
7
8 Typically this will be a page in the root of the wiki, but it can also be a
9 [[SubPage]]. In fact, this page, [[plugins/sidebar|plugins/sidebar]], will
10 be treated as a sidebar for the [[plugins]] page, and of all of its
11 SubPages, if the plugin is enabled.
12
13 Note that to disable a sidebar for a [[SubPage]] of a page that has a sidebar,
14 you can create a sidebar page that is completely empty. This will turn off
15 the sidebar altogether.