]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/img.mdwn
web commit by tschwinge: Some ideas.
[ikiwiki.git] / doc / plugins / img.mdwn
index 418ef6d46b9cf5aedd3ccd517e4c80fa40cd3a21..5d93e90c50a011180cebde20d4abbe6e099aab6e 100644 (file)
@@ -26,6 +26,10 @@ making the image smaller than the specified size.
 You can also pass `alt`, `class` and `id` parameters. These are passed through
 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.
+
 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.