wiki:WikiReportMacro

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)]]

Se also: WikiTableMacro

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:

Last modified 6 years ago Last modified on Apr 17, 2018, 8:19:03 PM