--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Is This It" englishTitle: "Is This It" year: "2001" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/efea26d1-a016-30f6-b8e2-bc8c02336b0a" id: "efea26d1-a016-30f6-b8e2-bc8c02336b0a" genres: - "alternative rock" - "garage rock" - "garage rock revival" - "indie rock" - "post-punk revival" - "rock" artists: - "The Strokes" image: "https://coverartarchive.org/release-group/efea26d1-a016-30f6-b8e2-bc8c02336b0a/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 + "
" FROM "03.05 Vinyls/Is This It (by The Strokes - 2001)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`