---
Tag:
- π¨π
- β·οΈ
- ποΈ
Date: 2022-12-05
DocType: Place
Hierarchy: NonRoot
TimeStamp:
location: [46.8674094,9.8824026]
Place:
Type: Sport
SubType: Skiing
Style: Swiss
Location: Grisons
Country: CH
Status: Local
CollapseMetaTable: true
Phone: "+41 81 410 20 20"
Email: "info@klosters.ch"
Website: "www.klosters.ch"
---
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-KlostersSave
# Klosters
> [!summary]+
> Note Description
```toc
style: number
```
---
### π Contact
> [!address] πΊ
> Alte Bahnhofstrasse 6
> 7250 Klosters
> Switzerland
βοΈ `= this.Phone`
π§ `= this.Email`
π `= this.Website`
---
### π Notes
| | |
| --------------------- |:--------------------------:|
| **Day pass** | 1 day: *CHF 89*
1/2 day: *CHF 66* |
| **Size of domain** | *Large* |
| **Restaurants** | *24* |
| **Time to ZH** | Train: *1.5h*
Car: *1.5h* |
| **Easy car park** | *Yes* |
| **Parking for 1 day** | *CHF 15* |
---
### π Other activity
```dataview
Table DocType as "Doc type" from [[Klosters]]
where !contains(file.name, "@@Travel")
sort DocType asc
```