* img: Allow the link parameter to point to an exterior url.
[ikiwiki.git] / doc / plugins / img.mdwn
index 7858fd5133e14d0dc795987cca508c798d01174c..06c8429c8fff06e6f2b94ef1a9e7f93d655acbfb 100644 (file)
@@ -28,7 +28,8 @@ unchanged to the html img tag.
 
 The `link` parameter is used to control whether the scaled down image links
 to the full size version. By default it does; set "link=somepage" to link
-to another page instead, or "link=no" to disable the link.
+to another page instead, or "link=no" to disable the link, or
+"link=http://url" to link to a given url.
 
 You can also set default values that will be applied to all later images on
 the page, unless overridden. Useful when including many images on a page.