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.

113 lines
1.5 KiB

---
Tag: ["🍴", "🇩🇪"]
Date: 2023-01-08
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location: [52.5174527,13.4137758]
Place:
Type: Restaurant
SubType: Traditional
Style: German
Location: Berlin
Country: Germany
Status: Visited
CollapseMetaTable: true
Phone: "+49 30 2425 528"
Email: "post@zurletzteninstanz.de"
Website: "[Start EN - Zur letzten Instanz - Restaurant Berlin](https://zurletzteninstanz.com/)"
---
Parent:: [[@@Travels|Travels]]
 
```dataviewjs
let tempPhone = dv.current().Phone ? dv.current().Phone.replaceAll(" ", "") : '+000'
let tempMail = dv.current().Email ? dv.current().Email : ""
let tempCoorSet = dv.current().location ? dv.current().location : [0,0]
dv.el('center', '[📲](tel:' + tempPhone + ')     [📧](mailto:' + tempMail + ')     [🗺️](' + "https://waze.com/ul?ll=" + tempCoorSet[0] + "%2C" + tempCoorSet[1] + "&navigate=yes" + ')')
```
---
 
```button
name Save
type command
action Save current file
id Save
```
^button-ZurletztenInstanzSave
 
# Zur letzten Instanz
 
> [!summary]+
> Note Description
 
```toc
style: number
```
 
---
 
### 📇 Contact
 
> [!address] 🗺
> Waisenstrasse 14-16
> 10179 Berlin
> Germany
 
☎️ `= this.Phone`
📧 `= this.Email`
🌐 `= this.Website`
 
---
 
### 🗒 Notes
 
Loret ipsum
 
---
 
### 🔗 Other activity
 
```dataview
Table DocType as "Doc type" from [[Zur letzten Instanz]]
where !contains(file.name, "@@Travel")
sort DocType asc
```