]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/sidebar.mdwn
4be012e391a3c2a6edc25577d752feaf0c2cdeb2
[git.ikiwiki.info.git] / doc / plugins / sidebar.mdwn
1 [[template id=plugin name=sidebar included=1 author="""Tuomo Valkonen"""]]
2 [[tag type/chrome]]
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").
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.
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.