master
spalax 2015-06-21 08:31:24 -04:00 committed by admin
parent 3d269e9595
commit 1c10223cc7
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
[[!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]].