]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki/directive/pagestats.mdwn
pagestats: Add show parameter. Closes: #562129
[ikiwiki.git] / doc / ikiwiki / directive / pagestats.mdwn
index f14c80b0798d85b6e6279622b1fe6d774b5fdad0..68f4d2734ad06f1be5c2c379a8953a3a7ac0bb51 100644 (file)
@@ -22,4 +22,10 @@ Or to display a cloud of tags related to Linux, you could use:
 
        \[[!pagestats pages="tags/* and not tags/linux" among="tagged(linux)"]]
 
+The optional `show` parameter limits display to the specified number of
+pages. For instance, to show a table of the top ten pages with the most
+links:
+
+       \[[!pagestats style="table" show="10"]]
+
 [[!meta robots="noindex, follow"]]