From 5faf0c08ff583e2b3cea7e296ff38dde47632230 Mon Sep 17 00:00:00 2001 From: "http://smcv.pseudorandom.co.uk/" Date: Sun, 26 Dec 2010 14:22:54 +0000 Subject: [PATCH] recommend 2-argument urlto whenever possible --- doc/plugins/write.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 3cab7588e..adc20af72 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -988,6 +988,9 @@ 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`. +Provide a second parameter whenever possible, since this leads to better +behaviour for the [[plugins/po]] plugin and `file:///` URLs. + If the second parameter is not specified (or `undef`), the URL will be valid from any page on the wiki, or from the CGI; if possible it'll be a path starting with `/`, but an absolute URL will be used if -- 2.45.0