none
[openafs-wiki.git] / TWiki / VarICONURLPATH.mdwn
1 <a name="VarICONURLPATH"></a>
2
3 ### <a name="ICONURLPATH{&quot;name&quot;} -- URL path"></a><a name="ICONURLPATH{&quot;name&quot;} -- URL path "></a> ICONURLPATH\{"name"\} -- URL path of small documentation graphic or icon
4
5 - Generates the URL path of a [[TWikiDocGraphics]] image, typically used in an HTML img tag. Specify image name or full filename (see [[ICON|Main/VarICON]] for details on filenames.)
6 - Syntax: `%ICONURLPATH{"name"}%`
7 - Examples:
8   - `%ICONURLPATH{"locktopic"}%` returns ![locktopic.gif](http://www.dementia.org/twiki//view/Main/WebHome/locktopic.gif)
9   - `%ICONURLPATH{"eggysmell.xml"}%` returns ![xml.gif](http://www.dementia.org/twiki//view/Main/WebHome/xml.gif)
10   - `%ICONURLPATH{"/doc/xhtml.xsl"}%` returns ![xsl.gif](http://www.dementia.org/twiki//view/Main/WebHome/xsl.gif)
11 - Related: [[ICONURL|Main/VarICONURL]], [[ICON|Main/VarICON]], [[TWikiPreferences]], [[FileAttachments]], [[TWikiDocGraphics]]