<tpl:PingsHeader>

Checks if the current trackback is the first of the loop.

Example

Display a special sentence for the oldest trackback

<tpl:Pings>
  <tpl:PingsHeader>
    <p>The first who talked about it:</p>
  </tpl:PingsHeader>
  <h3>{{tpl:PingTitle encode_html="1"}}</h3>
  <div class="ping-content">{{tpl:PingContent}}</div>
</tpl:Pings>

Wiki powered by Dokuwiki.