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.


Attribute Definitions
ParameterTypeDescription
captionStringThe caption to label the input field, default is 'Description'
MaxlengthInteger
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:

  1. <dt><a href=%LINK%">%TITLE%</a></dt>
  2. <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>

See Also:

Video Guides

How To...

Tag Definitions