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 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: ...".
A noCaption argument may be added if you don't want the message prefix.
|
Description | Returns the item's description.
This will be formatted according to the current presentation settings (e.g. full content, plain text, excerpt, etc.) but this can be overridden by adding a format argument (full/excerpt/plain/none).
|