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.

105 lines
1.4 KiB

2 years ago
---
2 years ago
Tag: ["🧘🏼‍♂️", "🥒", "🍴"]
2 years ago
Date: 2022-07-16
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location: [47.3631314,8.5123238]
Place:
Type: Restaurant
SubType: Healthy
Style: Modern
Location: Wiedikon
Country: CH
Status: Tested
CollapseMetaTable: true
Phone: "+41 43 333 03 28"
Email: "info@daizy.ch"
2 years ago
Website: "[Daizy](https://daizy.ch/)"
2 years ago
Instagram: daizy_zurich
2 years ago
---
Parent:: [[@@Zürich|Zürich]], [[@Restaurants Zürich|Restaurants 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-DaizySave
 
# Daizy
 
```ad-abstract
title: Summary
collapse: open
Note Description
```
 
```toc
style: number
```
 
---
 
### Contact
 
```ad-address
2 years ago
title: 🗺
2 years ago
~~~
Räffelstrasse 28
8045 Zürich
Switzerland
~~~
```
 
2 years ago
☎️ `= this.Phone`
2 years ago
2 years ago
📧 `= this.Email`
2 years ago
2 years ago
🌐 `= this.Website`
2 years ago
 
---
 
### Notes
 
Tested with [[@@MRCK|Meggi-mo]] on [[2022-07-15|15th July 2022]].
2 years ago