cvs ⇒ git
[openafs-wiki.git] / TWiki / VarICONURL.mdwn
1 <a name="VarICONURL"></a>
2
3 ### <a name="ICONURL{&quot;name&quot;} -- URL of small"></a><a name="ICONURL{&quot;name&quot;} -- URL of small "></a> ICONURL\{"name"\} -- URL of small documentation graphic or icon
4
5 - Generates the full URL of a [[TWikiDocGraphics]] image, which TWiki renders as an image. The related `%ICON{"name"}%` generates the full HTML img tag. Specify image name or full filename (see [[ICON|Main/VarICON]] for details on filenames.)
6 - Syntax: `%ICONURL{"name"}%`
7 - Examples:
8   - `%ICONURL{"arrowbright"}%` returns http://www.dementia.org/twiki//view/Main/WebHome/arrowbright.gif
9   - `%ICONURL{"novel.pdf"}%` returns http://www.dementia.org/twiki//view/Main/WebHome/pdf.gif
10   - `%ICONURL{"/queen/boheme.mp3"}%` returns http://www.dementia.org/twiki//view/Main/WebHome/mp3.gif
11 - Related: [[ICONURLPATH|Main/VarICONURLPATH]], [[ICON|Main/VarICON]], [[TWikiPreferences]], [[FileAttachments]], [[TWikiDocGraphics]]