Documentation
List all topics that are not filed into any category. Technically they are direct decendance of the TopCategory. See also
RenderUntaggedTopics.
Parameters
- THEWEB: the web to search for, defaults to
%BASEWEB%
- EXCLUDE: regular expression of topics to be excluded, defaults to
WebTopicEditTemplate
Implementation
%STARTINCLUDE%
%DBQUERY{
"TopicType=~'\b(Classified|Categorized)Topic\b' AND TopicType !~ '\bCategory\b' AND ('TopCategory' DISTANCE topic) = 1"
exclude="%EXCLUDE{default="WebTopicEditTemplate"}%"
web="%THEWEB{default="%BASEWEB%"}%"
format=" 1 [[$web.$topic]]"
separator="$n"
}%
%STOPINCLUDE%
Test