[[PageOutline(2-5,Contents,pullout)]] = Insert a Trac report into a wiki page {{{#!box info trac:#12810 proposes adding a similar feature to Trac. }}} == Description This macro inserts a Trac report into a wiki page. Definition: {{{ [[WikiReport(, =, =, ...)]] }}} 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 [https://github.com/trac-hacks/wikireportmacro/issues GitHub] for any issues you have with WikiReportMacro. == Download Download the zipped source from [https://github.com/trac-hacks/wikireportmacro/archive/master.zip here]. == Source You can clone WikiReportMacro from [https://github.com/trac-hacks/wikireportmacro here] using git, or [https://github.com/trac-hacks/wikireportmacro browse the source] on GitHub. == Installation For more information, please follow the [TracPlugins#InstallingaTracPlugin documentation] on how to install Trac plugins. == !Author/Contributors **Author:** [wiki:roandbox] [[BR]] **Maintainer:** [[Maintainer]] [[BR]] **Contributors:**