]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/pagestats.mdwn
updats
[git.ikiwiki.info.git] / doc / plugins / pagestats.mdwn
1 This plugin can generate stats about how pages link to each other. It can
2 produce either a del.icio.us style cloud, or a table counting the number of
3 links to each page.
5 Here's how to use it to create a [[tag]] cloud:
7         \[[pagestats pages="tags/*"]]
9 And here's how to create a table of all the pages on the wiki:
11         \[[pagestats style="table"]]
13 This plugin is included in ikiwiki, but is not enabled by default.
15 [[tag type/meta type/tags]]