]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/img.mdwn
* img: Allow link=somepage to cause the image to link to a given page.
[ikiwiki.git] / doc / plugins / img.mdwn
index 63006443a443b80490e096f6c983e818572c01cb..5d93e90c50a011180cebde20d4abbe6e099aab6e 100644 (file)
@@ -27,8 +27,8 @@ 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=no" to disable
-this.
+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.