--- type: movie title: Killers of the Flower Moon englishTitle: Killers of the Flower Moon year: "2023" dataSource: OMDbAPI url: https://www.imdb.com/title/tt5537002/ id: tt5537002 plot: When oil is discovered in 1920s Oklahoma under Osage Nation land, the Osage people are murdered one by one - until the FBI steps in to unravel the mystery. genres: - Crime - Drama - History director: - Martin Scorsese writer: - Eric Roth - Martin Scorsese - David Grann studio: - N/A duration: 206 min onlineRating: 7.6 actors: - Leonardo DiCaprio - Robert De Niro - Lily Gladstone image: https://m.media-amazon.com/images/M/MV5BZWY5ZDVjNTUtODI5Yy00MjFhLWEyM2EtYzZjM2VjZTI0MTBjXkEyXkFqcGc@._V1_SX300.jpg released: true streamingServices: [] premiere: 20/10/2023 watched: true lastWatched: "[[2024-12-24]]" personalRating: 7 tags: mediaDB/tv/movie --- Parent:: [[@Cinematheque]] --- ```dataviewjs dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`) ``` # `$= dv.current().title` `$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''` ```toc ``` ### Details **Genres**: `$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)` `$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''` ```dataview list without id "
Type | " + "" + this.type + " |
Online Rating | " + "" + this.onlineRating + " |
Duration | " + "" + this.duration + " |
Premiered | " + "" + this.premiere + " |
Producer | " + "" + this.producer + " |