ICONURL -- 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.)
  Parameters 
         
	
		
			| Parameter   | Description | Default | 
	   
	
		
			| default | Optional default icon if the primary icon can't be found | else | 
		
			| "name" | Name of the icon, or pathname to extract an extension from | else | 
	   
  Examples 
 
-  %ICONURL%returns http://141.244.188.169/foswiki/pub/System/DocumentGraphics/else.png
-  %ICONURL{"arrowbright"}%returns http://141.244.188.169/foswiki/pub/System/DocumentGraphics/arrowbright.png
-  %ICONURL{"novel.pdf"}%returns http://141.244.188.169/foswiki/pub/System/DocumentGraphics/pdf.png
-  %ICONURL{"notanicon" default="ram"}%returns http://141.244.188.169/foswiki/pub/System/DocumentGraphics/ram.png
-  %ICONURL{"/queen/boheme.mp3"}%returns http://141.244.188.169/foswiki/pub/System/DocumentGraphics/mp3.png
ICON, 
ICONURLPATH, 
DocumentGraphics