Página de pruebas¶
Macros¶
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 Foohello_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.