all
tagLister's all Chunk
This is the Chunk displayed with the &all property on the tagLister snippet.
Default Value
<li class="[[+cls]]">
<a href="[[~[[+target]]? &[[+tagVar]]=``]]">[[+tag]]</a> ([[+count]])
</li>
Available Placeholders
Name | Description |
---|---|
tag | The text for the All Tags link. |
tagVar | The REQUEST var specifying the tag param. |
target | The target Resource ID to link to. |
count | The number of Resources with tags. |
cls | The CSS class to put on the LI tag. |