Tag Definitions %CAPTION%
Displays the Comment value , or if empty, the Title of a page
This tag is used with lists to display the Comment value from a manual list dialog box. If the comment field is empty this tag will use the Title value instead.
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 has a Comment - "Middle Page" - applied in the list selector dialog box.
<li><a href="%LINK%">%CAPTION%</a></li>
<li><a href="%LINK%">%CAPTION%</a></li>
<li><a href="%LINK%">%CAPTION%</a></li>
RENDERED OUTPUT:
Page 1
Middle Page
Page 3