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.

114 lines
1.6 KiB

2 years ago
---
2 years ago
Tag: ["International", "☕️"]
2 years ago
Date: 2022-09-03
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location: [47.3596826,8.5507962]
Place:
Type: Café
SubType: International
Style: Fashion
Location: Seefeld
Country: CH
Status: Frequent
CollapseMetaTable: true
Phone: "+41 44 368 70 01"
Email: "zurichshop@monocle.com"
2 years ago
Website: "[Monocle Shop and café, Zürich - Contacts | Monocle](https://monocle.com/about/contacts/monocle-shop-and-cafe-zuerich/)"
locations:
---
Parent:: [[@@Zürich|Zürich]], [[@Café Zürich|Cafés in Zürich]]
 
```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" + ')')
```
2 years ago
---
 
```button
name Save
type command
action Save current file
id Save
```
^button-MonocleSave
 
# Monocle
 
> [!summary]+
> Note Description
 
```toc
style: number
```
 
---
 
### 📇 Contact
 
> [!address] 🗺
> Dufourstrasse 90
> 8008 Zürich
> Switzerland
 
☎️ `= this.Phone`
📧 `= this.Email`
🌐 `= this.Website`
 
---
 
### 🗒 Notes
 
Loret ipsum
 
---
 
### 🔗 Other activity
 
```dataview
Table DocType as "Doc type" from [[Monocle]]
where !contains(file.name, "@@Travel")
sort DocType asc
```