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
1.9 KiB

3 weeks ago
---
Tag:
2 weeks ago
- 🇨🇭
- ⛷️
- 🏔️
Date: 2022-12-05
3 weeks ago
DocType: Place
Hierarchy: NonRoot
TimeStamp:
2 weeks ago
location: [46.8674094,9.8824026]
3 weeks ago
Place:
2 weeks ago
Type: Sport
SubType: Skiing
Style: Swiss
Location: Grisons
Country: CH
Status: Local
3 weeks ago
CollapseMetaTable: true
2 weeks ago
Phone: "+41 81 410 20 20"
Email: "info@klosters.ch"
Website: "www.klosters.ch"
3 weeks ago
---
2 weeks ago
Parent:: [[@Switzerland|Switzerland]], [[Skiing in Switzerland]]
3 weeks 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 weeks ago
^button-KlostersSave
3 weeks ago
 
2 weeks ago
# Klosters
3 weeks ago
 
> [!summary]+
> Note Description
 
```toc
style: number
```
 
---
 
### 📇 Contact
 
> [!address] 🗺
2 weeks ago
> Alte Bahnhofstrasse 6
> 7250 Klosters
> Switzerland
3 weeks ago
 
☎️ `= this.Phone`
📧 `= this.Email`
🌐 `= this.Website`
 
---
 
### 🗒 Notes
 
2 weeks ago
|   |   |
| --------------------- |:--------------------------:|
| **Day pass** | 1 day: *CHF 89*<br>1/2 day: *CHF 66* |
| **Size of domain** | *Large* |
| **Restaurants** | *24* |
| **Time to ZH** | Train: *1.5h*<br>Car: *1.5h* |
| **Easy car park** | *Yes* |
| **Parking for 1 day** | *CHF 15* |
3 weeks ago
&emsp;
---
&emsp;
### 🔗 Other activity
&emsp;
```dataview
2 weeks ago
Table DocType as "Doc type" from [[Klosters]]
3 weeks ago
where !contains(file.name, "@@Travel")
sort DocType asc
```
&emsp;
&emsp;