Changes between Version 53 and Version 54 of TagsPlugin


Ignore:
Timestamp:
Dec 2, 2011, 2:37:04 AM (12 years ago)
Author:
Adrian Fritz
Comment:

Tested options for future 0.7? release (now in trunk)

Legend:

Unmodified
Added
Removed
Modified
  • TagsPlugin

    v53 v54  
    8888==== !ListTagged macro ====
    8989
    90 `[[ListTagged(<query>)]]`
    91 
    92 This will display a list of resources whose tags match `<query>`.
     90This will display a list of resources whose tags match `<query>` (under certain realm).
     91 * Version 0.6 -> `[[ListTagged([realm:<realm> ]<query>)]]`
     92 * Version dev -> `[[ListTagged([realm:<realm> ]<query>[,format=...][,cols=...])]]`
     93
     94||'''Argument''' || '''Version''' || '''Description & Details''' || '''Default''' ||
     95|| `realm:<realm>` || 0.6 ||''Optional.'' Restrict tags search to a specific `<realm>` where `<realm>` is `wiki` or `ticket` or etc. (accepts only one option) ||`realm:ticket` ||
     96|| `<query>`         || 0.6 ||Displays a list of resources whose tags match `<query>`|| `None` ||
     97|| `format`        || dev ||''Optional.'' `oldlist` or `short` list in known ListTagged style; `compact` - list with results shortend to just the description; `table` - table view similar to TicketQuery with 'table' option || `short` ||
     98|| `cols`          || dev ||''Optional.'' Use together with `format=table` to select which columns to show . || `cols=id|description|tags` ||
    9399
    94100 Examples::