Changes between Version 18 and Version 19 of TracFormsPlugin/Syntax
- Timestamp:
- Aug 10, 2018, 6:26:10 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracFormsPlugin/Syntax
v18 v19 2 2 3 3 = TracFormsPlugin !TracForm Syntax 4 5 This page describes the syntax used in the !TracFormsPlugin. 4 6 5 7 All !TracForm blocks are wrapped and formatted as follows: … … 27 29 }}} 28 30 29 (... and so on) 31 There can be a continuation of these [tf] fields, depending on the requirements of the !TracForm. 30 32 31 33 Comments 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). … … 70 72 || '''tf.form_updated_on''' || 0.1 || [strftime format string] || Show when the form was most recently updated. || 71 73 72 === Calculation Operations === 74 === Calculation Operations 75 73 76 || '''Operation''' || '''Version''' || '''Argument(s)''' || '''Meaning''' || 74 77 || '''filter''' || 0.2 || criteria value... [-quote] || Apply criteria to each value and only emit those values that match, quoting results if -quote is provided. || … … 82 85 || '''zip''' || 0.2 || source... || Intermingle results from the specified environment variable names in the same manner as %...% below || 83 86 84 critiera can be a normal string, a wildcard in the UNIX form, or a regular expression if wrapped in /.../.87 Criteria can be a normal string, a wildcard in the UNIX form, or a regular expression if wrapped in /.../. 85 88 86 89 === Debugging Operations