tpl
Last updated not available | Page history | Improve this page | Report an issue
tagLister's tpl Chunk¶
This is the Chunk displayed with the &tpl property on the tagLister snippet.
Default Value¶
<li class="[[+cls]]">
<a href="[[~[[+target]]? &[[+tagVar]]=`[[+tag]]`]]">[[+tag]]</a> ([[+count]])
</li>
Available Placeholders¶
Name | Description |
---|---|
tag | The current tag. |
tagVar | The REQUEST var specifying the tag. |
target | The target Resource ID to link to. |
count | The number of Resources with this tag. |
cls | The CSS class to put on the LI tag. |