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.
88 lines
947 B
88 lines
947 B
3 years ago
|
---
|
||
|
|
||
|
Alias: [""]
|
||
|
Tag: [""]
|
||
|
Date: <% tp.date.now("YYYY-MM-DD") %>
|
||
|
DocType: "Person"
|
||
|
Hierarchy: "NonRoot"
|
||
|
TimeStamp:
|
||
|
location:
|
||
|
Person:
|
||
|
LastName:
|
||
|
FirstName:
|
||
|
DoB:
|
||
|
Address:
|
||
|
Phone:
|
||
|
Email:
|
||
|
Relation:
|
||
|
fc-calendar: "D2D Calendar"
|
||
|
fc-category: "Birthday"
|
||
|
fc-date:
|
||
|
day:
|
||
|
month:
|
||
|
|
||
|
---
|
||
|
|
||
|
Parent::
|
||
|
Parents::
|
||
|
Siblings::
|
||
|
Spouse::
|
||
|
Children::
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
```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 %>
|
||
|
|
||
|
 
|
||
|
|
||
|
```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`
|
||
|
|
||
|
 
|
||
|
 
|