Changes between Version 17 and Version 18 of WikiTableMacro

Show
Ignore:
Author:
rjollos (IP: 0.0.0.0)
Timestamp:
12/21/12 17:11:27 (5 months ago)
Comment:

Refs #4452.

Legend:

Unmodified
Added
Removed
Modified
  • WikiTableMacro

    v17 v18  
    2323 
    2424The result will be a table. 
     25 
     26You can also use wiki markup in the table: 
     27 
     28{{{ 
     29#!sql 
     30{{{ 
     31#!SQLTable 
     32   SELECT '[milestone:' || name || ' ' || name || "]" as name, due, completed, description 
     33   FROM milestone  
     34}}} 
     35}}} 
    2536 
    2637Use the SQLScalar macro: