You are here: Foswiki>System Web>WebIndex (2024-12-23, UnknownUser)Edit Attach
ICONURL URL of small documentation graphic or icon Generates the full URL of a image, which Foswiki renders as an image. The related %ICON{"name"}% generat...
NEW - 2024-12-23 - 09:07 by UnknownUser
ICONURLPATH URL path of small documentation graphic or icon Generates the relative URL path of a image, typically used in an HTML img tag. Specify image na...
NEW - 2024-12-23 - 09:07 by UnknownUser
IF simple conditionals Evaluate a condition and show one text or another based on the result. See details in IfStatements . Parameter Description Defa...
NEW - 2024-12-23 - 09:07 by UnknownUser
INCLUDE include another topic, or subsection of a topic, or a URL, or Foswiki embedded documentation (Including a topic) Parameters Parameter: Des...
NEW - 2024-12-23 - 09:07 by UnknownUser
INCLUDINGTOPIC name of topic that includes current topic The name of the topic that includes the current topic same as %TOPIC% in case there is no include. If a...
NEW - 2024-12-23 - 09:07 by UnknownUser
INCLUDINGWEB web that includes current topic The web name of the topic that includes the current topic same as %WEB% if there is no INCLUDE. If a topic is used ...
NEW - 2024-12-23 - 09:07 by UnknownUser
JQICON render an image Renders an icon made availabe by the IconService. Parameters Parameter Description Default "name" name of the icon to displa...
NEW - 2024-12-23 - 09:07 by UnknownUser
JQICONPATH render the url path to an image icon This is a shortcut for: Note that this macro only makes sense for image icons, those that refer to a single image ...
NEW - 2024-12-23 - 09:07 by UnknownUser
JQPLUGINS display a summary of available plugins Parameters Parameter Description Default "plugins" this is a regular expression that...
NEW - 2024-12-23 - 09:07 by UnknownUser
JQREQUIRE enable a plugin on the current page This macro will load a list of plugins to be added to the current page. Use JQPLUGINS to display the list of av...
NEW - 2024-12-23 - 09:07 by UnknownUser
JQTHEME switch jQuery UI theme WARNING: JQuery UI themes are deprecated since Foswiki 2.1.9. Please don't use this macro anymore. Foswiki's default UI theme is ...
NEW - 2024-12-23 - 09:07 by UnknownUser
LANG the language specified by the server locale This macro is used to generate the lang (and xml:lang) attribute in generated HTML pages. If {UseLocale} is enabl...
NEW - 2024-12-23 - 09:07 by UnknownUser
LANGUAGE language code for the current user Returns the language code for the current user. This is the language used by Foswiki to generate the user interface. T...
NEW - 2024-12-23 - 09:07 by UnknownUser
LANGUAGES list available languages List the languages available (as PO files). These are the languages in which the user interface is available. Parameters ...
NEW - 2024-12-23 - 09:07 by UnknownUser
LOCALSITEPREFS web.topicname of site preferences topic * The full name of the local site preferences topic. These local site preferences overload the system le...
NEW - 2024-12-23 - 09:07 by UnknownUser
LOGIN present a full login link %IF{"context authenticated" then="$percentT$percent You are already authenticated, so %LOGIN% expands to an empty string "}%...
NEW - 2024-12-23 - 09:07 by UnknownUser
LOGOUT present a full logout link %IF{"context authenticated" else="$percentT$percent You are already logged out, so %LOGOUT expands to an empty string" }% ...
NEW - 2024-12-23 - 09:07 by UnknownUser
MAINWEB deprecated synonym for USERSWEB Deprecated. Please use %USERSWEB% instead.
NEW - 2024-12-23 - 09:07 by UnknownUser
MAKETEXT creates text using Foswiki's I18N infrastructure Strings captured in the MAKETEXT macro are automatically mapped to the current user's selected language ...
NEW - 2024-12-23 - 09:07 by UnknownUser
META displays meta data Provided mainly for use in templates, this macro generates the parts of the topic view that relate to meta data (attachments, forms etc.)....
NEW - 2024-12-23 - 09:07 by UnknownUser
METASEARCH special search of meta data METASEARCH is deprecated in favour of the new and much more powerful query type search. See SEARCH and QuerySearch. Param...
NEW - 2024-12-23 - 09:07 by UnknownUser
NONCE generate a nonce (developers only) DEVELOPERS ONLY This macro is used to generate a 'nonce', a unique key that identifies the source of a request in order t...
NEW - 2024-12-23 - 09:07 by UnknownUser
NOP template text not to be expanded in instantiated topics * %NOP% * In normal topic text, expands to nop , which prevents expansion of adjacent macros...
NEW - 2024-12-23 - 09:07 by UnknownUser
NOTIFYTOPIC name of the notify topic Examples * %NOTIFYTOPIC% expands to ==, renders as Related HOMETOPIC, STATISTICSTOPIC, TOPIC
NEW - 2024-12-23 - 09:07 by UnknownUser
PERLDEPENDENCYREPORT report perl module dependencies Intended for use by installers / administrators, reports on the status of Perl dependencies in the Foswiki co...
NEW - 2024-12-23 - 09:07 by UnknownUser
PLUGINDESCRIPTIONS list of plugin descriptions Examples * %PLUGINDESCRIPTIONS% expands to Related ACTIVATEDPLUGINS, FAILEDPLUGINS, PLUGINVERSION
NEW - 2024-12-23 - 09:07 by UnknownUser
PLUGINVERSION the version of a Foswiki Plugin, or the Foswiki Plugins API Use %PLUGINVERSION{"name"}% to get the version of a specific plugin Examples * %PLUG...
NEW - 2024-12-23 - 09:07 by UnknownUser
POPUPWINDOW opens a topic or url in a new window Parameters Parameter Description Default "topic" topic="topic" topic="web.topic" T...
NEW - 2024-12-23 - 09:07 by UnknownUser
PUBURL generate an URL for an attachment Generate an absolute URL for an attachment, or for a web or topic within the attachment database. Parameters ...
NEW - 2024-12-23 - 09:07 by UnknownUser
PUBURLPATH generate a relative URL for an attachment Generate a relative URL for an attachment, or for a web or topic within the attachment database. Parameters ...
NEW - 2024-12-23 - 09:07 by UnknownUser
QUERY get the value of meta data Uses the query syntax described in QuerySearch to get information about meta data from one specified topic. * supports formatt...
NEW - 2024-12-23 - 09:07 by UnknownUser
QUERYPARAMS show parameters to the query Expands the parameters to the query that was used to display the page. Parameters Parameter: Description:...
NEW - 2024-12-23 - 09:07 by UnknownUser
QUERYSTRING full, unprocessed string of parameters to this URL * String of all the URL parameters that were on the URL used to get to the current page. For exa...
NEW - 2024-12-23 - 09:07 by UnknownUser
REMOTE_ADDR environment variable Examples * %REMOTE_ADDR% expands to == Related ENV, HTTP_HOST, REMOTE_PORT, REMOTE_USER
NEW - 2024-12-23 - 09:07 by UnknownUser
REMOTE_PORT environment variable Examples * %REMOTE_PORT% expands to Related ENV, HTTP_HOST, REMOTE_ADDR, REMOTE_USER
NEW - 2024-12-23 - 09:07 by UnknownUser
REMOTE_USER environment variable Examples * %REMOTE_USER% expands to Displays the user identity established by the Web Server. Not available when using ...
NEW - 2024-12-23 - 09:07 by UnknownUser
RENDERLIST render bullet lists in a variety of formats The %RENDERLIST% macro is handled by the RenderListPlugin Examples * Engineering * Tech Pub...
NEW - 2024-12-23 - 09:07 by UnknownUser
RENDERZONE render the content of a zone Rendersa zone. See ADDTOZONE for an explanation of zones. Parameters Parameter Description Default ...
NEW - 2024-12-23 - 09:07 by UnknownUser
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...
NEW - 2024-12-23 - 09:07 by UnknownUser
REVINFO revision information of current topic %REVINFO% is equivalent to %REVINFO{format="r1.$rev $date $wikiusername"}% Examples * %REVINFO% expands to =...
NEW - 2024-12-23 - 09:07 by UnknownUser
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...
NEW - 2024-12-23 - 09:07 by UnknownUser
SCRIPTNAME name of current script * The name of the current script is shown, including script suffix, if any (for example viewauth.cgi) Examples * %SCRIPTN...
NEW - 2024-12-23 - 09:07 by UnknownUser
SCRIPTSUFFIX script suffix * Some Foswiki installations require a file extension for CGI scripts, such as .pl or .cgi Examples * %SCRIPTSUFFIX% expands to ...
NEW - 2024-12-23 - 09:07 by UnknownUser
SCRIPTURL URL of script(s) Expands to the URL of a script, or the base URL of all scripts Parameters Parameter Description Default "$script" ...
NEW - 2024-12-23 - 09:07 by UnknownUser
SCRIPTURLPATH URL path of script(s) Expands to the base URL of scripts, without protocol or host Parameters Parameter Description Default "$s...
NEW - 2024-12-23 - 09:07 by UnknownUser
SEARCH search content Inline search, shows a search result embedded in a topic Parameters Parameter Description Default: "text" search...
NEW - 2024-12-23 - 09:07 by UnknownUser
SERVERINFORMATION report detailed web server information Intended for use by installers / administrators, reports on the runtime information of the Foswiki instal...
NEW - 2024-12-23 - 09:07 by UnknownUser
SERVERTIME formatted server time Same format parameters as VarGMTIME GMTIME% , but displaying the server time instead of UTC. Examples * %SERVERTIME% els...
NEW - 2024-12-23 - 09:07 by UnknownUser
SESSIONID unique ID for this session Examples * %SESSIONID% expands to == Related UserAuthentication, AUTHREALM, SESSIONVAR, LOGIN, LOGOUT, SESSION_VARIABLE...
NEW - 2024-12-23 - 09:07 by UnknownUser
SESSIONVAR name of CGI and session variable that stores the session ID Examples * %SESSIONVAR% expands to Related UserAuthentication, AUTHREALM, SESSIONID,...
NEW - 2024-12-23 - 09:07 by UnknownUser
Number of topics: 50
< Previous Page 8 of 10 Next >
See also the faster WebTopicList
Edit | Attach | Print version | History: r1 | Backlinks | View wiki text | Edit wiki text | More topic actions
Topic revision: r1 - 2024-12-23, UnknownUser
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback