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.

126 lines
2.7 KiB

---
type: "movie"
title: "Goldfinger"
englishTitle: "Goldfinger"
year: "1964"
dataSource: "OMDbAPI"
url: "https://www.imdb.com/title/tt0058150/"
id: "tt0058150"
genres:
- "Action"
- "Adventure"
- "Thriller"
producer: "Guy Hamilton"
duration: "110 min"
onlineRating: 7.7
image: "https://m.media-amazon.com/images/M/MV5BMTQ2MzE0OTU3NV5BMl5BanBnXkFtZTcwNjQxNTgzNA@@._V1_SX300.jpg"
released: true
premiere: "09/01/1965"
watched: true
lastWatched: "[[2022-01-01]]"
personalRating: 7
CollapseMetaTable: true
---
Parent:: [[@Cinematheque]], [[@@MRCK|Meggi-mo]]
---
```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/Goldfinger (1964)"
```
&emsp;
---
&emsp;
### Poster
&emsp;
`$= '![Image|360](' + dv.current().image + ')'`
&emsp;
---
&emsp;
### List of James Bond movies
- [[Dr No (1962)]]
- [[From Russia with Love (1963)]]
- [[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)]]
- [[Tomorrow Never Dies (1997)]]
- [[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)]]