Changes between Version 17 and Version 18 of WikiTableMacro


Ignore:
Timestamp:
Dec 21, 2012, 4:11:27 PM (11 years ago)
Author:
Ryan J Ollos
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: