--- Alias: [""] Tag: [""] Date: <% tp.date.now("YYYY-MM-DD") %> DocType: "Place" Hierarchy: "NonRoot" TimeStamp: location: Place: Type: SubType: Style: Location: Country: Status: CollapseMetaTable: true Phone: "044 223 17 87" Email: "" Website: "[Afghan Anar](https://www.afghananar.ch/)" --- Parent::   ```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-<% tp.file.title %>Save   # <% tp.file.title %>   > [!summary]+ > Note Description   ```toc style: number ```   ---   ### πŸ“‡ Contact   > [!address] πŸ—Ί > Horton Country Park Horton Lane Epsom KT19 8PL United Kingdom   ☎️ `= this.Phone` πŸ“§ `= this.Email` 🌐 `= this.Website`   ---   ### πŸ—’ Notes   Loret ipsum   ---   ### πŸ”— Other activity   ```dataview Table DocType as "Doc type" from [[<% tp.file.title %>]] where !contains(file.name, "@@Travel") sort DocType asc ```