]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/pagestats.mdwn
web commit by JonasSmedegaard: Correct typo: perminent -> permanent.
[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.
14
15 [[tag type/meta type/tags]]