X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/4f0ac7fe59c196a602e07cc6c4abfc248999ec6b..c69a7f758590c91bd137a8d1cfa99f37bf28045a:/doc/plugins/progress.mdwn?ds=sidebyside diff --git a/doc/plugins/progress.mdwn b/doc/plugins/progress.mdwn index 987d1ec06..af48e569c 100644 --- a/doc/plugins/progress.mdwn +++ b/doc/plugins/progress.mdwn @@ -1,19 +1,5 @@ [[!template id=plugin name=progress author="[[Will]]"]] [[!tag type/meta]] -Provides a \\[[!progress ]] [[ikiwiki/directive]] that displays a -progress bar. - -There are two possible parameter sets. The first is a single parameter -`percent` which holds a percentage figure for how complete the progress bar is. - -The second possible set of parameters is a pair of [PageSpecs|[ikiwiki/PageSpec]], -`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"]] +This plugin implements the [[ikiwiki/directive/progress]] [[ikiwiki/directive]]. +The directive that displays a progress bar.