Children of Macros in System Web
ACTIVATEDPLUGINS list of currently activated plugins Examples * %ACTIVATEDPLUGINS% expands to Related PLUGINDESCRIPTIONS, FAILEDPLUGINS, PLUGINVERSION
NEW - 2024-12-23 - 09:07 by UnknownUser
ADDTOZONE add content to a named zone on the page Parameters Parameter Description Default "zone" comma separated list of the names of zones th...
NEW - 2024-12-23 - 09:07 by UnknownUser
ATTACHURL full URL for attachments in the current topic Shorthand for PUBURL, with path set to the current topic. Otherwise supports all the same parameters as PU...
NEW - 2024-12-23 - 09:07 by UnknownUser
ATTACHURLPATH path of the attachment URL of the current topic Shorthand for PUBURLPATH with path set to the current topic. Otherwise supports all the same paramet...
NEW - 2024-12-23 - 09:07 by UnknownUser
AUTHREALM authentication realm String defined as the {AuthRealm} expert option in configure Security And Authentication tab, =Login sub tab.. This is used in cert...
NEW - 2024-12-23 - 09:07 by UnknownUser
BASETOPIC base topic where an INCLUDE started The name of the topic where a single or nested INCLUDE started same as %TOPIC% if there is no INCLUDE. This is the...
NEW - 2024-12-23 - 09:07 by UnknownUser
BASEWEB base web where an INCLUDE started The web name where the includes started, e.g. the web of the first topic of nested includes. Same as %WEB% in case there...
NEW - 2024-12-23 - 09:07 by UnknownUser
BUTTON renders a nice button Parameters Parameter Description Default "text" text to be put on this button value text t...
NEW - 2024-12-23 - 09:07 by UnknownUser
CALC add spreadsheet calculations to tables and outside tables The %CALC{"formula"}% macro is handled by the SpreadSheetPlugin. There are around 90 formulae, such...
NEW - 2024-12-23 - 09:07 by UnknownUser
CALCULATE add spreadsheet formulae calls using standard Macro evaluation order. The %CALCULATE{"formula"}% macro is handled by the SpreadSheetPlugin. There are ar...
NEW - 2024-12-23 - 09:07 by UnknownUser
COMMENT insert an edit box into the topic to easily add comments. Parameters * The following standard attributes are recognized Name Descriptio...
NEW - 2024-12-23 - 09:07 by UnknownUser
COVER current skin cover Extends the skin search path. For instance, if SKIN is set to catskin, bearskin, and COVER is set to ruskin, the skin search path becomes...
NEW - 2024-12-23 - 09:07 by UnknownUser
DATE signature format date Examples * %DATE% expands to == * Date format defined as {DefaultDateFormat} in configure When used in a template topic, thi...
NEW - 2024-12-23 - 09:07 by UnknownUser
DISPLAYTIME display formatted time Formatted time either GMT or Local server time, depending on {DisplayTimeValues} setting in configure. Same format qualifiers...
NEW - 2024-12-23 - 09:07 by UnknownUser
ENCODE encode characters in a string Encode character sequences in "string", by mapping characters (or sequences of characters) to an alternative character (or se...
NEW - 2024-12-23 - 09:07 by UnknownUser
ENDINCLUDE end position of topic text if included If present in included topic, stop to include text at this location and ignore the remaining text. A normal view...
NEW - 2024-12-23 - 09:07 by UnknownUser
ENDSECTION marks the end of a named section within a topic If the STARTSECTION is named, the corresponding ENDSECTION must also be named with the same name. If th...
NEW - 2024-12-23 - 09:07 by UnknownUser
ENDTAB ending marker for a tab of a tabpane This closes a previously opened TAB. Related TAB, TABPANE, ENDTAB, JQueryPlugin, JQueryTabpane
NEW - 2024-12-23 - 09:07 by UnknownUser
ENDTABPANE ending tag for tabpane widget This closes a previously opened TABPANE. Related TAB, ENDTAB, TABPANE, JQueryPlugin, JQueryTabpane
NEW - 2024-12-23 - 09:07 by UnknownUser
ENDTWISTY complements an opening TWISTY tag to close a twisty Closes an open twisty Related
NEW - 2024-12-23 - 09:07 by UnknownUser
ENDTWISTYTOGGLE Twisty closure Will end the most inner unclosed Twisty Toggle section, using the proper tag Examples %ENDTWISTYTOGGLE% Related
NEW - 2024-12-23 - 09:07 by UnknownUser
ENV inspect the value of an environment variable Returns the current value of the environment variable in the CGI (Common Gateway Interface) environment. This is ...
NEW - 2024-12-23 - 09:07 by UnknownUser
EXAMPLETAG example macro tag The %EXAMPLETAG% variable is handled by the ExamplePlugin Parameters Parameter Description Default "..." Unnamed p...
NEW - 2024-12-23 - 09:07 by UnknownUser
EXPAND expand macros in a string as if they were used in another topic The viewer must have VIEW access to topictoexpandin for this to work. All the standard form...
NEW - 2024-12-23 - 09:07 by UnknownUser
FAILEDPLUGINS debugging for plugins that failed to load Also generates a list of handlers defined by plugins Examples * %FAILEDPLUGINS% Related PLUGINDESCRI...
NEW - 2024-12-23 - 09:07 by UnknownUser
FORMAT format a list of objects Parameters Parameter Description Default "one, two, three" The list to be expanded into the format. R...
NEW - 2024-12-23 - 09:07 by UnknownUser
FORMFIELD renders a field in the form attached to some topic Parameters Parameter Description Default "name" The name of a Data form ...
NEW - 2024-12-23 - 09:07 by UnknownUser
GMTIME formatted Greenwich Mean Time (UTC) Parameters Parameter Description Default "format" format $day $month $year $hour:$min %GMTI...
NEW - 2024-12-23 - 09:07 by UnknownUser
GROUPINFO retrieve details about a group Parameters Parameter Description Default "groupname" Optional name of group format ...
NEW - 2024-12-23 - 09:07 by UnknownUser
HISTORY control attributes of tables and sorting of table columns The %HISTORY{}% macro is handled by the HistoryPlugin Parameters Parameter ...
NEW - 2024-12-23 - 09:07 by UnknownUser
HOMETOPIC home topic in each web Examples * %HOMETOPIC% expands to ==, renders as Related NOTIFYTOPIC, STATISTICSTOPIC, TOPIC
NEW - 2024-12-23 - 09:07 by UnknownUser
HOMEWEB name of default home web * The web containing the default site content and customised site wide preferences. Examples * %HOMEWEB% expands to == Re...
NEW - 2024-12-23 - 09:07 by UnknownUser
HTTP get HTTP headers * Called with the name of an HTTP request header field, returns its value. Capitalization and the use of hyphens versus underscores are n...
NEW - 2024-12-23 - 09:07 by UnknownUser
HTTP_HOST environment variable Examples * %HTTP_HOST% expands to == Related ENV, REMOTE_ADDR, REMOTE_PORT, REMOTE_USER
NEW - 2024-12-23 - 09:07 by UnknownUser
HTTPS get HTTPS headers The same as %HTTP% but operates on the HTTPS environment variables present when the SSL protocol is in effect. Can be used to determine wh...
NEW - 2024-12-23 - 09:07 by UnknownUser
ICON small documentation graphic or icon of common attachment types Generates a small graphic image from the set attached to . Images typically have a 16x16...
NEW - 2024-12-23 - 09:07 by UnknownUser
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
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
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
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
SESSION_VARIABLE get, set or clear a session variable Parameters Parameter Description "name" name of variable set value to set it to ...
NEW - 2024-12-23 - 09:07 by UnknownUser
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...
NEW - 2024-12-23 - 09:07 by UnknownUser
SHOWPREFERENCE show where preferences are defined. Preference values are shown in a bulleted list, together with where they were defined. Parameters ...
NEW - 2024-12-23 - 09:07 by UnknownUser
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...
NEW - 2024-12-23 - 09:07 by UnknownUser
SLIDESHOWEND end slideshow The %SLIDESHOWEND% macro is handled by the SlideShowPlugin Examples See SLIDESHOWSTART Related SLIDESHOWSTART, SlideShowPlugin
NEW - 2024-12-23 - 09:07 by UnknownUser
SLIDESHOWSTART convert a topic with headings into a slideshow Handled by the SlideShowPlugin Parameters Parameter Description template optional n...
NEW - 2024-12-23 - 09:07 by UnknownUser
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...
NEW - 2024-12-23 - 09:07 by UnknownUser
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...
NEW - 2024-12-23 - 09:07 by UnknownUser
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...
NEW - 2024-12-23 - 09:07 by UnknownUser
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 ...
NEW - 2024-12-23 - 09:07 by UnknownUser
STATISTICSTOPIC name of statistics topic Examples * %STATISTICSTOPIC% expands to ==, renders as Related HOMETOPIC, NOTIFYTOPIC, TOPIC
NEW - 2024-12-23 - 09:07 by UnknownUser
STOPINCLUDE Alias for ENDINCLUDE Related INCLUDE, STARTINCLUDE
NEW - 2024-12-23 - 09:07 by UnknownUser
STOPSECTION Alias for ENDSECTION Related ENDSECTION, STARTSECTION
NEW - 2024-12-23 - 09:07 by UnknownUser
SYSTEMWEB name of documentation web The web containing all documentation and default preference settings Examples * %SYSTEMWEB% expands to == Related HOMEWEB...
NEW - 2024-12-23 - 09:07 by UnknownUser
TAB tab inside a tabpane widget Defines a tab inside a TABPANE area; must be closed using ENDTAB. Parameters Parameter Description Default ...
NEW - 2024-12-23 - 09:07 by UnknownUser
TABLE control attributes of tables and sorting of table columns The %TABLE{}% macro is handled by the TablePlugin Attributes for tables Parameter ...
NEW - 2024-12-23 - 09:07 by UnknownUser
TABPANE tabpane widget This macro starts the tabpane, containing a series of TAB...ENDTABs and ends with ENDTABPANE. A complete tabpane normally looks like this: ...
NEW - 2024-12-23 - 09:07 by UnknownUser
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 ...
NEW - 2024-12-23 - 09:07 by UnknownUser
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...
NEW - 2024-12-23 - 09:07 by UnknownUser
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 ...
NEW - 2024-12-23 - 09:07 by UnknownUser
TWISTY generate content block with interactive visibility controls This renders the button as well as the toggled content section contained within this and the cl...
NEW - 2024-12-23 - 09:07 by UnknownUser
TWISTYBUTTON Shorthand version for TWISTYSHOW TWISTYHIDE This is useful if both the show and the hide button take the same arguments. Parameters All parameters...
NEW - 2024-12-23 - 09:07 by UnknownUser
TWISTYHIDE Hide/close link Parameters Parameter Description Default id Used to link TWISTYSHOW, TWISTYHIDE and TWISTYTOGGLE required ...
NEW - 2024-12-23 - 09:07 by UnknownUser
TWISTYSHOW Show/open link Parameters Parameter Description Default id Used to link TWISTYSHOW, TWISTYHIDE and TWISTYTOGGLE required ...
NEW - 2024-12-23 - 09:07 by UnknownUser
TWISTYTOGGLE Twisty Toggle contents section Parameters Parameter Description Default id Used to link TWISTYSHOW, TWISTYHIDE and TWISTYT...
NEW - 2024-12-23 - 09:07 by UnknownUser
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...
NEW - 2024-12-23 - 09:07 by UnknownUser
USERINFO retrieve details about a user Parameters Parameter Description Default "name" WikiName or login username. May be a group. current us...
NEW - 2024-12-23 - 09:07 by UnknownUser
USERNAME your login username Foswiki makes names available in three formats: USERNAME like jsmith, WIKINAME like JohnSmith and WIKIUSERNAME like .JohnSmith. Un au...
NEW - 2024-12-23 - 09:07 by UnknownUser
USERSWEB name of users web * The web containing individual user topics and .WikiGroups. Examples * %USERSWEB% expands to == Related HOMEWEB SYSTEMWEB
NEW - 2024-12-23 - 09:07 by UnknownUser
VAR get a preference value from another web Parameters Parameter Description "name" name of preference to retrieve web name of web to r...
NEW - 2024-12-23 - 09:07 by UnknownUser
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...
NEW - 2024-12-23 - 09:07 by UnknownUser
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...
NEW - 2024-12-23 - 09:07 by UnknownUser
WEBPREFSTOPIC name of web preferences topic Examples * %WEBPREFSTOPIC% expands to ==, renders as Related HOMETOPIC, WIKIPREFSTOPIC, VAR
NEW - 2024-12-23 - 09:07 by UnknownUser
WIKIAGENTEMAIL From: email address in emails sent by Foswiki. Examples * %WIKIAGENTEMAIL% expands to == Related WIKIAGENTNAME, WIKIWEBMASTER, WIKIWEBMASTERNA...
NEW - 2024-12-23 - 09:07 by UnknownUser
WIKIAGENTNAME From: Name used in emails sent by Foswiki Examples * %WIKIAGENTNAME% expands to == Related WIKIAGENTEMAIL, WIKIWEBMASTER, WIKIWEBMASTERNAME
NEW - 2024-12-23 - 09:07 by UnknownUser
WIKIHOMEURL site home URL Examples * %WIKIHOMEURL%= expands to = * Normally by default set to %SCRIPTURLPATH{"view"}% For the top bar logo URL use %WIK...
NEW - 2024-12-23 - 09:07 by UnknownUser
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...
NEW - 2024-12-23 - 09:07 by UnknownUser
WIKIPREFSTOPIC name of site wide preferences topic Examples * %WIKIPREFSTOPIC% expands to ==, renders as Related HOMETOPIC, WEBPREFSTOPIC
NEW - 2024-12-23 - 09:07 by UnknownUser
WIKITOOLNAME name of your site Examples * %WIKITOOLNAME% expands to Foswiki Related WIKIHOMEURL, WIKIVERSION
NEW - 2024-12-23 - 09:07 by UnknownUser
WIKIUSERNAME your Wiki username with web prefix Your %WIKINAME% with web prefix, useful to point to your Foswiki home page This macro is an alias for the USERINF...
NEW - 2024-12-23 - 09:07 by UnknownUser
WIKIUSERSTOPIC name of topic listing all registered users Examples * %WIKIUSERSTOPIC% expands to == * with prefix renders as . Related WIKIUSERNAME
NEW - 2024-12-23 - 09:07 by UnknownUser
WIKIVERSION the version of the installed Foswiki engine Examples * %WIKIVERSION% expands to == Related PLUGINVERSION, WIKITOOLNAME
NEW - 2024-12-23 - 09:07 by UnknownUser
WIKIWEBMASTER feedback email address for site Examples * %WIKIWEBMASTER% expands to == Related WIKIWEBMASTERNAME
NEW - 2024-12-23 - 09:07 by UnknownUser
WIKIWEBMASTERNAME Name of the administrator for the site Examples * %WIKIWEBMASTERNAME% expands to == Related WIKIWEBMASTER
NEW - 2024-12-23 - 09:07 by UnknownUser
Number of topics: 127
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback