--- DocType: "Vinyl" type: "musicRelease" subType: "Single" title: "I’m Every Woman" englishTitle: "I’m Every Woman" year: "1978" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/dcdce7b7-9a2c-4b89-9315-ec8e99452f04" id: "dcdce7b7-9a2c-4b89-9315-ec8e99452f04" genres: - "disco" - "funk" artists: - "Chaka Khan" image: "https://coverartarchive.org/release-group/dcdce7b7-9a2c-4b89-9315-ec8e99452f04/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 + " |