Changes between Version 5 and Version 6 of WikiReportMacro


Ignore:
Timestamp:
Feb 4, 2016, 7:48:57 PM (8 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiReportMacro

    v5 v6  
    44
    55== Description
     6{{{
     7[[WikiReport(<id>,<key1>=<value1>, <keyN>=<valueN>, ...)]]
     8}}}
     9This macro accepts a comma-separated list of keyed parameters, in the form "key=value" and "id".
     10* "id" -- then report id of the Trac
     11* "key" -- then report parameter
     12* "value" -- then value of report parameter
    613
    7 This macro accepts a comma-separated list of keyed parameters, in the form "key=value" and "id".
    8  - "key" -- then report parameter
    9  - "value" -- then value of report parameter
    10  - "id" -- then report id of the Trac
    11 
     14It supports dynamic variables.[[BR]]
    1215Example:
    1316{{{
    1417[[WikiReport(1)]]
    1518[[WikiReport(11,PARENT=0)]]
     19[[WikiReport($ID,PARENT=$PARENT)]]
    1620}}}
    1721