--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Illmatic" englishTitle: "Illmatic" year: "1994" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/28298e2c-4d70-3eed-a0f5-a3280c662b3d" id: "28298e2c-4d70-3eed-a0f5-a3280c662b3d" genres: - "boom bap" - "east coast hip hop" - "hardcore hip hop" - "hip hop" artists: - "Nas" image: "https://coverartarchive.org/release-group/28298e2c-4d70-3eed-a0f5-a3280c662b3d/front" rating: 8.3 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 + " |