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: ["👨‍👩‍👧‍👦", "👵🏼", "IledAix"]
3 years ago
Date: 2021-12-04
DocType: "Person"
Hierarchy: "NonRoot"
TimeStamp:
location:
CollapseMetaTable: true
3 years ago
Person:
LastName: Bédier
FirstName: Gabrielle
DoB: 1998-11-12
Address:
Phone:
Email:
Relation: Cousin
fc-calendar: "D2D Calendar"
fc-category: "Birthday"
fc-date:
day: 12
month: 11
---
Parent:: [[@Family organisation|Family organisation]]
Parents:: [[Jérôme Bédier]]
Siblings:: [[Joséphine Bédier]], [[Louis Bédier]], [[Elise Bédier]]
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-GabrielleBedierPersonEdit
```button
name Save
type command
action Save current file
id Save
```
^button-GabrielleBedierPersonSave
 
# Gabrielle 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
 
2 years ago
- [w] :birthday: **[[Gabrielle Bédier|Gabrielle]]** %%done_del%% 🔁 every year 📅 2023-11-12
2 years ago
- [x] :birthday: **[[Gabrielle Bédier|Gabrielle]]** 🔁 every year 📅 2022-11-12 ✅ 2022-11-12
3 years ago
3 years ago