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.

118 lines
1.5 KiB

2 years ago
---
Alias:
- ""
Tag:
- "🍴"
7 months ago
- "🍸"
Date: 2024-04-12
DocType: Place
Hierarchy: NonRoot
TimeStamp:
7 months ago
location: [47.3742891,8.5218301]
2 years ago
Place:
7 months ago
Type:
- Restaurant
- Bar
SubType: Modern
Style: Swiss
Location: Wiedikon
Country: CH
7 months ago
Status: 🟥
CollapseMetaTable: true
7 months ago
Phone: ll
Email: contact@lupo.bar
Website: https://lupo.bar/
2 years ago
---
7 months ago
Parent:: [[@@Zürich|Zürich]], [[@Restaurants Zürich|Restaurants in Zürich]], [[@Bars Zürich|Bars 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" + ')')
```
2 years ago
---
 
```button
name Save
type command
action Save current file
id Save
```
7 months ago
^button-CafeLupoSave
2 years ago
 
7 months ago
# Bar Lupo
2 years ago
 
> [!summary]+
> Note Description
 
```toc
style: number
```
 
---
 
7 months ago
### 📇 Contact
2 years ago
 
> [!address] 🗺
7 months ago
> Badenerstrasse 155
> 8004 Zurich
2 years ago
> Switzerland
 
☎️ `= this.Phone`
📧 `= this.Email`
🌐 `= this.Website`
 
---
 
7 months ago
### 🗒 Notes
2 years ago
 
7 months ago
Loret ipsum
 
---
 
### 🔗 Other activity
 
```dataview
Table DocType as "Doc type" from [[Café Lupo]]
where !contains(file.name, "@@Travel")
sort DocType asc
```
2 years ago