Documentation 
List all topics that are not tagged. See also 
RenderUncategorizedTopics.
  Parameters 
 
-  THEWEB: the web to search for, defaults to 
%BASEWEB%
  -  EXCLUDE: regular expression of topics to be excluded, defaults to 
UncategorizedTopics|UntaggedTopics|WebTopicEditTemplate
 
 
  Implementation 
%STARTINCLUDE%
%DBQUERY{
  "TopicType=~'\b(Classified|Tagged)Topic\b' AND ! Tag"
  exclude="%EXCLUDE{default="UncategorizedTopics|UntaggedTopics|WebTopicEditTemplate"}%"
  web="%THEWEB{default="%BASEWEB%"}%"
  format="   1 [[$web.$topic]]"
  separator="$n"
}%
%STOPINCLUDE%
  Test 
ERROR: DBCALL can't find topic RenderUntaggedTopics in Applications/ClassificationApp