X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9921a4a8a1a696ce69acce5e14943f0149d926ff..7dcf18dba52674c8cd518aadaf68a2400196d592:/doc/ikiwiki/directive/progress.mdwn diff --git a/doc/ikiwiki/directive/progress.mdwn b/doc/ikiwiki/directive/progress.mdwn index c477c435a..529f1c3c1 100644 --- a/doc/ikiwiki/directive/progress.mdwn +++ b/doc/ikiwiki/directive/progress.mdwn @@ -1,4 +1,4 @@ -The `progress` directive is supplied by the [[!iki plugins/progress]] plugin. +The `progress` directive is supplied by the [[!iki plugins/progress desc=progress]] plugin. This directive generates a progress bar. @@ -6,7 +6,7 @@ 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 +`totalpages` and `donepages`. The directive counts the number of pages in each pagespec and shows the percentage of the total pages that are done.