Returns the number of articles linked to a given tag in a <tpl:Tags> loop.
This example displays links to tags and the number of related articles for each tag.
<ul class="tags">
<tpl:Tags>
<li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}} ({{tpl:TagCount}})</a></li>
</tpl:Tags>
</ul>
Wiki powered by Dokuwiki.