wiki:WikiReportMacro

Version 10 (modified by Ryan J Ollos, 7 years ago) (diff)

--

Insert a Trac report into a wiki page

trac:#12810 proposes adding a similar feature to Trac.

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: