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

2 years ago
---
2 years ago
Tag: ["❄️", "Restaurant"]
2 years ago
Date: 2022-07-16
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location: [47.3953343,8.5183082]
Place:
Type: Restaurant
SubType: Pizza
Style: Italian
Location: Wipkingen
Country: CH
Status: Visited
CollapseMetaTable: true
Phone: "+41 77 431 47 58"
Email: "kontakt@modo.fm"
2 years ago
Website: "[Modo](https://www.modo.fm/)"
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-ModoSave
 
# Modo
 
```ad-abstract
title: Summary
collapse: open
Note Description
```
 
```toc
style: number
```
 
---
 
### Contact
 
```ad-address
2 years ago
title: 🗺
2 years ago
~~~
Breitensteinstrasse 14
8037 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-16|16th July 2022]].
2 years ago