--- type: movie title: City of God englishTitle: City of God year: "2002" dataSource: OMDbAPI url: https://www.imdb.com/title/tt0317248/ id: tt0317248 plot: In the slums of Rio, two kids' paths diverge as one struggles to become a photographer and the other a kingpin. genres: - Crime - Drama director: - Fernando Meirelles - Kátia Lund writer: - Bráulio Mantovani - Paulo Lins studio: - N/A duration: 130 min onlineRating: 8.6 actors: - Alexandre Rodrigues - Leandro Firmino - Matheus Nachtergaele image: https://m.media-amazon.com/images/M/MV5BYjY4NGI5OTUtY2ZlZS00Zjk4LTk5N2MtN2JmYWVjNGNmMGRlXkEyXkFqcGc@._V1_SX300.jpg released: true streamingServices: [] premiere: 13/02/2004 watched: true lastWatched: "[[2024-12-17]]" personalRating: 8.5 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 + " |