]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/pagecount.mdwn
filecheck: Fall back to testing for binary or plain text files if no mime type is...
[ikiwiki.git] / doc / plugins / pagecount.mdwn
1 [[!template id=plugin name=pagecount author="[[Joey]]"]]
2 [[!tag type/meta]]
3
4 Provides a \\[[!pagecount ]] [[ikiwiki/directive]] that is
5 replaced with the total number of pages currently in the wiki.
6
7 The optional parameter "pages" can be a [[ikiwiki/PageSpec]] specifying the
8 pages to count, default is to count them all.
9
10 This plugin is included in ikiwiki, but is not enabled by default.
11
12 If it is turned on it can tell us that this wiki includes
13 [[!pagecount pages="* and !recentchanges"]]
14 pages, of which [[!pagecount pages="*/Discussion"]] are discussion pages.