You are here: System » WebChanges

50 recent changes in System Web retrieved at 08:32 (Local)

VarREMOTEADDR in System
REMOTE_ADDR environment variable Examples * %REMOTE_ADDR% expands to == Related ENV, HTTP_HOST, REMOTE_PORT, REMOTE_USER
VarREMOTEPORT in System
REMOTE_PORT environment variable Examples * %REMOTE_PORT% expands to Related ENV, HTTP_HOST, REMOTE_ADDR, REMOTE_USER
VarREMOTEUSER in System
REMOTE_USER environment variable Examples * %REMOTE_USER% expands to Displays the user identity established by the Web Server. Not available when using …
VarRENDERZONE in System
RENDERZONE render the content of a zone Rendersa zone. See ADDTOZONE for an explanation of zones. Parameters Parameter Description Default …
VarREVARG in System
REVARG rev=n parameter of current request %REVARG% If a topic revision is requested in the URL, it returns the revision of the current topic suitable for concaten…
VarREVINFO in System
REVINFO revision information of current topic %REVINFO% is equivalent to %REVINFO{format="r1.$rev $date $wikiusername"}% Examples * %REVINFO% expands to =...
VarREVTITLE in System
REVTITLE The requested revision as displayed in topic breadcrumbs If a topic revision is requested in the URL, it returns the printable revision of the current t…
VarSCRIPTNAME in System
SCRIPTNAME name of current script * The name of the current script is shown, including script suffix, if any (for example viewauth.cgi) Examples * %SCRIPTN…
VarSCRIPTSUFFIX in System
SCRIPTSUFFIX script suffix * Some Wiki installations require a file extension for CGI scripts, such as .pl or .cgi Examples * %SCRIPTSUFFIX% expands to R…
VarSCRIPTURL in System
SCRIPTURL URL of script(s) Expands to the URL of a script, or the base URL of all scripts Parameters Parameter Description Default "$script" …
VarSCRIPTURLPATH in System
SCRIPTURLPATH URL path of script(s) Expands to the base URL of scripts, without protocol or host Parameters Parameter Description Default "$s…
VarSEARCH in System
SEARCH search content Inline search, shows a search result embedded in a topic Parameters Parameter Description Default: "text" search…
VarSERVERINFORMATION in System
SERVERINFORMATION report detailed web server information Intended for use by installers / administrators, reports on the runtime information of the Foswiki instal…
VarSERVERTIME in System
SERVERTIME formatted server time Same format parameters as VarGMTIME GMTIME% , but displaying the server time instead of UTC. Examples * %SERVERTIME% els…
VarSESSIONID in System
SESSIONID unique ID for this session Examples * %SESSIONID% expands to == Related UserAuthentication, AUTHREALM, SESSIONVAR, LOGIN, LOGOUT, SESSION_VARIABLE…
VarSESSIONVAR in System
SESSIONVAR name of CGI and session variable that stores the session ID Examples * %SESSIONVAR% expands to Related UserAuthentication, AUTHREALM, SESSIONID,...
VarSESSIONVARIABLE in System
SESSION_VARIABLE get, set or clear a session variable Parameters Parameter Description "name" name of variable set value to set it to …
VarSET in System
SET set a preference setting during runtime A preference setting created via %SET{}% will only be usable in the topic where it has been found by the parser, simil…
VarSHOWPREFERENCE in System
SHOWPREFERENCE show where preferences are defined. Preference values are shown in a bulleted list, together with where they were defined. Parameters …
VarSKIN in System
SKIN current skin %SKIN% expands the skin search path. For instance, SKIN can be set to catskin, bearskin. The SKIN setting can be overridden using the URL parame…
VarSPACEDTOPIC in System
SPACEDTOPIC topic name, spaced and URL encoded deprecated The current topic name with added URL encoded spaces, for use in regular expressions that search for bac…
VarSPACEOUT in System
SPACEOUT renders string with spaces inserted in sensible places Inserts spaces after lower case letters that are followed by a digit or a capital letter, and afte…
VarSTARTINCLUDE in System
STARTINCLUDE start position of topic text if included If present in included topic, start to include text from this location up to the next %ENDINCLUDE% macro, or…
VarSTARTSECTION in System
STARTSECTION marks the start of a section within a topic Section boundaries are defined with %STARTSECTION{}% and %ENDSECTION{}%. Sections may be given a name to …
VarSTATISTICSTOPIC in System
STATISTICSTOPIC name of statistics topic Examples * %STATISTICSTOPIC% expands to ==, renders as Related HOMETOPIC, NOTIFYTOPIC, TOPIC
VarSTOPINCLUDE in System
STOPINCLUDE Alias for ENDINCLUDE Related INCLUDE, STARTINCLUDE
VarSTOPSECTION in System
STOPSECTION Alias for ENDSECTION Related ENDSECTION, STARTSECTION
VarSYSTEMWEB in System
SYSTEMWEB name of documentation web The web containing all documentation and default preference settings Examples * %SYSTEMWEB% expands to == Related USERSW…
VarTOC in System
TOC table of contents Shows a Table of Contents that is generated automatically based on headings of a topic. Headings in TopicMarkupLanguage (" text") and HTML …
VarTOPIC in System
TOPIC name of current topic * %TOPIC% expands to the name of the topic. If you are looking at the text of an included topic, it is the name of the included top…
VarTOPICLIST in System
TOPICLIST topic index of a web List of all topics in a web. The "format" defines the format of one topic item. It may include formatting tokens: The $topic token …
VarTWIKIWEB in System
TWIKIWEB synonym for SYSTEMWEB Deprecated. Use %SYSTEMWEB% instead
VarURLPARAM in System
URLPARAM get URL or HTTP POST parameter value Returns the value of the named parameter in the URL or HTTP POST request. Parameters Parameter: Desc…
VarUSERINFO in System
USERINFO retrieve details about a user Parameters Parameter Description "name" WikiName or login username. May be a group. current user …
VarUSERNAME in System
USERNAME your login username Foswiki makes names available in three formats: USERNAME like jsmith, WIKINAME like JohnSmith and WIKIUSERNAME like .JohnSmith. Un au…
VarUSERSWEB in System
USERSWEB name of users web * The web containing individual user topics, .WikiGroups, and customised site wide preferences. Examples * %USERSWEB% expands to…
VarVAR in System
VAR get a preference value from another web Parameters Parameter Description "name" name of preference to retrieve web name of web to r…
VarWEB in System
WEB name of current web * %WEB% expands to the name of the web where the topic is located. If you are looking at the text of an included topic, it is the web w…
VarWEBLIST in System
WEBLIST index of all webs Generate a list of webs. Obfuscated webs are excluded, e.g. webs with a NOSEARCHALL = on preference setting. The "format" defines the fo…
VarWEBPREFSTOPIC in System
WEBPREFSTOPIC name of web preferences topic Examples * %WEBPREFSTOPIC% expands to ==, renders as Related HOMETOPIC, WIKIPREFSTOPIC, VAR
VarWIKIAGENTEMAIL in System
WIKIAGENTEMAIL From: email address in emails sent by Foswiki. Examples * %WIKIAGENTEMAIL% expands to == Related WIKIAGENTNAME, WIKIWEBMASTER, WIKIWEBMASTERNA…
VarWIKIAGENTNAME in System
WIKIAGENTNAME From: Name used in emails sent by Wiki Examples * %WIKIAGENTNAME% expands to == Related WIKIAGENTEMAIL, WIKIWEBMASTER, WIKIWEBMASTERNAME
VarWIKIHOMEURL in System
WIKIHOMEURL site home URL Examples * %WIKIHOMEURL%= expands to = * Normally by default set to %SCRIPTURLPATH{"view"}% For the top bar logo URL use %WIK…
VarWIKINAME in System
WIKINAME your Wiki username The WikiName is the same as %USERNAME% if not defined in the . topic. This macro is an alias for the USERINFO macro with a fixed forma…
VarWIKIPREFSTOPIC in System
WIKIPREFSTOPIC name of site wide preferences topic Examples * %WIKIPREFSTOPIC% expands to ==, renders as Related HOMETOPIC, WEBPREFSTOPIC
VarWIKITOOLNAME in System
WIKITOOLNAME name of your site Examples * %WIKITOOLNAME% expands to Wiki Related WIKIHOMEURL, WIKIVERSION
VarWIKIUSERNAME in System
WIKIUSERNAME your Wiki username with web prefix Your %WIKINAME% with web prefix, useful to point to your Wiki home page This macro is an alias for the USERINFO m…
VarWIKIUSERSTOPIC in System
WIKIUSERSTOPIC name of topic listing all registered users Examples * %WIKIUSERSTOPIC% expands to == * with prefix renders as . Related WIKIUSERNAME
VarWIKIVERSION in System
WIKIVERSION the version of the installed Foswiki engine Examples * %WIKIVERSION% expands to == Related PLUGINVERSION, WIKITOOLNAME
VarWIKIWEBMASTER in System
WIKIWEBMASTER feedback email address for site Examples * %WIKIWEBMASTER% expands to == Related WIKIWEBMASTERNAME
50 topic(s) found
< Previous Page 10 of 12 Next >

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes
This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Wiki? Send feedback
This website is using cookies. More info. That's Fine