diff options
author | http://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web> | 2011-05-04 21:19:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-04 21:19:01 -0400 |
commit | 14fbf8a6f2cf3da4211fd474792848774976faf5 (patch) | |
tree | 096e600991afdc8abbaa4410096ec7192167e1d3 /doc | |
parent | 8f8d8ec00570fefd3ea600d087b9a02713f46e43 (diff) |
something similar
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/pagespec_aliases/discussion.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/pagespec_aliases/discussion.mdwn b/doc/todo/pagespec_aliases/discussion.mdwn index 2c51b415a..abbe80e6a 100644 --- a/doc/todo/pagespec_aliases/discussion.mdwn +++ b/doc/todo/pagespec_aliases/discussion.mdwn @@ -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". |