Objects template functions
These template functions render StoreObjects.
The object argument may also be a Ref, which will implicitly load the object.
std:object(object style)
Render object in the given style.
| Name | Purpose |
"generic" |
Generic rendering |
"generalview" |
Standard view for display in a web page |
"table" |
Standard view rendered as an HTML table, most useful for generated files |
"linkedheading" |
Heading with icon and link to object |
"searchresult" |
Entry in search results |
"searchresultmini" |
Entry in mini search results |
std:object:link(object)
Render a link to object, with the title of the object as the link text.
std:object:link:descriptive(object)
Render a link to object, with the full descriptive title of the object as the link text.
std:object:title(object)
The title of the object.
std:object:title:shortest(object)
The shortest title of the object.
std:object:url(object)
The URL of this object, as obtained by calling url() on an object.
This is useful to use with backLink().
std:object:url:full(object)
The URL of this object, including the full hostname, as obtained by calling url(true) on an object.