---
Tag:
- π¨π
- β·οΈ
- ποΈ
Date: 2022-12-05
DocType: Place
Hierarchy: NonRoot
TimeStamp:
location: [46.6320889,8.590995151943702]
Place:
Type: Sport
SubType: Skiing
Style: Swiss
Location: Uri
Country: CH
Status: Local
CollapseMetaTable: true
Phone: +41 58 200 68 68
Email: info@asd-marketing.ch
Website: https://www.andermatt-sedrun-disentis.ch/en/pages/discover
---
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-AndermattSave
# Andermatt
> [!summary]+
> Note Description
```toc
style: number
```
---
### π Contact
> [!address] πΊ
> Gotthardstrasse 110
> 6490 Andermatt
> Switzerland
βοΈ `= this.Phone`
π§ `= this.Email`
π `= this.Website`
---
### π Notes
| | |
| --------------------- |:--------------------------:|
| **Day pass** | 1 day: *CHF 99*
1/2 day: *CHF 80* |
| **Size of domain** | *Large* |
| **Restaurants** | *23* |
| **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 [[Andermatt]]
where !contains(file.name, "@@Travel")
sort DocType asc
```