--- Tag: ["❄️", "🍴"] Date: 2022-07-16 DocType: "Place" Hierarchy: "NonRoot" TimeStamp: location: [47.3953343,8.5183082] Place: Type: Restaurant SubType: Pizza Style: Italian Location: Wipkingen Country: CH Status: Visited CollapseMetaTable: true Phone: "+41 77 431 47 58" Email: "kontakt@modo.fm" Website: "[Modo](https://www.modo.fm/)" --- 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-ModoSave   # Modo   ```ad-abstract title: Summary collapse: open Note Description ```   ```toc style: number ```   ---   ### Contact   ```ad-address title: 🗺 ~~~ Breitensteinstrasse 14 8037 Zürich Switzerland ~~~ ```   ☎️ `= this.Phone` 📧 `= this.Email` 🌐 `= this.Website`   ---   ### Notes   Tested with [[@@MRCK|Meggi-mo]] on [[2022-07-16|16th July 2022]].