Search
TWiki Section
All Sections
Symbolic Sound
TWiki Links
%VARIABLE%
VARIABLES
lib/twiki.cfg
%INCLUDINGTOPIC%
%INCLUDE%
%SEARCH%
%
%WIKIHOMEURL%
%SCRIPTURL%
%SCRIPTURLPATH%
%SCRIPTSUFFIX%
.pl
.cgi
%PUBURL%
%PUBURL%/%WEB%/OtherTopic/image.gif
%PUBURLPATH%
%ATTACHURL%
%ATTACHURL%/image.gif
%ATTACHURLPATH%
%URLPARAM{"name"}%
%URLPARAM{"skin"}%
.../view/TWiki/TWikiVariables?skin=print
%URLENCODE{"string"}%
%URLENCODE{"spaced name"}%
%WIKITOOLNAME%
%WIKIVERSION%
%USERNAME%
%WIKINAME%
%WIKIUSERNAME%
%MAINWEB%
%TWIKIWEB%
%WEB%
%BASEWEB%
%INCLUDINGWEB%
%HOMETOPIC%
%NOTIFYTOPIC%
%WIKIUSERSTOPIC%
%WIKIPREFSTOPIC%
%WEBPREFSTOPIC%
%STATISTICSTOPIC%
%TOPIC%
%BASETOPIC%
%SPACEDTOPIC%
%TOPICLIST{"format"}%
$name
$web
"format"
"$name"
format="format"
separator=", "
"\n"
web="Name"
%TOPICLIST{" * $web.$name"}%
%TOPICLIST{separator=", "}%
%TOPICLIST{" <option>$name</option>"}%
%WEBLIST{"format"}%
NOSEARCHALL=on
$qname
$marker
marker
selection
webs="public"
"public"
marker="selected"
""
"selected"
selection="%WEB%"
section="%WEB%"
%WEBLIST{" * [[$name.WebHome]]"}%
%WEBLIST{"<option $marker value=$qname>$name</option>" webs="Trash,public" selection="TWiki" separator=" "}%
%GMTIME%
%GMTIME{"format"}%
%GMTIME{"$day $month, $year - $hour:$min:$sec"}%
%SERVERTIME%
%SERVERTIME{"format"}%
%SERVERTIME{"$hou:$min"}%
%HTTP_HOST%
%REMOTE_ADDR%
%REMOTE_PORT%
%REMOTE_USER%
%INCLUDE{"page" ...}%
"SomeTopic"
%INCLUDE{"WebNotify"}%
"Web.Topic"
%INCLUDE{"TWiki.SiteMap"}%
"http://..."
%INCLUDE{"http://twiki.org/"}%
pattern="..."
rev="1.2"
%STARTINCLUDE%
%STOPINCLUDE%
%TOC%
%TOC{"SomeTopic" ...}%
"---++ text"
"<h2>text</h2>"
"!!"
"---+!! text"
"TopicName"
depth="2"
%TOC{depth="2"}%
%TOC{"TWikiDocumentation" web="TWiki"}%
%SEARCH{"text" ...}%
"text"
regex
search="text"
web="User Know"
web="all"
all
scope="topic"
scope="text"
order="topic"
order="modified"
order="editby"
order= "formfield(name)"
limit="all"
limit="16"
regex="on"
reverse="on"
casesensitive="on"
nosummary="on"
bookview="on"
nosearch="on"
noheader="on"
nototal="on"
header="..."
format="..."
%SEARCH{"wiki" web="User" scope="topic"}%
%SEARCH{"FAQ" scope="topic" nosearch="on" nototal="on" header="| *Topic: * | *Summary: * |" format="| $topic | $summary |"%
%TABLE{}%
%SEARCH{}%
%TABLE{ tablewidth="90%" }%
%METASEARCH{...}%
type="topicmoved"
"topicmoved"
"parent"
web="%WEB%"
topic="%TOPIC%"
title="Title"
%METASEARCH{type="topicmoved" web="%WEB%" topic="%TOPIC%" title="This topic used to exist and was moved to: "}%
%METASEARCH{type="parent" web="%WEB%" topic="%TOPIC%" title="Children: "}%
%VAR{"NAME" web="Web"}%
%WEBBGCOLOR%
%VAR{"WEBBGCOLOR" web="User"}%
#CCFFFF
[1] Note: The search form uses identical names for input fields. [2] Note: A web can be excluded from a web="all" search if you define a NOSEARCHALL=on variable in its WebPreferences.
%WIKIWEBMASTER%
%WIKIWEBLIST%
%WEBTOPICLIST%
%WEBCOPYRIGHT%
%NOSEARCHALL%
on
%NEWTOPICBGCOLOR%
%NEWTOPICFONTCOLOR%
%EDITBOXWIDTH%
70
%EDITBOXHEIGHT%
17
%RELEASEEDITLOCKCHECKBOX%
Set RELEASEEDITLOCKCHECKBOX = checked="checked"
%DONTNOTIFYCHECKBOX%
Set DONTNOTIFYCHECKBOX = checked="checked"
%ATTACHLINKBOX%
CHECKED
checked
%HTTP_EQUIV_ON_VIEW%
%HTTP_EQUIV_ON_EDIT%
%HTTP_EQUIV_ON_PREVIEW%
%DENYWEBCHANGE%
%ALLOWWEBCHANGE%
%DENYTOPICCHANGE%
%ALLOWTOPICCHANGE%
%DENYWEBRENAME%
%ALLOWWEBRENAME%
%DENYTOPICRENAME%
%ALLOWTOPICRENAME%
%FINALPREFERENCES%
Note: There are some more useful variables defined in the TWikiPreferences like %BR% for line break, colors like %RED% for colored text and small icons like %H% for a Help icon.
%BR%
%RED%
%H%
Set VARIABLENAME = value
Example: Create a custom logo variable the TWiki web To place a logo anywhere in a web by typing %MYLOGO%, define the Variable on the web's WebPreferences page, and upload a logo file, ex: mylogo.gif. You can upload by attaching the file to WebPreferences, or, to avoid clutter, to any other topic in the same web, ex: LogoTopic: Set MYLOGO = %PUBURL%/TWiki/LogoTopic/mylogo.gif
%MYLOGO%
mylogo.gif
LogoTopic
Set MYLOGO = %PUBURL%/TWiki/LogoTopic/mylogo.gif