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: "d'Avezac"
FirstName: Timothée
DoB: 2021-09-24
Address:
Phone:
Email:
Relation: Nephew
fc-calendar: "D2D Calendar"
fc-category: "Birthday"
fc-date:
day: 24
month: 9
---
Parent:: [[@Family organisation|Family organisation]]
Parents:: [[Olympe Bédier]], [[Rodolphe d'Avezac]]
Siblings::
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-TimotheeBedierPersonEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TimotheeBedierPersonSave
 
# Timothée 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: **[[Timothée Bédier|Timothée]]** %%done_del%% 🔁 every year 📅 2023-09-24
- [x] :birthday: **[[Timothée Bédier|Timothée]]** %%done_del%% 🔁 every year 📅 2022-09-24 ✅ 2022-09-24
3 years ago
3 years ago