--- Alias: [""] Tag: [""] Date: <% tp.date.now("YYYY-MM-DD") %> DocType: "Person" Hierarchy: "NonRoot" TimeStamp: location: CollapseMetaTable: true Person: LastName: FirstName: DoB: Address: Phone: Email: Relation: Instagram: Facebook: Twitter: --- Parent:: Parents:: Siblings:: Spouse:: Children::   ```dataviewjs let tempPhone = dv.current().Person.Phone ? dv.current().Person.Phone.replaceAll(" ", "") : '+000' let tempMail = dv.current().Person.Email ? dv.current().Person.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 Edit Person parameters type command action MetaEdit: Run MetaEdit id EditMetaData ``` ^button-<% tp.file.title %>PersonEdit ```button name Save type command action Save current file id Save ``` ^button-<% tp.file.title %>PersonSave   # <% tp.file.title %>   > [!summary]+ > Person Description   ```toc style: number ```   ---   ### πŸ“‡ Summary   πŸŽ‚ `=this.Person.DoB` πŸ—Ί `=this.Person.Address` ☎ `=this.Person.Phone` πŸ“§ `=this.Person.Email`   ---   ### πŸ—’ Notes     ---   ### πŸŽ‚ Birthday