All these variables concern the item that's currently being parsed.
| Name | Description |
|---|---|
| body | comment body |
| user | user name |
| userid | users URL or e-mail address |
| userlink | a smart link to either the e-mail or URL for non members, or the member detail page for members. Note: this link already includes the <a href="..."> and </a> tags ! (when no valid URL or e-mail is available, only the name of the member will be shown) |
| userlinkraw | same as above, but without the <a href.., empty when no valid URL or e-mail available |
| memberid | ID of the member (0 for non-members) |
| commentcount | total amount of comments for the item |
| commentword | 1 'comment', 2 'comments' |
| date | date on which comment was added |
| time | time at which comment was added |
| host | host from where comment was added |
| ip | IP-address from where comment was added |
| commentid | ID of the current comment |
| itemid | ID of the current item |
| itemlink | link to the detailed item page |
| itemtitle | Title of the current item |
| blogid | ID of the weblog |
| authtext | the extra text for members, empty for non members |
| short | a cut off version of the body, which truncates after the first line break. A link is added at the end according to the template |
| timestamp | time at which comment was added |
| include | includes a file, whithout parsing |
| parsedinclude | includes a file, parsing it |
| phpinclude | includes a file, parsing by PHP |
| plugin | executes a plugin |
| skinfile | includes the correct URL for a file belonging to an imported skin |
| set | sets a parser property |