| Home | Gifts | 
%SCRIPTURL{"script"}%, but doesn't include the protocol and host part of the URL
%SCRIPTURL{"script"}%, this variable is aware of ReadOnlyAndMirrorWebs. So it may return a URL of a different site.
%SCRIPTURLPATH{"script" ...}%
| Parameter: |  Description: |      Default: | 
|---|---|---|
 master="on"  |      A URL on the master site is needed or not. |  off  |      
 topic="TOPIC" or topic="WEB.TOPIC"  |      Specifies a topic or both a web and a topic | |
 web="WEB"  |      Specifies a web | When a topic name is specified and a web is not, the current web is assumed | 
 "script"  |      The name of the script. | 
web="WEB" is specified but topic is not specified, the resulting URL ends with WEB.
%SCRIPTURLPATH{"view"}% expands to "/bin/view" (This might be a null string. Hence surrounded by double quotes)
%SCRIPTURLPATH{"view" web="%WEB%"}% expands to /bin/view/TWiki
%SCRIPTURLPATH{"view" topic="%TOPIC%"}% expands to /bin/view/TWiki/VarSCRIPTURLPATH2
http://florawiki/cgi-bin. Then %SCRIPTURLPATH{"edit" web="Flowers"}% expands to http://florawiki/cgi-bin/edit/Flowers. This is because the 'Flower' web on this site is a slave and editing needs to happen on the master site.
| Revision r3 - 2012-11-15 - 06:58:33 - TWikiContributor | Edit |