You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

132 lines
2.8 KiB

2 years ago
---
type: "movie"
subType: null
title: "Tomorrow Never Dies"
englishTitle: "Tomorrow Never Dies"
year: "1997"
dataSource: "OMDbAPI"
url: "https://www.imdb.com/title/tt0120347/"
id: "tt0120347"
genres:
- "Action"
- "Adventure"
- "Thriller"
producer: "Roger Spottiswoode"
duration: "119 min"
onlineRating: 6.5
actors:
- "Pierce Brosnan"
- "Jonathan Pryce"
- "Michelle Yeoh"
image: "https://m.media-amazon.com/images/M/MV5BMTM1MTk2ODQxNV5BMl5BanBnXkFtZTcwOTY5MDg0NA@@._V1_SX300.jpg"
released: true
streamingServices:
premiere: "19/12/1997"
watched: true
2 years ago
lastWatched: "[[2022-12-05]]"
2 years ago
personalRating: 7
CollapseMetaTable: true
---
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
"<table><tbody><tr><td><a class=heading>Type</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
+
"<tr><td><a class=heading>Online Rating</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
+
"<tr><td><a class=heading>Duration</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
+
"<tr><td><a class=heading>Premiered</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
+
"<tr><td><a class=heading>Producer</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
FROM "03.04 Cinematheque/Tomorrow Never Dies (1997)"
```
&emsp;
---
&emsp;
### Poster
&emsp;
2 years ago
`$= '![Image|360](' + dv.current().image + ')'`
&emsp;
---
&emsp;
### List of James Bond movies
- [[Dr No (1962)]]
- [[From Russia with Love (1963)]]
- [[Goldfinger (1964)]]
- [[Thunderball (1965)]]
- [[You Only Live Twice (1967)]]
- [[On Her Majesty's Secret Service (1969)]]
- [[Diamonds Are Forever (1971)]]
- [[Live and Let Die (1973)]]
- [[The Man with the Golden Gun (1974)]]
- [[The Spy Who Loved Me (1977)]]
- [[Moonraker (1979)]]
- [[For Your Eyes Only (1981)]]
- [[Never Say Never Again (1983)]]
- [[Octopussy (1983)]]
- [[A View to a Kill (1985)]]
- [[The Living Daylights (1987)]]
- [[Licence to Kill (1989)]]
- [[GoldenEye (1995)]]
- [[The World Is Not Enough (1999)]]
- [[Die Another Day (2002)]]
- [[Casino Royale (2006)]]
- [[Quantum of Solace (2008)]]
- [[Skyfall (2012)]]
- [[Spectre (2015)]]
- [[No Time to Die (2021)]]