Wiki

child_pages

Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:

!{{child_pages}} -- can be used from a wiki page only
!{{child_pages(Foo)}} -- lists all children of page Foo
!{{child_pages(Foo, parent=1)}} -- same as above with a link to page Foo
comment

Comment out a section

hello_world

Sample macro.

include

Include a wiki page. Example:

!{{include(Foo)}}

or to include a page of a specific project wiki:

!{{include(projectname:Foo)}}
macro_list

Displays a list of all available macros, including description if available.

repository

Creates a checkout link to the actual repository. Example:

use the default checkout protocol !{{repository}}
or use a specific protocol !{{repository(SVN)}}
or use the checkout protocol of a specific specific project: !{{repository(projectname:SVN)}}"
review

This is my macro link to code review