Wiki¶
child_pagesDisplays 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 FoocommentComment out a section
hello_worldSample macro.
includeInclude a wiki page. Example:
!{{include(Foo)}}or to include a page of a specific project wiki:
!{{include(projectname:Foo)}}macro_listDisplays a list of all available macros, including description if available.
repositoryCreates 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)}}"reviewThis is my macro link to code review