wiki:WikiReportMacro

Version 8 (modified by figaro, 8 years ago) (diff)

Changed title

Insert a Trac report into a wiki page

Description

This macro inserts a Trac report into a wiki page.

Definition:

[[WikiReport(<id>, <key1>=<value1>, <keyN>=<valueN>, ...)]]

This macro accepts a comma-separated list of keyed parameters, in the form "key=value" and "id".

  • "id" -- then report id of the Trac
  • "key" -- then report parameter
  • "value" -- then value of report parameter

It supports dynamic variables. Examples:

[[WikiReport(1)]]
[[WikiReport(11, PARENT=0)]]
[[WikiReport($ID, PARENT=$PARENT)]]

Bugs/Feature Requests

Please use GitHub for any issues you have with WikiReportMacro.

Download

Download the zipped source from here.

Source

You can clone WikiReportMacro from here using git, or browse the source on GitHub.

Installation

For more information, please follow the documentation on how to install Trac plugins.

Author/Contributors

Author: roandbox
Maintainer: Andrey Rodionov
Contributors: