update
[ikiwiki] / doc / plugins / pagestats.mdwn
CommitLineData
e92c51f5 1[[template id=plugin name=pagestats author="Enrico Zini"]]
9d7375c3 2[[tag type/meta type/tags]]
3
d76c73eb 4This plugin can generate stats about how pages link to each other. It can
5produce either a del.icio.us style cloud, or a table counting the number of
6links to each page.
7
8Here's how to use it to create a [[tag]] cloud:
9
10 \[[pagestats pages="tags/*"]]
11
12And here's how to create a table of all the pages on the wiki:
13
14 \[[pagestats style="table"]]