--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Arena" englishTitle: "Arena" year: "1984" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/c3889aa7-69ed-3130-8482-700418af80b6" id: "c3889aa7-69ed-3130-8482-700418af80b6" genres: - "new romantic" - "new wave" - "pop" - "rock" - "synth-pop" artists: - "Duran Duran" image: "https://coverartarchive.org/release-group/c3889aa7-69ed-3130-8482-700418af80b6/front" rating: 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/Arena (by Duran Duran - 1984)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`