Menu

Commit [r4370]  Maximize  Restore  History

`wiki:` TracLinks support arguments, according to #2168.

In addition, one can now specify an explicit version of the page, using the `@<version>` notation, similar to what is used for `source:` links (as discussed in #2635).

The CamelCase wiki links ''don't'' support arguments, but they do support a version specification (and still support a fragment identifier).

Some examples:
- see WikiStart@...
- see WikiStart@...#svntrac
- wiki:WikiStart?format=txt
- wiki:WikiStart@...?format=txt

cboos 2006-11-28

changed /trunk/trac/wiki/api.py
changed /trunk/trac/wiki/tests/wikisyntax.py
/trunk/trac/wiki/api.py Diff Switch to side-by-side view
Loading...
/trunk/trac/wiki/tests/wikisyntax.py Diff Switch to side-by-side view
Loading...