Changes between Version 54 and Version 55 of TagsPlugin


Ignore:
Timestamp:
Dec 2, 2011, 5:16:01 PM (12 years ago)
Author:
Adrian Fritz
Comment:

Classify rendering option. Standardize references from <realm> to <resource>

Legend:

Unmodified
Added
Removed
Modified
  • TagsPlugin

    v54 v55  
    4545=== Remove tags ===
    4646
    47 To remove a tag from a wiki entry
     47To remove a tag from a wiki entry, follow these steps:
     48
    4849 1. Go to the wiki entry you want to ''untag''.
    4950 2. Click on ''Edit This Page''
     
    8889==== !ListTagged macro ====
    8990
    90 This 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=...])]]`
     91This will display a list of resources whose tags match `<query>`.
     92 * Version 0.6 -> `[[ListTagged([realm:<resource> ]<query>)]]`
     93 * Version dev -> `[[ListTagged([realm:<resource> ]<query>[,format=...][,cols=...])]]`
    9394
    9495||'''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|| `realm:<resource>` || 0.6 ||''Optional.'' Restrict tags search to a specific `<resource>` where `<resource>` is `wiki` or `ticket` (accepts only one resource). ||`realm:ticket` ||
    9697|| `<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` ||
     98|| `format`        || 0.7dev ||''Rendering Option.'' `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` ||
     99|| `cols`          || 0.7dev ||''Rendering Option.'' Use together with `format=table` to select which columns to show . || `cols=id|description|tags` ||
    99100
    100101 Examples::