Changes between Version 18 and Version 19 of TracFormsPlugin/Syntax


Ignore:
Timestamp:
Aug 10, 2018, 6:26:10 PM (6 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin/Syntax

    v18 v19  
    22
    33= TracFormsPlugin !TracForm Syntax
     4
     5This page describes the syntax used in the !TracFormsPlugin.
    46
    57All !TracForm blocks are wrapped and formatted as follows:
     
    2729}}}
    2830
    29 (... and so on)
     31There can be a continuation of these [tf] fields, depending on the requirements of the !TracForm.
    3032
    3133Comments are ignored and can be intermixed with commands until the first non-comment line. [tf] operations are intermixed with other Trac wiki entities and the results ''can'' in some cases cause other wiki entities to take place (but only where it makes sense).
     
    7072|| '''tf.form_updated_on''' || 0.1 || [strftime format string] || Show when the form was most recently updated. ||
    7173
    72 === Calculation Operations ===
     74=== Calculation Operations
     75
    7376|| '''Operation''' || '''Version''' || '''Argument(s)''' || '''Meaning''' ||
    7477|| '''filter''' || 0.2 || criteria value... [-quote] || Apply criteria to each value and only emit those values that match, quoting results if -quote is provided. ||
     
    8285|| '''zip''' || 0.2 || source... || Intermingle results from the specified environment variable names in the same manner as %...% below ||
    8386
    84 critiera can be a normal string, a wildcard in the UNIX form, or a regular expression if wrapped in /.../.
     87Criteria can be a normal string, a wildcard in the UNIX form, or a regular expression if wrapped in /.../.
    8588
    8689=== Debugging Operations