Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
50 Recent Changes in TWiki Web retrieved at 07:13 (GMT) | ||||||||
Changed: | ||||||||
< < | <--/twikiTopRow--> TWiki Text Formatting These instructions are for contributors who prefer to use the Raw Edit over the default WYSIWYG editor. Working in TWiki is as easy as typing... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> WARNING! THIS TOPIC IS GENERATED BY ChecklistPlugin PLUGIN. DO NOT EDIT THIS TOPIC (except table data)! Back to the checklist topic ChecklistPlugin. context id... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> WARNING! THIS TOPIC IS GENERATED BY ChecklistPlugin PLUGIN. DO NOT EDIT THIS TOPIC (except table data)! Back to the checklist topic ChecklistTablePlugin. context... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Tree Browser Plugin Renders a bullet list or numbered list as a collapsible/expandable tree of nodes. Acknowledgment This plugin leverages the JavaScript tree menu... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> SourceHighlightPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted using the source highlight package.... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Tree Plugin . Useful for dynamic site maps and threads. Syntax Rules % TREEVIEW{ displays topic children in a hierarchical tree % TREE{ synonym of % TREEVIEW... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> QRCODE create QR Code (a matrix barcode) in TWiki pages The % QRCODE{ variable is handled by the QRCodePlugin Syntax: % QRCODE{ `...` ... Parameter... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> QRCodePlugin Introduction This plugin generates QR Code in TWiki pages. A QR Code is a specific matrix barcode (or two dimensional code), readable by dedicated QR... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> JqPlotPlugin Usage $.jqplot (`chart1`, 3,7,9,1,4,6,8,2,5 ); Resulting chart (if plugin is installed and enabled): $.jqplot (`chart1`, 3,7,9,1,4,6,8,2,5... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> JQPLOT add line, bar and pie charts using jqPlot JavaScript library jqPlot is a `pure javascript plotting and charting` library. This variable is handled by the... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Execute Plugin Introduction Use this plugin to integrate TWiki with other applications. TWiki serves as the user interface to interact with external applications... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> EXECUTE{ `script` } safely execute shell scripts or Perl code use TWiki as the user interface for external applications Use the % EXECUTE{ variable to... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Database Plugin Provide secure access (read and write) to data in an SQL database, with flexible results formatting. Any database that has a CPAN:DBI interface can... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> CHECKLISTTABLE{attributes} add a checklist table to a topic The % CHECKLISTTABLE% variable is handled by the ChecklistTablePlugin. Syntax: % CHECKLISTTABLE... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> ChecklistTablePlugin This plugin helps you to create a checklist with tables. A HTML form for a quick add of new entries and a table editor are also available... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> CLI{attributes} add a checklist item to a topic The % CLI% variable is handled by the ChecklistPlugin. Syntax: % CLI{attr1 `value` attr2 `value`... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Checklist Plugin ChecklistPlugin creates simple checklists. It handles the tags % CLI% (CheckList Item), % CHECKLIST%, % CHECKLISTSTART%, % CHECKLISTEND... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> CHECKLIST{attributes} add a checklist setup, legends or reset buttons to a topic The % CHECKLIST% variable is handled by the ChecklistPlugin. Syntax:... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> CHECKLISTEND close a % CHECKLISTSTART% environment The % CHECKLISTEND% variable is handled by the ChecklistPlugin and have to be used with the CHECKLISTSTART... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> CHECKLISTSTART{attributes} add a checklist to a topic The % CHECKLISTSTART% variable is handled by the ChecklistPlugin and must be used with the CHECKLISTEND... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Overview of directed graph editing Caution dot syntax is not compatible with versions of TWiki:Extensions.WysiwygPlugin prior to 28 June 2009. It is recommended... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Directed Graph Plugin Introduction Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. Automatic graph... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> TWiki Sheet Plugin Introduction The TWiki Sheet Plugin turns a TWiki table into a spreadsheet that can be modified right in the browser. TWiki Sheet looks and feels... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> TWiki User Reports This page contains user reports you can use in TWiki application. Create appealing TWiki applications in a no time! Reports are of format % USERREPORT... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> 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... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Package TWiki::Access A singleton object of this class manages the access control database. Dynamic access control and permission caching As TWiki:Codev/DynamicAccessControl... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Q question icon Type: Preference variable TWikiRenderingShortcut. Syntax: % Q% Expands to: Category: FormattingAndRenderingVariables... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> M moved to... icon Type: Preference variable TWikiRenderingShortcut. Syntax: % M% Expands to: Category: FormattingAndRenderingVariables... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> ADDTOHEAD add HTML to the HTML head section of the current page Useful for TWiki applications to add custom CSS or JavaScript to the HTML head section of a topic... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Settings for WysiwygPlugin that are common to most editor integrations WYSIWYG EXCLUDE Prevent WYSIWYG editing The global preference setting WYSIWYG EXCLUDE... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> RSS news feed of topic changes You can use an RSS news reader to find out what is new in a TWiki web. This complements WebChanges that shows recent changes in... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> CONTENTMODE{web `WEB`} content mode Returns the content mode of the specified web. It`s either `local`, `read only`, `master`, or `slave`. Read ReadOnlyAndMirrorWebs... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> WIKITOOLNAME name of your TWiki site Syntax: % WIKITOOLNAME% Expands to: TWiki Category: SystemInformationVariables Related: WIKILOGOURL, WIKIVERSION... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> 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... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> SERVERTIME server time Syntax: % SERVERTIME% Expands to: Date format defined as {DefaultDateFormat} in configure, default $year $mo $day... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> REMOTE PORT environment variable Syntax: % REMOTE PORT% Expands to: Category: DevelopmentVariables, SystemInformationVariables Related: ENV... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> RED start red colored text RED is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in that... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> PUBURL the base URL of attachments Syntax: % PUBURL% Expands to: Example: You can refer to a file attached to another topic with % PUBURL%/% WEB... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> PLUGINDESCRIPTIONS list of plugin descriptions Syntax: % PLUGINDESCRIPTIONS% Expands to: Category: AdministrationVariables, SystemInformationVariables... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> LOGINURL present a login link Present a login link, regardless of the state of login Syntax: % LOGINURL% Expand to: Category: LinkingAndNavigationVariables... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> ICONURL{`name`} URL of small documentation graphic or icon Generates the full URL of a TWikiDocGraphics image, which TWiki renders as an image. The related... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> ENDCOLOR end colored text ENDCOLOR is a rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in that topic... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> DISPLAYTIME{`format`} formatted display time Formatted time either GMT or Local server time, depending on {DisplayTimeValues} setting in configure, default... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> DATE signature format date Syntax: % DATE% Expands to: Date format defined as {DefaultDateFormat} in configure, default $year $mo $day Note... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> List of TWiki User Tools Related topics: <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> A List of TWiki User Documentation Related topics: <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Change E mail Address This form is used to change your registered e mail addresses. Your registered e mails are used by TWiki for sending you e mails, including notifications... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Manage Users Register users on your TWiki site; change/reset/install passwords; remove user accounts Some of the features below may be disabled, depending on your... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> Number of topics: 50 <--/patternSearchResultCount--> | |||||||
> > | <--/twikiTopRow--> TWiki Text Formatting These instructions are for contributors who prefer to use the Raw Edit over the default WYSIWYG editor. Working in TWiki is as easy as typing... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> WARNING! THIS TOPIC IS GENERATED BY ChecklistPlugin PLUGIN. DO NOT EDIT THIS TOPIC (except table data)! Back to the checklist topic ChecklistPlugin. context id... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> WARNING! THIS TOPIC IS GENERATED BY ChecklistPlugin PLUGIN. DO NOT EDIT THIS TOPIC (except table data)! Back to the checklist topic ChecklistTablePlugin. context... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Tree Browser Plugin Renders a bullet list or numbered list as a collapsible/expandable tree of nodes. Acknowledgment This plugin leverages the JavaScript tree menu... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> SourceHighlightPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted using the source highlight package.... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Tree Plugin . Useful for dynamic site maps and threads. Syntax Rules % TREEVIEW{ displays topic children in a hierarchical tree % TREE{ synonym of % TREEVIEW... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> QRCodePlugin Introduction This plugin generates QR Code in TWiki pages. A QR Code is a specific matrix barcode (or two dimensional code), readable by dedicated QR... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> QRCODE create QR Code (a matrix barcode) in TWiki pages The % QRCODE{ variable is handled by the QRCodePlugin Syntax: % QRCODE{ `...` ... Parameter... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> JqPlotPlugin Usage $.jqplot (`chart1`, 3,7,9,1,4,6,8,2,5 ); Resulting chart (if plugin is installed and enabled): $.jqplot (`chart1`, 3,7,9,1,4,6,8,2,5... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> JQPLOT add line, bar and pie charts using jqPlot JavaScript library jqPlot is a `pure javascript plotting and charting` library. This variable is handled by the... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Execute Plugin Introduction Use this plugin to integrate TWiki with other applications. TWiki serves as the user interface to interact with external applications... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> EXECUTE{ `script` } safely execute shell scripts or Perl code use TWiki as the user interface for external applications Use the % EXECUTE{ variable to... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Database Plugin Provide secure access (read and write) to data in an SQL database, with flexible results formatting. Any database that has a CPAN:DBI interface can... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> ChecklistTablePlugin This plugin helps you to create a checklist with tables. A HTML form for a quick add of new entries and a table editor are also available... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> CHECKLISTTABLE{attributes} add a checklist table to a topic The % CHECKLISTTABLE% variable is handled by the ChecklistTablePlugin. Syntax: % CHECKLISTTABLE... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Checklist Plugin ChecklistPlugin creates simple checklists. It handles the tags % CLI% (CheckList Item), % CHECKLIST%, % CHECKLISTSTART%, % CHECKLISTEND... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> CHECKLIST{attributes} add a checklist setup, legends or reset buttons to a topic The % CHECKLIST% variable is handled by the ChecklistPlugin. Syntax:... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> CLI{attributes} add a checklist item to a topic The % CLI% variable is handled by the ChecklistPlugin. Syntax: % CLI{attr1 `value` attr2 `value`... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> CHECKLISTEND close a % CHECKLISTSTART% environment The % CHECKLISTEND% variable is handled by the ChecklistPlugin and have to be used with the CHECKLISTSTART... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> CHECKLISTSTART{attributes} add a checklist to a topic The % CHECKLISTSTART% variable is handled by the ChecklistPlugin and must be used with the CHECKLISTEND... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Directed Graph Plugin Introduction Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. Automatic graph... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Overview of directed graph editing Caution dot syntax is not compatible with versions of TWiki:Extensions.WysiwygPlugin prior to 28 June 2009. It is recommended... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> TWiki User Reports This page contains user reports you can use in TWiki application. Create appealing TWiki applications in a no time! Reports are of format % USERREPORT... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> 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... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> COPY Copyright symbol Type: Preference variable TWikiRenderingShortcut. Syntax: % COPY% Expands to: Category: FormattingAndRenderingVariables... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> REVINFO{`format`} formatted revision information of topic Syntax: % REVINFO{`format` Supported parameters: Parameter: Description: Default... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Package TWiki::Access A singleton object of this class manages the access control database. Dynamic access control and permission caching As TWiki:Codev/DynamicAccessControl... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> GROUPS a formatted list of groups Expands to a formatted list of user groups in your TWiki. The variable is intended to be used in .TWikiGroups, to allow a group... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Help on Preferences A preference setting is defined by: 3 or 6 spaces Set NAME value Example: Set WEBBGCOLOR #FFFFC0 A preferences... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> H help icon Type: Preference variable TWikiRenderingShortcut. Syntax: % H% Expands to: Category: FormattingAndRenderingVariables Related... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> M moved to... icon Type: Preference variable TWikiRenderingShortcut. Syntax: % M% Expands to: Category: FormattingAndRenderingVariables... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Q question icon Type: Preference variable TWikiRenderingShortcut. Syntax: % Q% Expands to: Category: FormattingAndRenderingVariables... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> T tip icon Type: Preference variable TWikiRenderingShortcut. Syntax: % T% Expands to: Category: FormattingAndRenderingVariables Related... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> X warning icon Type: Preference variable TWikiRenderingShortcut. Syntax: % X% Expands to: Category: FormattingAndRenderingVariables Related... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> ADDTOHEAD add HTML to the HTML head section of the current page Useful for TWiki applications to add custom CSS or JavaScript to the HTML head section of a topic... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Settings for WysiwygPlugin that are common to most editor integrations WYSIWYG EXCLUDE Prevent WYSIWYG editing The global preference setting WYSIWYG EXCLUDE... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> Title Article text. Comments NOP <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> MDREPO retrieve data from metadata repository Attention: This variable works only if MetadataRepository is in use. Otherwise, it always returns a zero length... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> WIKIUSERNAME your Wiki username with web prefix Your % WIKINAME% with web prefix, useful to point to your user profile page Syntax: % WIKIUSERNAME%... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> WIKITOOLNAME name of your TWiki site Syntax: % WIKITOOLNAME% Expands to: TWiki Category: SystemInformationVariables Related: WIKILOGOURL, WIKIVERSION... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> STARTSECTION marks the start of a section within a topic Section boundaries are defined with % STARTSECTION{ and % ENDSECTION{ . Sections may be given... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> 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... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> SERVERTIME server time Syntax: % SERVERTIME% Expands to: Date format defined as {DefaultDateFormat} in configure, default $year $mo $day... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> REMOTE PORT environment variable Syntax: % REMOTE PORT% Expands to: Category: DevelopmentVariables, SystemInformationVariables Related: ENV... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> REVINFO revision information of current topic Syntax: % REVINFO% Expands to: Date format defined as {DefaultDateFormat} in configure, default $year... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> RED start red colored text RED is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in that... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> PUBURL the base URL of attachments Syntax: % PUBURL% Expands to: Example: You can refer to a file attached to another topic with % PUBURL%/% WEB... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> PLUGINDESCRIPTIONS list of plugin descriptions Syntax: % PLUGINDESCRIPTIONS% Expands to: Category: AdministrationVariables, SystemInformationVariables... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> <--/twikiTopRow--> LOGINURL present a login link Present a login link, regardless of the state of login Syntax: % LOGINURL% Expand to: Category: LinkingAndNavigationVariables... <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> Number of topics: 50 <--/patternSearchResultCount--> | |||||||
Show recent changes with 50, 100, 200, 500, 1000 topics, all changes |