`$= '![Image|500](' + dv.current().image + ')'` # `= this.title` `$= '[Wiki Link](' + dv.current().url + ')'` ```dataviewjs dv.paragraph(`> [!${dv.current().played ? 'SUCCESS' : 'WARNING'}] ${dv.current().played ? 'played' : 'not yet played'}`) ``` `$= dv.current().personalRating>0 ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''` **Type**: `= this.type` **Online Rating**: `= this.onlineRating` **Release Date**: `= this.releaseDate`