--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Vesoul" englishTitle: "Vesoul" year: "1975" dataSource: "Manual" url: "" id: "" genres: - "variete" artists: - "Jacques Brel" image: "https://images.991.com/large_image/Jacques+Brel+Vesoul-405772.jpg" rating: 0 personalRating: 0 --- Parent:: [[@Vinyls|Vinyls]] ---   # `$= dv.current().title`   ```toc ```   ### Details   **Genres**: `$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`   ```dataview list without id "" + "" + "" + "" + "" + "" + "" + "
Type" + this.subType + "
Online Rating" + this.rating + "
Artists" + this.artists + "
Premiered" + this.year + "
" FROM "03.05 Vinyls/Purple Rain (by Prince The Revolution - 1984)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`