Backyard Deer Deterrents: the dirt on keeping deer out of your garden without breaking the bank.
Search


The sidebar directive is supplied by the sidebar plugin.

This directive can specify a custom sidebar to display on the page, overriding any sidebar that is displayed globally.

If no custom sidebar content is specified, it forces the sidebar page to be used as the sidebar, even if the global_sidebars setting has been used to disable use of the sidebar page by default.

examples

[[!sidebar  content="""
This is my custom sidebar for this page.

\[[!calendar pages="posts/*"]]
"""]]

[[!sidebar ]]

progress

The progress directive is supplied by the progress plugin.

This directive generates a progress bar.

There are two possible parameter sets. The first is a single parameter "percent" which holds a percentage figure of how complete the progress bar is.

The second possible set of parameters is a pair of PageSpecs, totalpages and donepages. The directive counts the number of pages in each pagespec and shows the percentage of the total pages that are done.

For example, to show what percentage of pages have discussion pages:

[[!progress  totalpages="* and !*/Discussion" donepages="*/Discussion"]]

Rendering:

0%







counter customisable