14 lines
871 B
Plaintext
14 lines
871 B
Plaintext
|
%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.2" version="1"}%
|
||
|
%META:TOPICPARENT{name="TWikiVariables"}%
|
||
|
#VarICONURL
|
||
|
|
||
|
---+++ ICONURL{"name"} -- URL of small documentation graphic or icon
|
||
|
* Generates the full URL of a TWikiDocGraphics image, which TWiki renders as an image. The related =%<nop>ICON{"name"}%= generates the full HTML img tag. Specify image name or full filename (see [[#VarICON][ICON]] for details on filenames.)
|
||
|
* Syntax: =%<nop>ICONURL{"name"}%=
|
||
|
* Examples:
|
||
|
* =%<nop>ICONURL{"arrowbright"}%= returns <nop>%ICONURL{"arrowbright"}%
|
||
|
* =%<nop>ICONURL{"novel.pdf"}%= returns <nop>%ICONURL{"novel.pdf"}%
|
||
|
* =%<nop>ICONURL{"/queen/boheme.mp3"}%= returns <nop>%ICONURL{"/queen/boheme.mp3"}%
|
||
|
* Related: [[#VarICONURLPATH][ICONURLPATH]], [[#VarICON][ICON]], %WIKIPREFSTOPIC%, FileAttachments, TWikiDocGraphics
|
||
|
|