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.

104 lines
1.4 KiB

3 years ago
---
2 years ago
Tag: ["🥞", "🍴"]
3 years ago
Date: 2022-04-15
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location: [47.3886467,8.5361093]
Place:
Type: Café
SubType: Brunch
Style: Swiss
Location: Unterstrass
Country: CH
Status: Occasional
CollapseMetaTable: true
Phone: "+41 435 36 93 81"
Email: "bonjour@desamis.ch"
2 years ago
Website: "https://www.desamis.ch"
3 years ago
---
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" + ')')
```
3 years ago
---
 
```button
name Save
type command
action Save current file
id Save
```
^button-CafedesAmisSave
 
# Café des Amis
 
```ad-abstract
title: Summary
collapse: open
Note Description
```
 
```toc
style: number
```
 
---
 
### Contact
 
```ad-address
2 years ago
title: 🗺
3 years ago
~~~
Nordstrasse 88
8037 Zürich
Switzerland
~~~
```
 
2 years ago
☎️ `= this.Phone`
3 years ago
2 years ago
📧 `= this.Email`
3 years ago
2 years ago
🌐 `= this.Website`
3 years ago
 
---
 
### Notes
 
First time with my [[@@MRCK|Boubinou]] on [[2022-04-15|15/04/2022]]
3 years ago