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.

116 lines
1.5 KiB

2 months ago
---
Alias:
- ""
Tag:
4 weeks ago
- 🍴
- 🇪🇸
Date: 2024-12-31
2 months ago
DocType: Place
Hierarchy: NonRoot
TimeStamp:
4 weeks ago
location: [39.35453313554161,3.130507054333301]
2 months ago
Place:
4 weeks ago
Type: Restaurant
SubType: Modern
Style: Spanish
Location: Santanyi
Country: Spain
2 months ago
Status: 🟥
CollapseMetaTable: true
4 weeks ago
Phone: +34 871 906 034
Email: m_laudat@hotmail.com
Website: https://www.restaurantlaudat.com/
2 months ago
---
4 weeks ago
Parent:: [[Mallorca]]
2 months 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
```
4 weeks ago
^button-LaudatSave
2 months ago
 
4 weeks ago
# Laudat
2 months ago
 
> [!summary]+
> Note Description
 
```toc
style: number
```
 
---
 
### 📇 Contact
 
> [!address] 🗺
4 weeks ago
> Carrer de Sant Andreu, 18
> 07650 Santanyí
> Spain
2 months ago
 
☎️ `= this.Phone`
📧 `= this.Email`
🌐 `= this.Website`
 
---
 
### 🗒 Notes
 
Loret ipsum
 
---
 
### 🔗 Other activity
 
```dataview
4 weeks ago
Table DocType as "Doc type" from [[Laudat]]
2 months ago
where !contains(file.name, "@@Travel")
sort DocType asc
```