Changes between Version 5 and Version 6 of TracQuery


Ignore:
Timestamp:
Dec 2, 2009, 4:25:29 PM (14 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracQuery

    v5 v6  
    4646=== Using the `[[TicketQuery]]` Macro ===
    4747
    48 The TicketQuery macro lets you display lists of tickets matching certain criteria anywhere you can use WikiFormatting.
     48The [trac:TicketQuery TicketQuery] macro lets you display lists of tickets matching certain criteria anywhere you can use WikiFormatting.
    4949
    5050Example:
     
    8585[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]]
    8686
     87==== Full rows ====
     88In ''table'' format you can also have full rows by using ''rows=<field>'' like below:
     89
     90{{{
     91[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter,rows=description)]]
     92}}}
     93
     94This is displayed as:
     95[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter,rows=description)]]
     96
    8797
    8898=== Query Language ===