aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/img.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-28 16:14:43 -0500
committerJoey Hess <joey@kitenet.net>2007-12-28 16:14:43 -0500
commitc2afda7f90c595d3256625c81aabc90252b7b07f (patch)
tree1e86e4983e7af8e0e8bb7068f745485962f75c3b /doc/plugins/img.mdwn
parent633f8d4dd3f21e5793f4aa8f5b9ca91156a64034 (diff)
downloadikiwiki-c2afda7f90c595d3256625c81aabc90252b7b07f.tar
ikiwiki-c2afda7f90c595d3256625c81aabc90252b7b07f.tar.gz
* img: Allow the link parameter to point to an exterior url.
Diffstat (limited to 'doc/plugins/img.mdwn')
-rw-r--r--doc/plugins/img.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/img.mdwn b/doc/plugins/img.mdwn
index 7858fd513..06c8429c8 100644
--- a/doc/plugins/img.mdwn
+++ b/doc/plugins/img.mdwn
@@ -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.