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
---
Alias: [""]
2 years ago
Tag: ["🍴", "🇮🇹"]
Date: 2023-03-06
2 years ago
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
2 years ago
location: [47.2939497,8.570116228199051]
2 years ago
Place:
2 years ago
Type: Restaurant
SubType: Scenic
Style: Italian
Location: Thalwil
2 years ago
Country: CH
7 months ago
Status: 🟧
2 years ago
CollapseMetaTable: true
2 years ago
Phone: "+41 44 720 32 40"
Email: "info@portofino-am-see.ch"
Website: "[Home | Portofino](https://www.portofino-am-see.ch/)"
2 years ago
---
2 years ago
Parent:: [[@@Zürich|Zürich]], [[@Restaurants Zürich|Restaurants in Zürich]]
2 years ago
 
```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
```
2 years ago
^button-PortofinoamSeeSave
2 years ago
 
2 years ago
# Portofino am See
2 years ago
 
> [!summary]+
> Note Description
 
```toc
style: number
```
 
---
 
### 📇 Contact
 
> [!address] 🗺
2 years ago
> Seestrasse 100
> 8800 Thalwil
2 years ago
> Switzerland
 
☎️ `= this.Phone`
📧 `= this.Email`
🌐 `= this.Website`
 
---
 
### 🗒 Notes
 
Loret ipsum
 
---
 
### 🔗 Other activity
 
```dataview
2 years ago
Table DocType as "Doc type" from [[Portofino am See]]
2 years ago
where !contains(file.name, "@@Travel")
sort DocType asc
```