--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Highway to Hell" englishTitle: "Highway to Hell" year: "1979" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/f85647ec-a69b-3b0a-ad04-bb6076c4dcf1" id: "f85647ec-a69b-3b0a-ad04-bb6076c4dcf1" genres: - "arena rock" - "classic rock" - "hard rock" - "rock" artists: - "AC/DC" image: "https://coverartarchive.org/release-group/f85647ec-a69b-3b0a-ad04-bb6076c4dcf1/front" rating: 9 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 + " |