Difference: TWikiSkins (9 vs. 10)

Revision 102003-01-05 - PeterThoeny

Line: 1 to 1
 

TWiki Skins

Line: 27 to 27
 
%WIKITOOLNAME% The name of your TWiki site
%SCRIPTURL% The script URL of TWiki
%SCRIPTSUFFIX% The script suffix, ex: .pl, .cgi
Changed:
<
<
%WEB% The name of the current web
%WEBURLENCODED% The name of the current web, URL encoded (for form action)
%TOPIC% The name of the current topic
%TOPICURLENCODED% The name of the current topic, URL encoded (for form action)
>
>
%WEB% The name of the current web. Note: It is recommended to URL-encode the variable in form actions with %URLENCODE{"%WEB%"}% for proper handling in an internationalized environment
%TOPIC% The name of the current topic. Note: It is recommended to URL-encode the variable in form actions with %URLENCODE{"%TOPIC%"}% for proper handling in an internationalized environment
 
%WEBTOPICLIST% Common links of current web, defined in the WebPreferences. It includes a #GoBox
%TEXT% The topic text, e.g. the content that can be edited
%META{"form"}% TWikiForm, if any
Line: 48 to 46
  Here is an example form that has a select box and the "Go" box for illustration purposes. You need to have JavaScript enabled for this to work:
Changed:
<
<
>
>
 
Line: 82 to 80
  The ?skin=name URL parameter overrides the SKIN Preference value.
Changed:
<
<
-- PeterThoeny - 03 Jan 2003
>
>
-- PeterThoeny - 05 Jan 2003
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 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.TWikiSkins.