{{tpl:TagCount}}

Returns the number of articles linked to a given tag in a <tpl:Tags> loop.

Example

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.