%STARTINCLUDE%<!-- render all categories -->
<noautolink>
%MAKEINDEX{
"%HIERARCHY{
web="%BASEWEB%"
top="TopCategory"
exclude="TopCategory"
depth="2"
format="$title;$topic;$origweb$n"
}%"
cols="%IF{"defined CLASSIFICATIONPLUGIN_NRCOLS" then="%CLASSIFICATIONPLUGIN_NRCOLS%" else="3"}%"
header="<h2>Top categories</h2>
There
$percntIF{\"'$count'='1'\"
then=\" is one top category \"
else=\" are $count top categories \"
}$percnt in this web."
split="\n"
pattern="(.*);(.*);(.*)"
unique="on"
format="$percntDBCALL{\"$3.$2->RenderIndexItem\"}$percnt"
}%
%MAKEINDEX{"
"%HIERARCHY{
web="%BASEWEB%"
top="TopCategory"
exclude="TopCategory"
mindepth="1"
format="$title;$topic;$origweb$n$children"
}%"
cols="%IF{"defined CLASSIFICATIONPLUGIN_NRCOLS" then="%CLASSIFICATIONPLUGIN_NRCOLS%" else="3"}%"
header="<h2>List of all child categories</h2>
There
$percntIF{\"'$count'='1'\"
then=\" is one child category \"
else=\" are $count child categories \"
}$percnt in this web."
split="\n"
unique="on"
pattern="(.*);(.*);(.*)"
format="$percntDBCALL{\"$3.$2->RenderIndexItem\"}$percnt"
}%
</noautolink>
<!-- //render all categories -->%STOPINCLUDE%
ABC
DEF
G |
GHIKLMNOPQRS |
STUW |
| TopicType | DocuTopic, TopicFunction |
| TopicTitle | RenderAllCategories |
| Summary | Renders an overview of all known categories |
| WikiApplication | ClassificationApp |