[[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 these examples: {{{ [[PageVariable(milestone, Proj5M3)]] Our current milestone is [[PageVariable(milestone)]] ... In milestone [[PageVariable(milestone)]] we will ... }}} This will show up as: {{{ Our current milestone is Proj5M3 ... In milestone Proj5M3 we will ... }}} Embedding variables in other macros is currently not working yet. Tested with Trac 0.10 and 1.+. == 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 PageVariableMacro from [/svn/pagevariablemacro here] using Subversion, or [source:pagevariablemacro browse the source] with Trac. == Recent Changes [[ChangeLog(pagevariablemacro,3)]] == Author/Contributors '''Author:''' [wiki:pmonnaie] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''