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.
| Parameter | Type | Description |
|---|---|---|
| caption | String | The caption to label the input field, default is 'Author' |
| maxlength | Integer | The 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:
<dt>
<a href="%LINK%">%TITLE%</a>
</dt>
<dd>By: %AUTHOR%</dd>
RENDERED OUTPUT:
My Music Collection
by: John Doe