--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Greatest Hits" englishTitle: "Greatest Hits" year: "1981" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/69ce61c8-127f-3809-95d8-62fdf3ae1347" id: "69ce61c8-127f-3809-95d8-62fdf3ae1347" genres: - "arena rock" - "art rock" - "glam rock" - "hard rock" - "pop" - "pop rock" - "rock" - "symphonic rock" artists: - "Queen" image: "https://coverartarchive.org/release-group/69ce61c8-127f-3809-95d8-62fdf3ae1347/front" rating: 8.4 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/Greatest Hits (by Queen - 1981)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`