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...
JS Calendar Contrib Deprecation Notice and Migration This JSCalendar based DHTML pop up calendar is now repackaged as DatePickerPlugin. Simply installing the TWiki...
TWOCOLUMNS responsive two column page layout Write % TWOCOLUMNS% ...text... % ENDCOLUMNS% to get a page layout with two columns . The layout is responsive...
Interwiki Plugin Introduction The InterwikiPlugin links ExternalSite:Page text to a page on an external site based on aliases defined in the .InterWikis...
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...
Date Picker Plugin Introduction The DatePickerPlugin handles an input field with a pop up calendar to select a date for use in TWiki forms and TWiki applications...
Peter Thoeny TWiki Enterprise Consultant, Founder and BDFL of TWiki and TWiki.org, inventor of structured wikis, co author of for Dummies book, speaker, HDR Photographer...
JQENDTAB end a JQuery tab within a tab pane This variable is handled by the JQueryPlugin. For description see JQTABPANE Syntax: % JQTABPANE% % JQTAB{`Tab...
HIDE{text} hide content in topic view Text inside the HIDE is removed when viewing the topic. This can be used to remove large amounts of text from being sent...
TWiki Logos The official TWiki logo is a big `T` in a speech bubble conveying `working together`, and has a `collaborate with TWiki` tag line. TWiki.org Logo Artwork...
Tips Contrib Package Displays a rotating `TWiki Tip of the Day` to help familiarize new users with TWiki features. Includes an application for creating custom tips...
Package TWiki::UI::Copy UI delegate for copy function StaticMethod copy ($session) copy command handler. This method is designed to be invoked via the UI::run...
MovedSkin Overview Sometimes a TWiki site is migrated to a new location with a new URL. For convenience users visiting the old site should find the new site. When...
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...
USERINFO{`name`} retrieve details about a user Syntax: % USERINFO% Expands to: (comma separated list of the username, wikiusername, and emails) With...
PLUGINDESCRIPTIONS list of plugin descriptions Syntax: % PLUGINDESCRIPTIONS% Expands to: Category: AdministrationVariables, SystemInformationVariables...
IF{`condition` ...} simple conditionals Evaluate a condition and show one text or another based on the result. See details in IfStatements Syntax: % IF...
TWiki Variables Category Body This is a system topic used by TWikiVariablesSearch categories. TWiki Variables Search Category: Categories: Related Topics...
BLUE start blue colored text BLUE is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in...
Subweb and topic names conflicts, view URLs, and links If your TWiki installation has the hierarchical webs feature turned on, you face subtle issues about subweb...
TWiki Tips Of The Day These are all tips of the day. They are located in the web (official TWiki tips) and web (custom tips). Total: tips See also: TWiki Tips...
Package TWiki::Users::Password Base class of all password handlers. Default behaviour is no passwords, so anyone can be anyone they like. The methods of this class...
Preferences settings TWiki has these levels of preferences settings: 1 System level settings: Site name, proxy settings, access control, skin 1 Site...
TWiki Release 4.0 (Dakar) Note: This is the release note for the previous major release version 4.0.X. It is included with 4.1.X because it contains valuable information...
SmiliesPlugin emoticons Smilies are common in e mail messages and bulletin board posts. They are used to convey an emotion, such as a smile #058; ) : ) or a frown...
Package TWiki::Plugins This module defines the singleton object that handles Plugins loading, initialization and execution. This class uses Chain of Responsibility...
FAQ: How do I delete or rename a topic? Answer: These two questions are answered together because often when you think you want to delete a page, more often it makes...
Color scheme settings for TWikiNetSkin Set SKIN twikinet,pattern Usage Step 1 Let .TWikiNetSkin point to the custom made colors style sheet. In .TWikiPreferences...
Package TWiki::UI::Register User registration handling. StaticMethod register cgi ($session) register command handler. This method is designed to be invoked...
Package TWiki::UI::Save UI delegate for save function StaticMethod save ($session) Command handler for save command. This method is designed to be invoked via...
Package TWiki::Attach A singleton object of this class is used to deal with attachments to topics. ClassMethod new ($session) Constructor. ObjectMethod finish...
Package TWiki::Prefs::PrefsCache The PrefsCache package holds a cache of topics that have been read in, using the TopicPrefs class. These functions manage that cache...
Package TWiki::AggregateIterator combine multiple iterators new(\@list, $unique) Create a new iterator over the given list of iterators. The list is not damaged...