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.

125 lines
2.2 KiB

12 months ago
---
Alias: [""]
Tag: ["🏔️", "🎿", "🇨🇭"]
Date: 2023-12-03
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location: [46.6228661,8.0353285]
Place:
Type: "Sport"
SubType: Skiing
Style: Swiss
Location: Bern
Country: CH
Status: Tested
CollapseMetaTable: true
Phone: "+41 33 854 12 12"
Email: "info@grindelwald.swiss"
Website: "[Grindelwald  |  Eiger](https://grindelwald.swiss/en/?season=2&cHash=e7f8e2205b67504fddcb7a1133fdf9fb)"
---
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-GrindelwaldSave
 
# Grindelwald
 
> [!summary]+
> Note Description
 
```toc
style: number
```
 
---
 
### 📇 Contact
 
> [!address] 🗺
> Dorfstrasse 110
> CH - 3818   Grindelwald
 
☎️ `= this.Phone`
📧 `= this.Email`
🌐 `= this.Website`
 
---
 
### 🗒 Notes
 
State of slopes and lifts: [Mountain railways, snow reports & rates | Jungfrau Region](https://grindelwald.swiss/en/winter/planning-and-events/mountain-railways/)
 
|   |   |
| --------------------- |:--------------------------:|
| **Day pass** | *75 CHF / 60 CHF (1/2day)* |
| **Size of domain** | *Medium* |
| **Restaurants** | *a few* |
| **Time to ZH** | Car: *1.5h* + *0.5h train* + *15m gondolla*|
| **Easy car park** | *Yes: Wilderswil or Interlaken Ost* |
| **Parking for 1 day** | |
 
---
 
### 🔗 Other activity
 
```dataview
Table DocType as "Doc type" from [[Grindelwald]]
where !contains(file.name, "@@Travel")
sort DocType asc
```