id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
2533	Dynamic variables in wiki pages	conny@fuchsia.se	anybody	I have several pages that are very similar: among other things there are some that sum up the status different sub-projects for larger "epics", and so on...\r\n\r\nThe copy-paste method is currently employed to duplicate the "/wiki/projectX/subproject/status" wiki page for each new subproject. This gets tedious (especially for non-techie users) and is prone to human error. \r\n\r\nExpanding a variable like $MYVAR in the wiki source from the corresponding querystring parameter would potentially alleviate this by allowing ''one'' report page to be used for all the reports.\r\n\r\nExample:\r\n{{{\r\n== Wikipage ==\r\n[TracQuery(keyword=~$K)]\r\n}}}\r\n...(GET /mysite/wiki/StatusReport?K=!MyTag) would resolve to:\r\n{{{\r\n== Wikipage ==\r\n[TracQuery(keyword=~MyTag)]\r\n}}}	enhancement	new	normal	Request-a-Hack	normal				0.11
