aboutsummaryrefslogtreecommitdiff
path: root/underlays/basewiki/directive/pagecount.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'underlays/basewiki/directive/pagecount.mdwn')
-rw-r--r--underlays/basewiki/directive/pagecount.mdwn8
1 files changed, 3 insertions, 5 deletions
diff --git a/underlays/basewiki/directive/pagecount.mdwn b/underlays/basewiki/directive/pagecount.mdwn
index b2ed09a48..314fe382a 100644
--- a/underlays/basewiki/directive/pagecount.mdwn
+++ b/underlays/basewiki/directive/pagecount.mdwn
@@ -1,10 +1,8 @@
The `pagecount` directive is supplied by the [[!iki plugins/pagecount]] plugin.
-This directive counts pages currently in the wiki.
+This directive counts pages currently in the wiki. Example:
+
+ \[[!pagecount pages="*"]]
The optional parameter "pages" can be a [[ikiwiki/PageSpec]] specifying the
pages to count, default is to count them all.
-
-If it is turned on it can tell us that this wiki includes
-[[!pagecount pages="* and !recentchanges"]]
-pages, of which [[!pagecount pages="*/Discussion"]] are discussion pages.