ICONURL{"name" default="name"} -- URL of small documentation graphic or icon
- Generates the full URL of a DocumentGraphics image, which Foswiki renders as an image. The related
%ICON{"name"}%
generates the full HTML img tag. Specify image name or full filename (see ICON for details on filenames.) - Syntax:
%ICONURL{"name"}%
- Examples:
-
%ICONURL{"arrowbright"}%
returns http://malat.biz/foswiki/pub/System/DocumentGraphics/arrowbright.png -
%ICONURL{"novel.pdf"}%
returns http://malat.biz/foswiki/pub/System/DocumentGraphics/pdf.png -
%ICONURL{"/queen/boheme.mp3"}%
returns http://malat.biz/foswiki/pub/System/DocumentGraphics/mp3.png
-
- Related: ICONURLPATH, ICON, DefaultPreferences, FileAttachments, DocumentGraphics