PageVariableMacro

Description

This Macro allows you declare and use pagewide variables as shown in the examples below (more will be added soon, after I tested some more). Embedding variables in other macros is currently not working yet.

I tested it with trac 0.10, it should also work with 0.9 and 0.8.

The 0.11 version is not working yet.

Bugs/Feature Requests

Existing bugs and feature requests for PageVariableMacro are here.

If you have any issues, create a new ticket.

Download and Source

Download the zipped source, check out using Subversion, or 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

[3448] by pmonnaie on 04/02/08 21:09:47

The other part of the macro to set the variable

[3447] by pmonnaie on 04/02/08 21:07:10

Split into 2 macros, this is the one to get the variable (and possibly place it into some text or other macro)

Author/Contributors

Author: pmonnaie
Contributors: