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

11 months ago
---
Alias: [""]
Tag: ["🏔️", "🎿", "🇨🇭"]
Date: 2023-12-10
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location: [47.2847985,8.9963674]
Place:
Type: Sport
SubType: Skiing
Style: Swiss
Location: Zürich
Country: CH
Status: Tested
CollapseMetaTable: true
Phone: "+41 55 284 64 34"
Email: "info@atzmaennig.ch"
Website: "[Rodelbahn, Seilpark, Freizeitpark und Erlebnisweg im Atzmännig im Sommer / Atzmännig](https://www.atzmaennig.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-AtzmaennigGoldingenSave
 
# Atzmännig Goldingen
 
> [!summary]+
> Note Description
 
```toc
style: number
```
 
---
 
### 📇 Contact
 
> [!address] 🗺
> RestTalstation Atzmännig 821
> 8735 Rüeterswil
> Switzerland
 
☎️ `= this.Phone`
📧 `= this.Email`
🌐 `= this.Website`
 
---
 
### 🗒 Notes
 
[infosnow.ch](http://www.infosnow.ch/~apgmontagne/?tab=web&xid=187&saison=1&lang=de)
 
|   |   |
| --------------------- |:--------------------------:|
| **Day pass** | *35 CHF / 27 CHF (4h)* |
| **Size of domain** | *Small* |
| **Restaurants** | *2* |
| **Time to ZH** | Car: *45m* |
| **Easy car park** | *Yes: Schutt* |
| **Parking for 1 day** | *5 CHF* |
 
---
 
### 🔗 Other activity
 
```dataview
Table DocType as "Doc type" from [[Atzmännig Goldingen]]
where !contains(file.name, "@@Travel")
sort DocType asc
```