move back demo and add example
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 11 Sep 2008 21:53:21 +0000 (17:53 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 11 Sep 2008 21:53:21 +0000 (17:53 -0400)
doc/plugins/pagecount.mdwn
underlays/basewiki/directive/pagecount.mdwn

index f5b0a915fab7f130018e098d9438047fdbcdcd28..6235963d320deba56a936d40e80d88190e84cf2c 100644 (file)
@@ -1,5 +1,10 @@
 [[!template id=plugin name=pagecount author="[[Joey]]"]]
 [[!tag type/meta]]
 
-This plugin implements the [[ikiwiki/directive/pagecount]] [[ikiwiki/directive]].
-The directive displays number of pages currently in the wiki.
+This plugin provides the [[ikiwiki/directive/pagecount]]
+[[ikiwiki/directive]], which displays the number of pages
+currently in the wiki.
+
+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.
index b2ed09a484b9ad4a0eed1fb384da872cbbb9caa3..314fe382a0325cf04fedd7aa0104f29358a86707 100644 (file)
@@ -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.