--- type: movie title: Independence Day englishTitle: Independence Day year: "1996" dataSource: OMDbAPI url: https://www.imdb.com/title/tt0116629/ id: tt0116629 plot: The aliens are coming and their goal is to invade and destroy Earth. Fighting superior technology, mankind's best weapon is the will to survive. genres: - Action - Adventure - Sci-Fi director: - Roland Emmerich writer: - Dean Devlin - Roland Emmerich studio: - N/A duration: 145 min onlineRating: 7 actors: - Will Smith - Bill Pullman - Jeff Goldblum image: https://m.media-amazon.com/images/M/MV5BMGQwNDNkMmItYWY1Yy00YTZmLWE5OTAtODU0MGZmMzQ1NDdkXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_SX300.jpg released: true streamingServices: [] premiere: 03/07/1996 watched: true lastWatched: "[[2024-09-29]]" 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 + " |