tagTpl
Last updated not available | Page history | Improve this page | Report an issue
GalleryItem's tagTpl Chunk¶
This chunk is used for each Tag associated with the Item pulled by the GalleryItem snippet, via the &tagTpl property.
Default Value¶
<span class="gal-item-tag"><a href="[[~[[*id]]]]?[[+tagRequestVar]]=[[+tag]]">[[+tag]]</a></span>
Available Placeholders¶
Name | Description |
---|---|
tag | The Tag value. |
item | The ID of the Item. |
tagRequestVar | The tagRequestVar parameter passed to the GalleryItem snippet. Defaults to galTag. |