--- Tag: ["👨‍👩‍👧‍👦", "👵🏼", "Perche"] Date: 2021-12-05 DocType: "Person" Hierarchy: "NonRoot" TimeStamp: location: CollapseMetaTable: true Person: LastName: Bédier FirstName: Charles DoB: 1964 Address: Phone: "+33 6 08 82 41 32" Email: Relation: Uncle fc-calendar: "D2D Calendar" fc-category: "Birthday" fc-date: day: month: --- Parent:: [[@Family organisation|Family organisation]] Parents:: [[Pierre Bédier]], [[Jacqueline Bédier]] Siblings:: [[Jérôme Bédier]], [[Christophe Bédier]], [[Laurence Bédier]] Spouse:: Children:: [[Ophélie Bédier]], [[Hilaire Bédier]], [[Auguste Bédier]], [[Eustache Bédier]]   ```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-CharlesBedierPersonEdit ```button name Save type command action Save current file id Save ``` ^button-CharlesBedierPersonSave   # Charles Bédier   ```ad-abstract title: Summary collapse: open Person Description ```   ```toc style: number ```   ---   ### Summary   | | |-|- | **Date of birth** | `=this.Person.DoB` **Address** | `=this.Person.Address` **Phone** | `=this.Person.Phone` **Email** | `=this.Person.Email`