Available Since: V1.0.2
Chunk used to format a review comment.
<li itemtype="http://schema.org/Review" itemscope itemprop="review"> <div class="author" itemprop="author" itemscope itemtype="http://schema.org/Person"> <span itemprop="name">[[+author]]</span> </div> <div class="date" itemprop="datePublished" datetime="[[+dateYMD]]"> [[date &format=`%d %F %Y` &time=`[[+date]]`]] </div> <div class="rating" itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"> [[+rating]] <meta itemprop="ratingValue" content="[[+ratingValue]]" /> </div> <div class="comment" itemprop="description"> [[+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. |