]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - doc/todo/pagespec_aliases/discussion.mdwn
something similar
[www/ikiwiki.git] / doc / todo / pagespec_aliases / discussion.mdwn
index 2c51b415a3521380ed0e633fec5234311d74b57a..abbe80e6a2c98af4bcb0063f9871ef6dd91e5214 100644 (file)
@@ -4,3 +4,10 @@ Then one can reference that page as a "trail" without having to reuse that pages
 
 So, for example, one could make a page "all_images" and have a report (or pmap, which is simpler) like so:
 
+    \[[!pmap pages="*.png or *.jpg or *.jpeg or *.gif or *.ico"]]
+
+And then later, somewhere else
+
+    \[[!report template="images.tmpl" trail="all_images" pages="album/*"]]
+
+and that would show all the images under "album".