--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Louise attaque" englishTitle: "Louise attaque" year: "1997" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/2c35b698-2ff2-3d41-a487-15fe85efbfd7" id: "2c35b698-2ff2-3d41-a487-15fe85efbfd7" genres: - "alternative rock" - "chanson française" - "rock" artists: - "Louise Attaque" image: "https://coverartarchive.org/release-group/2c35b698-2ff2-3d41-a487-15fe85efbfd7/front" rating: 6 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 + " |