--- DocType: "Vinyl" type: "musicRelease" subType: "Single" title: "Who Shot Ya / 10 Crack Commandments" englishTitle: "Who Shot Ya / 10 Crack Commandments" year: "1999" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/2ef88b8e-6eb4-4276-b3b1-a9699fec1b8d" id: "2ef88b8e-6eb4-4276-b3b1-a9699fec1b8d" genres: - "hip hop" artists: - "The Notorious B.I.G." image: "https://coverartarchive.org/release-group/2ef88b8e-6eb4-4276-b3b1-a9699fec1b8d/front" rating: 0 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/Who Shot Ya 10 Crack Commandments (by The Notorious BIG - 1999)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`