--- Alias: [] Tag: ["๐Ÿ“–", "๐Ÿง”๐Ÿป", "๐Ÿ›๏ธ", "๐Ÿ‡ฌ๐Ÿ‡ง"] Date: 2023-02-26 DocType: "Place" Hierarchy: "NonRoot" TimeStamp: location: [47.370946599999996,8.520649159671638] Place: Type: Service SubType: "Book shop" Style: Antique Location: Wiedikon Country: CH Status: Regular CollapseMetaTable: true Phone: "+41 43 333 29 45" Email: "info@pileofbooks.ch" Website: "[Pile of Books](https://pileofbooks.ch/)" --- Parent:: [[@@Zรผrich|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-PileofBooksSave   # Pile of Books   > [!summary]+ > Note Description   ```toc style: number ```   ---   ### ๐Ÿ“‡ Contact   > [!address] ๐Ÿ—บ > Zentralstrasse 16 > 8003 Zรผrich > Switzerland   โ˜Ž๏ธ `= this.Phone` ๐Ÿ“ง `= this.Email` ๐ŸŒ `= this.Website`   ---   ### ๐Ÿ—’ Notes   Loret ipsum   ---   ### ๐Ÿ”— Other activity   ```dataview Table DocType as "Doc type" from [[Pile of Books]] where !contains(file.name, "@@Travel") sort DocType asc ```