Tag Definitions %COMMENT%

Displays the Comment value of a List

This tag is used with lists to display the Comment value from a manual list dialog box. If left empty, nothing is displayed.

This tag has no attributes.

Example

In this example the three linked pages have the titles; Page 1, Page 2 and Page 3.
Page 2 and 3 have the comments; "Middle Page" and "Last Page" applied respectively in the manual list selector dialog box.

  1. <li><a href="%LINK%">%COMMENT%</a></li>
  2. <li><a href="%LINK%">%COMMENT%</a></li>
  3. <li><a href="%LINK%">%COMMENT%</a></li>
RENDERED OUTPUT:
1.

2. Middle Page

3. Last Page

See Also:

Video Guides

How To...

Tag Definitions