You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
1.8 KiB

3 years ago
---
Tag: ["👨‍👩‍👧‍👦", "👵🏼", "Normandy"]
3 years ago
Date: 2021-12-05
DocType: "Person"
Hierarchy: "NonRoot"
TimeStamp:
location:
CollapseMetaTable: true
3 years ago
Person:
LastName: Bousquié
FirstName: Thaïs
DoB: 2020-02-06
Address:
Phone:
Email:
Relation: Niece
fc-calendar: "D2D Calendar"
fc-category: "Birthday"
fc-date:
day: 6
month: 2
---
Parent:: [[@Family organisation|Family organisation]]
Parents:: [[Hortense Bédier]], [[Benoit Bousquié]]
3 years ago
Siblings:: [[Pia Bousquié]]
3 years ago
Spouse::
Children::
3 years ago
 
```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" + ')')
```
3 years ago
3 years ago
---
 
```button
name Edit Person parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-ThaisBedierPersonEdit
```button
name Save
type command
action Save current file
id Save
```
^button-ThaisBedierPersonSave
 
# Thaïs 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`
3 years ago
 
---
 
### Birthday
 
- [ ] :birthday: **[[Thaïs Bédier|Thaïs]]** 🔁 every year 📅 2023-02-06
- [x] :birthday: **[[Thaïs Bédier|Thaïs]]** 🔁 every year 📅 2022-02-06 ✅ 2022-02-06
3 years ago
3 years ago