]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/sidebar.mdwn
web commit by JordaPolo: Fixed preformatted text.
[ikiwiki.git] / doc / plugins / sidebar.mdwn
1 If this plugin is enabled, then a sidebar is added to pages in the wiki.
2 The content of the sidebar is simply the content of a page named
3 "sidebar" (ie, create a "sidebar.mdwn").
4
5 Typically this will be a page in the root of the wiki, but it can also be a
6 [[SubPage]]. In fact, this page, [[plugins/sidebar|plugins/sidebar]], will
7 be treated as a sidebar for the [[plugins]] page, and of all of its
8 SubPages, if the plugin is enabled.
9
10 Note that to disable a sidebar for a [[SubPage]] of a page that has a sidebar,
11 you can create a sidebar page that is completely empty. This will turn off
12 the sidebar altogether.
13
14 This plugin is included in ikiwiki, but is not enabled by default.
15 It was contributed by Tuomo Valkonen.
16
17 [[tag type/chrome]]