Comment from: christoph.cemper

When creating or editing a template you will be presented with this form.
Translation of: select the base or parent template for the current template.
Locale: select the locale of the current quick template. This is used to determine if the template is appropriate for display based on the current locale. If the template’s locale does not match the current locale, the child template with the appropriate locale is searched and used in place of its parent.
Template tags have the following syntax: [Scope:Tag|param1=value1|param2=...]
Scope
determines the object of interest. If omitted, the default scope is Item:
.Tag
is the information about that object we would like to display. |
.[Coll:shortname]
: displays the short name of the CollectionUsed by registration forms (see also: Standard Registration Panel) and search forms…
[teaserbreak]
)[Item:contents_last_updated]
[Item:permalink]
[Link:disp]
: displays a link to a specific dispSkinTag()
functionUse param ‘title_field’ = ’short_title’,
Add ShortTitle also please