--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "I Can Understand It" englishTitle: "I Can Understand It" year: "1974" dataSource: "Manual" url: "https://en.m.wikipedia.org/wiki/I_Can_Understand_It" id: genres: - "soul" - "disco" artists: - "Bobby Womack" image: "https://images.eil.com/large_image/BOBBY_WOMACK_I%2BCAN%2BUNDERSTAND%2BIT-741556.jpg" 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 + " |