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: web="%WEB%"
Wiki web. Current web topic="%TOPIC%"
The topic to find the children. Current topic separator="..."
Separator between topics. ", "
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) - Example:
%CHILDREN{ topic="%TOPIC%" }%
- Category: SearchingAndListingVariables, SystemInformationVariables
- Related: META, PARENTTOPIC, METASEARCH, SEARCH