--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "I Walk the Line" englishTitle: "I Walk the Line" year: "1987" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/a9b82f51-3baa-354d-b4aa-96a0098c75b8" id: "a9b82f51-3baa-354d-b4aa-96a0098c75b8" genres: - "americana" - "country" - "rock" artists: - "Johnny Cash" image: "https://coverartarchive.org/release-group/a9b82f51-3baa-354d-b4aa-96a0098c75b8/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/I Walk the Line (by Johnny Cash - 1987)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`