Pseudo-values are not real metadata entries that appear in a feed or item's metadata tree but Awasu synthesizes values for them as if they were.
The following metadata pseudo-values can be used with the {%CHANNEL-METADATA%} template parameter.
Metadata ID
| Description
|
| HomeUrl | Searches the channel's links and returns the channel's home URL. |
| Copyright! | Checks the channel's copyright message and prepends it with "Copyright" if it doesn't already contain this word. |
The following pseudo-values can be used with the {%ITEM-METADATA%} template parameter.
Metadata ID
| Description
|
| AwasuId | Returns Awasu's internal item ID. |
| URL | Returns the URL that best represents the item. |
| Name! | Returns the item's title, automatically generating one if not present. |
| Timestamp | Checks the item's modified, published and received times (in that order) and returns a string of the form "Last changed: ...". |
| Description | Returns the item's description.
This may be formatted according to the current presentation settings (e.g. full content, plain text, excerpt, etc.).
|