diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-08 18:26:36 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-08 18:30:50 -0400 |
commit | 32cd5f0b798c41b2320a4165c5b6ecc18a4e6e3e (patch) | |
tree | 075201f42ccd0c71e427ddd27212244d55c909ea /doc | |
parent | 65d57902ca9f05b7958ea0a47b3fa3c651da89f5 (diff) | |
download | ikiwiki-32cd5f0b798c41b2320a4165c5b6ecc18a4e6e3e.tar ikiwiki-32cd5f0b798c41b2320a4165c5b6ecc18a4e6e3e.tar.gz |
inline: switch to use_pagespec
Taking advantage of every single one of its features, of course.
Even had to add one more..
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/write.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 3d5650758..62bebbeed 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -647,6 +647,8 @@ Additional named parameters can be specified: * `reverse` if true, sorts in reverse. * `num` if nonzero, specifies the maximum number of matching pages that will be returned. +* `list` makes it only match amoung the specified list of pages. + Default is to match amoung all pages in the wiki. #### `add_depends($$;$)` |