Tag Definitions %THUMBNAIL%
Displays the thumbnail property of a page
This tag displays the page thumbnail of the current page. The tag will display the page thumbnail of a destination page when used in conjunction with another tag, like LIST.
This tag has no attributes.
Example
This example will render a link to a page and shows a clickable thumbnail of that page:
<li>
<a href="%LINK%">%THUMBNAIL%<br />
%AUTHOR%, %TITLE%< br/>
%DESCRIPTION%</a>
</li>