ICONURL{"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 https://iac-twiki.ethz.ch/pub/System/DocumentGraphics/arrowbright.gif
-
%ICONURL{"novel.pdf"}%
returns https://iac-twiki.ethz.ch/pub/System/DocumentGraphics/pdf.gif
-
%ICONURL{"/queen/boheme.mp3"}%
returns https://iac-twiki.ethz.ch/pub/System/DocumentGraphics/mp3.gif
- Related: ICONURLPATH, ICON, DefaultPreferences, FileAttachments, DocumentGraphics
