Changes between Version 6 and Version 7 of WikiReportMacro


Ignore:
Timestamp:
Feb 5, 2016, 8:59:38 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiReportMacro

    v6 v7  
    44
    55== Description
     6
     7This macro inserts a Trac report into a wiki page.
     8
     9Definition:
     10
    611{{{
    7 [[WikiReport(<id>,<key1>=<value1>, <keyN>=<valueN>, ...)]]
     12[[WikiReport(<id>, <key1>=<value1>, <keyN>=<valueN>, ...)]]
    813}}}
     14
    915This macro accepts a comma-separated list of keyed parameters, in the form "key=value" and "id".
    1016* "id" -- then report id of the Trac
     
    1218* "value" -- then value of report parameter
    1319
    14 It supports dynamic variables.[[BR]]
    15 Example:
     20It supports dynamic variables. Examples:
    1621{{{
    1722[[WikiReport(1)]]
    18 [[WikiReport(11,PARENT=0)]]
    19 [[WikiReport($ID,PARENT=$PARENT)]]
     23[[WikiReport(11, PARENT=0)]]
     24[[WikiReport($ID, PARENT=$PARENT)]]
    2025}}}
    2126