--- type: movie title: Arizona Dream englishTitle: Arizona Dream year: "1993" dataSource: OMDbAPI url: https://www.imdb.com/title/tt0106307/ id: tt0106307 plot: A young New Yorker goes to Arizona where he finds freedom to both love and dream. genres: - Comedy - Drama - Fantasy director: - Emir Kusturica writer: - David Atkins - Emir Kusturica studio: - N/A duration: 142 min onlineRating: 7.2 actors: - Johnny Depp - Jerry Lewis - Faye Dunaway image: https://m.media-amazon.com/images/M/MV5BNjViZTgwMGUtNTJkNS00Mjg1LTkwZWQtNTg1YWEyOWFhY2I0XkEyXkFqcGdeQXVyNDQ2MTMzODA@._V1_SX300.jpg released: true streamingServices: [] premiere: 09/09/1994 watched: true lastWatched: "[[2024-08-23]]" 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 + " |