]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/pagestats.mdwn
e37f804a30918ad7f5672791386d4d31ebd9bfef
[ikiwiki.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.
4
5 Here's how to use it to create a [[tag]] cloud:
6
7         \[[pagestats pages="tags/*"]]
8
9 And here's how to create a table of all the pages on the wiki:
10
11         \[[pagestats style="table"]]
12
13 This plugin is included in ikiwiki, but is not enabled by default. If it is
14 enabled, here's a link cloud for this entire wiki:
15 [[pagestats ]]
16 And here's a table:
17 [[pagestats style="table"]]