]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/sidebar.mdwn
hmmm?
[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.
16
17 Warning: Any change to the sidebar will cause a rebuild of the whole wiki,
18 since every page includes a copy that has to be updates. This can
19 especially be a problem if the sidebar includes [[inline]] or [[map]]
20 directives, since any changes to pages inlined or mapped onto the sidebar
21 will change the sidebar and cause a full wiki rebuild.