This shows you the differences between the selected revision and the current version of the page.
| — | 2.0:resources:themes:tags:commentid 2011/06/20 09:39 current | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== {{tpl:CommentID}} ====== | ||
| + | The tag tpl:CommentID displays the number (ID) of the comment in the database. This number is unique. | ||
| + | |||
| + | This tag is used in a [[Comments|tpl:Comments]] loop. | ||
| + | |||
| + | ===== Exemple ===== | ||
| + | |||
| + | <code tpl><dt id="c{{tpl:CommentID}}"> | ||
| + | ... | ||
| + | </dt></code> | ||