]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/pagestats_among_a_subset_of_pages.mdwn
Flag branches as ready for review, by using a ready/ prefix as Joey suggested
[ikiwiki.git] / doc / todo / pagestats_among_a_subset_of_pages.mdwn
index f131b528352ef3605e39a13d0e09e4876ac81401..446e5cc1b54f683e4e2c4f736c730ba9335925b4 100644 (file)
@@ -1,4 +1,5 @@
 [[!tag patch plugins/pagestats]]
 [[!tag patch plugins/pagestats]]
+[[!template id=gitbranch branch=smcv/ready/among author="[[smcv]]"]]
 
 My `among` branch fixes [[todo/backlinks_result_is_lossy]], then uses that
 to provide pagestats for links from a subset of pages. From the docs included
 
 My `among` branch fixes [[todo/backlinks_result_is_lossy]], then uses that
 to provide pagestats for links from a subset of pages. From the docs included
@@ -8,11 +9,11 @@ in the patch:
 > [[ikiwiki/PageSpec]]. For instance, to display a cloud of tags used on blog
 > entries, you could use:
 >
 > [[ikiwiki/PageSpec]]. For instance, to display a cloud of tags used on blog
 > entries, you could use:
 >
->      \[[!pagestats pages="tags/*" among="blog/posts/*"]]
+>     \[[!pagestats pages="tags/*" among="blog/posts/*"]]
 >
 > or to display a cloud of tags related to Linux, you could use:
 > 
 >
 > or to display a cloud of tags related to Linux, you could use:
 > 
->      \[[!pagestats pages="tags/* and not tags/linux" among="tagged(linux)"]]
+>     \[[!pagestats pages="tags/* and not tags/linux" among="tagged(linux)"]]
 
 I use this on my tag pages on one site, with the following template:
 
 
 I use this on my tag pages on one site, with the following template: