--- type: "movie" subType: null title: "Gomorrah" englishTitle: "Gomorrah" year: "2008" dataSource: "OMDbAPI" url: "https://www.imdb.com/title/tt0929425/" id: "tt0929425" plot: "Scampia Vele is the Corbusian architecture which has become a stronghold for Mafia of Naples, Italy." genres: - "Crime" - "Drama" director: - "Matteo Garrone" writer: - "Roberto Saviano" - "Maurizio Braucci" - "Ugo Chiti" studio: - "N/A" duration: "137 min" onlineRating: 7 actors: - "Gianfelice Imparato" - "Salvatore Abbruzzese" - "Toni Servillo" image: "https://m.media-amazon.com/images/M/MV5BMTM2NDgzMDY4MF5BMl5BanBnXkFtZTcwMzUwMzg5MQ@@._V1_SX300.jpg" released: true streamingServices: premiere: "10/04/2009" watched: true lastWatched: "[[2023-12-27]]" personalRating: 0 --- 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 + " |