Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
List of wiki macros and what they do?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Leaf Storm  
View profile  
 More options Dec 4 2009, 9:29 am
From: Leaf Storm <leafstormr...@gmail.com>
Date: Fri, 4 Dec 2009 06:29:18 -0800 (PST)
Local: Fri, Dec 4 2009 9:29 am
Subject: List of wiki macros and what they do?
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.

-- Regards, LeafStorm


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jespern  
View profile  
 More options Dec 5 2009, 9:06 am
From: jespern <jno...@gmail.com>
Date: Sat, 5 Dec 2009 06:06:24 -0800 (PST)
Local: Sat, Dec 5 2009 9:06 am
Subject: Re: List of wiki macros and what they do?
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mirko Friedenhagen  
View profile  
 More options Jan 27 2010, 5:05 pm
From: Mirko Friedenhagen <mfriedenha...@googlemail.com>
Date: Wed, 27 Jan 2010 14:05:45 -0800 (PST)
Local: Wed, Jan 27 2010 5:05 pm
Subject: Re: List of wiki macros and what they do?
On Dec 5 2009, 3:06 pm, jespern <jno...@gmail.com> wrote:

> <<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>>)

What's missing IMO is an easy way to link to a specific file in the
repository instead of linking with a complete URL, something like:
<<src tip/src/main/java/net/friedenhagen/webdriverfirebug/
FirefoxProfileEnhancer.java>>

Regards
Mirko


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »