--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Thriller" englishTitle: "Thriller" year: "1982" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/f32fab67-77dd-3937-addc-9062e28e4c37" id: "f32fab67-77dd-3937-addc-9062e28e4c37" genres: - "contemporary r&b" - "dance" - "dance-pop" - "disco" - "pop" - "pop rock" - "r&b" - "rock" artists: - "Michael Jackson" image: "https://coverartarchive.org/release-group/f32fab67-77dd-3937-addc-9062e28e4c37/front" rating: 8.8 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 + " |