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.

122 lines
2.0 KiB

10 months ago
---
Alias: [""]
Tag: ["🏔️", "🎿", "🇨🇭"]
Date: 2024-02-04
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location: [46.727053,9.5575948]
Place:
Type: Sport
SubType: Skiing
Style: Swiss
Location: Grisons
Country: CH
Status: Tested
CollapseMetaTable: true
Phone: "+41 81 385 57 00"
Email: "info@lenzerheide.swiss"
Website: "[Lenzerheide die alpine Oase im Herzen Graubündens | Schweiz](https://arosalenzerheide.swiss/de/Lenzerheide#consoleAnlagen)"
---
Parent:: [[@Switzerland|Switzerland]], [[Skiing in Switzerland]]
 
```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
```
^button-LenzerheideSave
 
# Lenzerheide
 
> [!summary]+
> Note Description
 
```toc
style: number
```
 
---
 
### 📇 Contact
 
> [!address] 🗺
> Voa Principala 37
> 7078 Lenzerheide
> Switzerland
 
☎️ `= this.Phone`
📧 `= this.Email`
🌐 `= this.Website`
 
---
 
### 🗒 Notes
 
|   |   |
| --------------------- |:--------------------------:|
| **Day pass** | *CHF 70* |
| **Size of domain** | *Big* |
| **Restaurants** | *15* |
| **Time to ZH** | Car: *1.5h - 2h* |
| **Easy car park** | *Yes* |
| **Parking for 1 day** | *CHF 9.2* |
 
---
 
### 🔗 Other activity
 
```dataview
Table DocType as "Doc type" from [[Lenzerheide]]
where !contains(file.name, "@@Travel")
sort DocType asc
```