--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Enter the Wu‐Tang (36 Chambers)" englishTitle: "Enter the Wu‐Tang (36 Chambers)" year: "1993" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/610fb60f-900a-3c42-ac7d-f6b6aa8035f9" id: "610fb60f-900a-3c42-ac7d-f6b6aa8035f9" genres: - "boom bap" - "east coast hip hop" - "gangsta rap" - "hardcore hip hop" - "hip hop" artists: - "Wu‐Tang Clan" image: "https://coverartarchive.org/release-group/610fb60f-900a-3c42-ac7d-f6b6aa8035f9/front" rating: 9.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/Enter the Wu‐Tang (36 Chambers) (by Wu‐Tang Clan - 1993)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`