children

Last modified by Josué Tille on 2026/08/07 10:43

The children Confluence macro  is converted to the children,documentTree macro which a standard installation of XWiki provides.

What to use in XWiki

How this macro would be implemented in XWiki and comparison with the corresponding feature

The Children macro covers basic usages, the Document Tree macros covers the more advanced usages.

See Document Tree Macro.

Import details

Details on how (well) this Confluence macro is imported
Information

children is converted to documentTree if the first parameter is given and different from 0, or if the page parameter is provided. Otherwise, it is converted to children.

Confluence parametersHandling
pagecopied to documentTree's root parameter after reference conversion
firstIf different from 0, copied to documentTree's limit parameter
allChildrentrue is the only handled value. Anything else is discarded. 
sort, reverse, sortAndReverseconverted to sortDocumentsBy. creation is converted to creationDate. title, bitwise, natural are copied as is. modified is converted to date. any other value is marked as unhandled and ignored.

 

Get Connected