getImage: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) No edit summary |
Verisimilar (talk | contribs) m (Macros:Functions:getImage moved to getImage) |
(No difference)
|
Revision as of 03:26, 7 March 2009
getImage() Function
Returns the asset id for the image of an Token:Image Token.
Usage
[h: asset = getImage(name)]
Example
To display the image from an image token called "image:Map" you can do the following
<img src="[r: getImage('image:Map')]"></img>