--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Rage Against the Machine" englishTitle: "Rage Against the Machine" year: "1992" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/1305859b-8937-397f-9c33-39f62eb672fb" id: "1305859b-8937-397f-9c33-39f62eb672fb" genres: - "alternative metal" - "alternative rock" - "hard rock" - "heavy metal" - "metal" - "rap metal" - "rock" artists: - "Rage Against the Machine" image: "https://coverartarchive.org/release-group/1305859b-8937-397f-9c33-39f62eb672fb/front" rating: 8.9 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/Rage Against the Machine (by Rage Against the Machine - 1992)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`