diff options
author | Simon McVittie <smcv@debian.org> | 2014-09-12 21:59:00 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-09-12 21:59:00 +0100 |
commit | 9be3f951166e5d1256a806a8db25b7c5c7021acb (patch) | |
tree | d1615b6dadd43b39e0e3442e6f8c4770cc8c83c9 /doc | |
parent | 669a5f5ecc0d50daf96d8dc2af219c94c8625fb4 (diff) | |
parent | d55d06ea886bf9f212e6d83301800b1176cee60d (diff) | |
download | ikiwiki-9be3f951166e5d1256a806a8db25b7c5c7021acb.tar ikiwiki-9be3f951166e5d1256a806a8db25b7c5c7021acb.tar.gz |
Merge branch 'ready/imgforpdf-and-more'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/directive/img.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/img.mdwn b/doc/ikiwiki/directive/img.mdwn index cda62b58f..08d158987 100644 --- a/doc/ikiwiki/directive/img.mdwn +++ b/doc/ikiwiki/directive/img.mdwn @@ -28,6 +28,9 @@ 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, or "link=http://url" to link to a given url. +The `pagenumber` parameter selects which of multiple images should be rendered; +this is relevant mainly for GIF and PDF source images. + 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. |