Tag Definitions %DESCRIPTION%
Retrieves and displays the description property of a page
This tag displays the description meta data of the current page.
The tag will display the description of a destination page only when used in conjunction with another tag, like LIST.
| Parameter | Type | Description |
|---|---|---|
| caption | String | The caption to label the input field, default is 'Description' |
| Maxlength | Integer | The maximum number of characters that can be used for the description. The maximum, and default, is 2000. |
Example
In this example the the description of the destination page is used the give some further information for the link:
<dt><a href=%LINK%">%TITLE%</a></dt>
<dd>%AUTHOR%, %DESCRIPTION%</dd>
RENDERED OUTPUT:
<dt><a href="product_review.html">New Product</a></dt>
<dd>M. Smith, A brief review of the new tool from...</dd>