Changes between Version 9 and Version 10 of TracFormsPlugin/Docs


Ignore:
Timestamp:
Jun 17, 2008, 12:39:10 AM (16 years ago)
Author:
Rich Harkins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin/Docs

    v9 v10  
    44
    55TODO: Pontificate on the merits of forms in wikis...
     6
     7== !TracForm Syntax ==
     8
     9All !TracForm blocks are wrapped and formatted as follows:
     10
     11{{{
     12
     13{{{
     14#!TracForm
     15#
     16# comments
     17#
     18#! command
     19#! command arg1 arg2
     20#
     21# more comments...
     22#
     23#! more_commands "quoted argument"
     24#
     25
     26[tf.checklist:field]
     27[tf.who:field]
     28
     29}}}
     30
     31}}}
     32
     33(... and so on)
     34
     35Comments 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).
    636
    737=== !TracForm Configuration ===