Tag Definitions %AUTHOR%

Sets or retrieves the name of the author for a page

This tag is used in conjunction with other tags (like LIST) and renders the Author of a page. The value is set in the Page Properties.

Attribute Definitions
ParameterTypeDescription
captionStringThe caption to label the input field, default is 'Author'
maxlengthIntegerThe maximum number of characters that can be used for the title. The maximum value that can be entered is 800. The default is 800.

Example

In this example the name of the author is rendered below the link to a page called My Music Collection:

  1. <dt>
  2. <a href="%LINK%">%TITLE%</a>
  3. </dt>
  4. <dd>By: %AUTHOR%</dd>
RENDERED OUTPUT:
My Music Collection

by: John Doe

See Also:

Video Guides

How To...

Tag Definitions