[[PageOutline(2-5,Contents,pullout)]] = Declare and use variables in wiki pages == Description This macro allows you to declare and use pagewide variables as shown in the examples below. Embedding variables in other macros is currently not working yet. Tested it with Trac 0.10. The 0.11 version is not working yet. == Bugs/Feature Requests Existing bugs and feature requests for PageVariableMacro are [report:9?COMPONENT=PageVariableMacro here]. If you have any issues, create a [/newticket?component=PageVariableMacro new ticket]. [[TicketQuery(component=PageVariableMacro&group=type,format=progress)]] == Download Download the zipped source from [export:pagevariablemacro here]. == Source Check out [/svn/pagevariablemacro using Subversion], or [source:pagevariablemacro browse the source] with Trac. == Example {{{ [[PageVariable(milestone,Proj5M3)]] Our current milestone is [[Variable(milestone)]] ... In milestone [[PageVariable(milestone)]] we will ... }}} This will show up as: {{{ Our current milestone is Proj5M3 ... In milestone Proj5M3 we will ... }}} == Recent Changes [[ChangeLog(pagevariablemacro,3)]] == Author/Contributors '''Author:''' [wiki:pmonnaie] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''