aboutsummaryrefslogtreecommitdiff
path: root/underlays/basewiki/directive/progress.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'underlays/basewiki/directive/progress.mdwn')
-rw-r--r--underlays/basewiki/directive/progress.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/underlays/basewiki/directive/progress.mdwn b/underlays/basewiki/directive/progress.mdwn
new file mode 100644
index 000000000..8f2426693
--- /dev/null
+++ b/underlays/basewiki/directive/progress.mdwn
@@ -0,0 +1,17 @@
+The `progress` directive is supplied by the [[!iki plugins/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 [[ikiwiki/PageSpec]]s,
+`totalpages` and `donepages`. The progress plugin counts the number of
+pages in each pagespec and shows the percentage of the total pages that are
+done.
+
+This plugin is included in ikiwiki, but is not enabled by default.
+
+If it is turned on it can show what percentage of pages have discussion pages:
+
+[[!progress totalpages="* and !*/Discussion" donepages="*/Discussion"]]