--- Alias: [""] Tag: ["🍴"] Date: 2023-07-09 DocType: "Place" Hierarchy: "NonRoot" TimeStamp: location: [47.335816300000005,8.541179537353182] Place: Type: Restaurant SubType: Seafood Style: Swiss Location: Wollishofen Country: CH Status: 🟩 CollapseMetaTable: true Phone: "+41 44 480 13 40" Email: "beiz@fischers-fritz.ch" Website: "[Fischers Fritz](https://www.fischers-fritz.ch/en/)" --- Parent:: [[@@Zürich|Zürich]], [[@Restaurants Zürich|Restaurants in Zürich]]   ```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-FischerFritzSave   # Fischer Fritz   > [!summary]+ > Note Description   ```toc style: number ```   ---   ### 📇 Contact   > [!address] 🗺 > Seestrasse 559 > 8038 Zurich > Switzerland   ☎️ `= this.Phone` 📧 `= this.Email` 🌐 `= this.Website`   ---   ### 🗒 Notes   Loret ipsum   ---   ### 🔗 Other activity   ```dataview Table DocType as "Doc type" from [[Fischer Fritz]] where !contains(file.name, "@@Travel") sort DocType asc ```