aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/rimg.mdwn
blob: 59d87cf67c6c0abacf3a64d3b3e353f5996753f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!meta author="spalax"]]
[[!template id=plugin name=rimg author="[[Louis|spalax]]"]]
[[!tag type/widget]]

This plugin provides the ``rimg`` [[ikiwiki/directive]].
While ikiwiki supports including images by using the
[[ikiwiki/directive/img]] directive, those images must
be present in the wiki. This plugins allows to include remote images by giving
their URL.

For instance, the following directive displays the Ikiwiki favicon:

    \[[!rimg http://ikiwiki.info/favicon.ico alt="Favicon" caption="IkiWiki favicon" link="http://ikiwiki.info"]]

Note that this is a stripped down version of [[the img plugin|http://ikiwiki.info/plugins/img]].