Available Since: V1.0.2
Chunk used to format a comment.
<li itemtype="http://schema.org/Comment" itemscope itemprop="comment">
<div class="author" itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">[[+author]]</span>
</div>
<div class="date" itemprop="dateCreated" datetime="[[+dateYMD]]">
[[date &format=`%d %F %Y` &time=`[[+date]]`]] </div>
<div class="comment" itemprop="text">
[[+comment]] </div>
</li>
| Placeholder | Description |
|---|---|
| author | The name of the comment author. |
| date | The date that the comment was posted. |
| rating | The rating that the user gave the comment. |
| comment | The comment that the user gave. |
| dateYMD | The publish date in the format yyyy-mm-dd. |