On Dec 4, 4:29 pm, Leaf Storm <leafstormr
...@gmail.com> wrote:
> I'm writing a Mercurial-based wiki, and one of the things I'm trying
> to do is have it compatible with Bitbucket's wiki. The problem is, the
> various Creole macros used in the wiki are mostly undocumented. I can
> figure out some of them by cloning larger wikis like Piston, the help
> wiki, and TortoiseHG and looking at the wiki markup, but a full list
> of macros would be nice.
<<milestone name>> - outputs a list of tickets for that milestone.
<<query query>> - links the query to the issue tracker.
<<issues query [list, count, compact]>> - runs that query and outputs
a list, based on the format (2nd arg.)
<<changeset/cset node>> - outputs information for that changeset.
<<issue id>> - links to that issue with information.
<<user username>> - links to that user.
<<toc>> - generates a table of contents for the current page.
<<float left/right>> - floats the contained elements (this is a block
macro, must be terminated with <</macro>>)
HTH,
Jesper