diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-17 20:09:16 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-17 20:09:16 +0000 |
commit | 18d1066e4c5731d2357b958eab35e87f6e5d4b2f (patch) | |
tree | 371b559c6b54f30cde9bcccab07e962be8761dd9 | |
parent | 4478a868559df4bab821f84b90ddaeb87d5ab61b (diff) | |
download | ikiwiki-18d1066e4c5731d2357b958eab35e87f6e5d4b2f.tar ikiwiki-18d1066e4c5731d2357b958eab35e87f6e5d4b2f.tar.gz |
improve urlto docs
-rw-r--r-- | doc/plugins/write.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 8f0a99acb..870b3c451 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -422,7 +422,9 @@ This is the standard gettext function, although slightly optimised. #### `urlto($$)` -Construct a relative url to the first parameter from the second. +Construct a relative url to the first parameter from the page named by the +second. The first parameter can be either a page name, or some other +destination file, as registered by `will_render`. #### `targetpage($$)` |