TWiki's TWiki web
https://www.xpdays.de/twiki/bin/view/TWiki
The Documentation Web of TWiki. TWiki is an Enterprise Collaboration Platform.
Changed:
< <
en-usCopyright 2026 by contributing authorsTWiki Administrator []The contributing authors of TWikiTWikiHome - this site is powered by TWiki(R).TWiki
https://www.xpdays.de/twiki/bin/view/TWiki
https://www.xpdays.de/twiki/pub/TWiki/TWikiLogos/T-logo-140x40-t.gifVarVAR
https://www.xpdays.de/twiki/bin/view/TWiki/VarVAR
VAR{`NAME` ...} get a preference value from another web or topic and more Gets the value of a variable in various manners. If the topic parameter... (last changed by TWikiContributor)2015-09-25T01:25:14ZTWikiContributorTWikiVariables
https://www.xpdays.de/twiki/bin/view/TWiki/TWikiVariables
TWiki Variables Special text strings expand on the fly to display dynamic content, such as user data or system info TWikiVariables are text strings % VARIABLE... (last changed by TWikiContributor)2015-09-18T01:15:25ZTWikiContributorSetGetPlugin
https://www.xpdays.de/twiki/bin/view/TWiki/SetGetPlugin
SetGetPlugin Introduction Use % SET{ to store a JSON object or arbitrary text in a named variable, and reuse it with % GET{ later on within the topic or an included... (last changed by TWikiContributor)2015-07-09T23:59:31ZTWikiContributorMetadataRepository
https://www.xpdays.de/twiki/bin/view/TWiki/MetadataRepository
Metadata Repository Motivation If you have hundreds or thousands of webs on a TWiki site, web metadata stored in a data repository is useful. It can... (last changed by TWikiContributor)2015-03-09T09:04:10ZTWikiContributorWebTopBar
https://www.xpdays.de/twiki/bin/view/TWiki/WebTopBar
(last changed by TWikiContributor)2014-06-19T03:03:06ZTWikiContributorTWikiTipsOfTheDayInclude
https://www.xpdays.de/twiki/bin/view/TWiki/TWikiTipsOfTheDayInclude
TWiki Tips Of the Day Include This Page randomly picks a Tip of the day to display. The of the TWiki and Sandbox web include the part between the horizontal rules... (last changed by TWikiContributor)2013-10-25T19:11:37ZTWikiContributorTWikiPluginDotPm
https://www.xpdays.de/twiki/bin/view/TWiki/TWikiPluginDotPm
Package TWiki::Plugin ClassMethod new ($session,$name,$module) $session TWiki object $name name of the plugin e.g. MyPlugin $module... (last changed by TWikiContributor)2013-10-14T08:02:47ZTWikiContributorTWikiPlugins
https://www.xpdays.de/twiki/bin/view/TWiki/TWikiPlugins
TWiki Plugins Add functionality to TWiki with readily available plugins; create plugins based on APIs Overview You can add plugins to extend TWiki functionality... (last changed by TWikiContributor)2013-08-30T01:12:19ZTWikiContributorTWikiReleaseNotes05x01
https://www.xpdays.de/twiki/bin/view/TWiki/TWikiReleaseNotes05x01
Release Notes of TWiki 5.1.4 (Istanbul), 2013 02 16 Introduction TWiki is an enterprise collaboration platform and application platform. TWiki has been downloaded... (last changed by TWikiContributor)2013-02-16T22:54:56ZTWikiContributorIncludeTopicRaw
https://www.xpdays.de/twiki/bin/view/TWiki/IncludeTopicRaw
INCLUDE a topic in the raw When a topic is included, normally TWiki variables in the included topic are expanded in the context of the inlcluded topic. But if raw... (last changed by TWikiContributor)2012-12-27T09:03:11ZTWikiContributorTWikiSkinBrowser
https://www.xpdays.de/twiki/bin/view/TWiki/TWikiSkinBrowser
TWiki Skin Browser You can try out the TWikiSkins currently installed on this system: .skinstable td {border top:2px solid #444; padding:0.75em 0.5em;} Tip: Additional... (last changed by TWikiContributor)2012-12-21T09:19:02ZTWikiContributorVarMAROON
https://www.xpdays.de/twiki/bin/view/TWiki/VarMAROON
MAROON start maroon colored text MAROON is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings... (last changed by TWikiContributor)2012-11-15T07:59:17ZTWikiContributorVarSCRIPTNAME
https://www.xpdays.de/twiki/bin/view/TWiki/VarSCRIPTNAME
SCRIPTNAME name of current script The name of the current script is shown, including script suffix, if any (for example viewauth.cgi ) Syntax: % SCRIPTNAME... (last changed by TWikiContributor)2012-11-15T06:20:02ZTWikiContributorVarQUERYSTRING
https://www.xpdays.de/twiki/bin/view/TWiki/VarQUERYSTRING
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 example... (last changed by TWikiContributor)2012-11-15T06:02:42ZTWikiContributorVarDATE
https://www.xpdays.de/twiki/bin/view/TWiki/VarDATE
DATE signature format date Syntax: % DATE% Expands to: Date format defined as {DefaultDateFormat} in configure, default $year $mo $day Note... (last changed by TWikiContributor)2012-11-12T08:03:26ZTWikiContributorVarCOMMENT
https://www.xpdays.de/twiki/bin/view/TWiki/VarCOMMENT
COMMENT{ attributes } insert an edit box into the topic to easily add comments. A % COMMENT% without parameters shows a simple text box. A % COMMENT... (last changed by TWikiContributor)2012-11-12T07:00:05ZTWikiContributor
https://www.xpdays.de/twiki/bin/view/TWiki
The Documentation Web of TWiki. TWiki is an Enterprise Collaboration Platform.en-usCopyright 2026 by contributing authorsTWiki Administrator []The contributing authors of TWikiTWikiHome - this site is powered by TWiki(R).TWiki
https://www.xpdays.de/twiki/bin/view/TWiki
https://www.xpdays.de/twiki/pub/TWiki/TWikiLogos/T-logo-140x40-t.gifTWikiFormFieldDefinitionDotPm
https://www.xpdays.de/twiki/bin/view/TWiki/TWikiFormFieldDefinitionDotPm
Package TWiki::Form::FieldDefinition Base class of all field definition classes. Type specific classes are derived from this class to define specific per type behaviours... (last changed by TWikiContributor)2015-11-29T10:27:04ZTWikiContributorTWikiStoreDotPm
https://www.xpdays.de/twiki/bin/view/TWiki/TWikiStoreDotPm
Package TWiki::Store This module hosts the generic storage backend. This module provides the interface layer between the `real` store provider which is hidden behind... (last changed by TWikiContributor)2015-11-29T10:27:04ZTWikiContributorVarFORMFIELD
https://www.xpdays.de/twiki/bin/view/TWiki/VarFORMFIELD
FORMFIELD{`fieldname`} render a field in the form attached to some topic Syntax: % FORMFIELD{`fieldname` Supported parameters: Parameter: Description... (last changed by TWikiContributor)2015-10-24T19:42:22ZTWikiContributorTWikiScripts
https://www.xpdays.de/twiki/bin/view/TWiki/TWikiScripts
TWiki CGI and Command Line Scripts Programs on the TWiki server performing actions such as rendering, saving and renaming topics. The TWiki scripts are located in... (last changed by TWikiContributor)2015-07-07T05:21:41ZTWikiContributorTwistyPlugin
https://www.xpdays.de/twiki/bin/view/TWiki/TwistyPlugin
TwistyPlugin Introduction The TwistyPlugin gives you several options to control the appearance of a twisty: use link text or buttons position an icon... (last changed by TWikiContributor)2015-04-28T07:45:29ZTWikiContributorTWikiVariablesQuickStart
https://www.xpdays.de/twiki/bin/view/TWiki/TWikiVariablesQuickStart
TWiki Variables Quickstart TWiki Variables are names enclosed in percent signs that are that are expanded to some other text when the topic is displayed. For example... (last changed by TWikiContributor)2015-01-16T00:39:09ZTWikiContributorPreferencesPlugin
https://www.xpdays.de/twiki/bin/view/TWiki/PreferencesPlugin
PreferencesPlugin Introduction Allows editing of preferences using fields predefined in a .TWikiForms. However, the edit fields are inlined in the text, similar... (last changed by TWikiContributor)2015-01-14T08:19:09ZTWikiContributorVarCOLORPICKER
https://www.xpdays.de/twiki/bin/view/TWiki/VarCOLORPICKER
COLORPICKER{} color picker for use in HTML forms for TWiki applications The % COLORPICKER{ variable is handled by the ColorPickerPlugin. Syntax: % COLORPICKER... (last changed by TWikiContributor)2014-12-30T00:18:19ZTWikiContributorTWikiUISearchDotPm
https://www.xpdays.de/twiki/bin/view/TWiki/TWikiUISearchDotPm
Package TWiki::UI::Search UI functions for searching. StaticMethod search ($session) Perform a search as dictated by CGI parameters: Parameter: Description... (last changed by TWikiContributor)2013-10-14T08:02:47ZTWikiContributorWebLeftBarPersonalTemplate
https://www.xpdays.de/twiki/bin/view/TWiki/WebLeftBarPersonalTemplate
My links: My activities TWiki.org edit (last changed by TWikiContributor)2013-10-14T07:39:45ZTWikiContributorTWikiUserSetting
https://www.xpdays.de/twiki/bin/view/TWiki/TWikiUserSetting
User Settings preference variables customizable by users Some of the TWikiPreferences are explicitly intended to be customized by TWiki users, though a default is... (last changed by TWikiContributor)2013-10-12T01:54:42ZTWikiContributorVarVBAR
https://www.xpdays.de/twiki/bin/view/TWiki/VarVBAR
VBAR vertical bar The vertical bar variable can be used in TWiki tables. Type: Preference variable TWikiRenderingShortcut. Syntax: % VBAR%... (last changed by TWikiContributor)2013-10-02T21:27:09ZTWikiContributorVarI
https://www.xpdays.de/twiki/bin/view/TWiki/VarI
I idea icon Type: Preference variable TWikiRenderingShortcut. Syntax: % I% Expands to: Category: FormattingAndRenderingVariables Related... (last changed by TWikiContributor)2013-09-14T07:33:48ZTWikiContributorFormatTokens
https://www.xpdays.de/twiki/bin/view/TWiki/FormatTokens
Formatting Tokens TWiki defines some standard special tokens that can be used to replace characters in some parameters notably those to FormattedSearch and IfStatements... (last changed by TWikiContributor)2013-08-22T00:48:15ZTWikiContributorSearchPatternCookbook
https://www.xpdays.de/twiki/bin/view/TWiki/SearchPatternCookbook
Search Pattern Cookbook The Search function in TWiki is very powerful. Especially searches using a RegularExpression play an important part of tapping TWiki`s full... (last changed by TWikiContributor)2013-04-23T03:30:20ZTWikiContributorTagMeViewAllTags
https://www.xpdays.de/twiki/bin/view/TWiki/TagMeViewAllTags
Tag me: View All Tags All Tags Tag Search Other tag options: Create new tag, Rename tag, Delete tag (last changed by TWikiContributor)2013-04-18T01:40:46ZTWikiContributor