add robots directive to all directive pages
[ikiwiki.git] / underlays / basewiki / directive / pagecount.mdwn
1 The `pagecount` directive is supplied by the [[!iki plugins/pagecount]] plugin.
2
3 This directive counts pages currently in the wiki. Example:
4
5         \[[!pagecount pages="*"]]
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 [[!meta robots="noindex, follow"]]