CHILDREN -- find children of a topic
- Find direct children of a topic, as defined by the parent-child relationship between topics.
- To find children recursively (topic tree) use the TreePlugin.
- Syntax:
%CHILDREN{...}%
- Supported parameters:
Parameter: Description: Default: format="..."
Custom format for each topic found. Supports same format strings as SEARCH.
See FormattedSearch for usage, variables & examples"$topic"
default="none"
Default text shown if no children found. ""
(empty)separator="..."
Separator between topics. ", "
topic="%TOPIC%"
The topic to find the children. Current topic web="%WEB%"
Wiki web. Current web - Example:
%CHILDREN{ topic="%TOPIC%" }%
- Category: SearchingAndListingVariables, SystemInformationVariables
- Related: META, PARENTTOPIC, METASEARCH, SEARCH