Difference: TWikiVariables (53 vs. 54)

Revision 5417 May 2002 - PeterThoeny

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
Line: 33 to 33
 
The script suffix, ex: .pl, .cgi is
%PUBURL%
Changed:
<
<
The public URL of TWiki, is http://www.twiki.faced.ufba.br/twiki/pub
>
>
The public URL of TWiki, is http://www.twiki.faced.ufba.br/twiki/pub
Example: You can refer to a file attached to another topic as %PUBURL%/%WEB%/OtherTopic/image.gif
 
%PUBURLPATH% The path of the public URL of TWiki, is /twiki/pub
Line: 47 to 47
 
%URLPARAM{"name"}% Returns the value of a URL parameter. Ex: %URLPARAM{"skin"}% returns print for a .../view/TWiki/TWikiVariables?skin=print URL. Is
Added:
>
>
%URLENCODE{"string"}% Encodes a string for use as a URL parameter. Ex: %URLENCODE{"spaced name"}% returns spaced%20name
 
%WIKITOOLNAME% The name of your TWiki site - TWiki
 
This site is powered by the TWiki collaboration platformCopyright � by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiVariables