Following example creates link to tag results page using tag name as anchor text - used in TagCloud box.
<a style="font-size:{tag.get_fontsize}px;" href="{tag.get_href}"><vte:value select="{tag.name}" /></a>
| Parameter name | Value | Description |
|---|---|---|
| id | integer | tag id |
| name | string | tag name |
| rating | integer | number of times tag was used |
| fontsize | integer | calculated fontsize for tag could |
| get_id | integer | Returns tag id |
| get_name | string | Returns tag name |
| get_rating | integer | Returns number of times tag was used |
| get_fontsize | integer | Returns calculated fontsize for tag could |
| get_href | string | Returns tag page href |