{{tpl:EntryTitle}}

Displays the title of an entry in context to the template tag <tpl:Entries> or in the file post.html.

Example

Displaying the list of the last ten entries

<tpl:Entries lastn="10">
  <tpl:EntriesHeader><ul></tpl:EntriesHeader>
  <li><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></li>
  <tpl:EntriesFooter></ul></tpl:EntriesFooter>
</tpl:Entries>

Wiki powered by Dokuwiki.