The Properties should look like the image below.
![[Properties Screenshot.png]]
To add Properties, go to the Command Palette. Search "Properties." You will see "Add file properties" filtered in the results.
# Anchor
## Bio
| Birth Date | Birth Place | Marriage Date | Marriage Place | Death Date | Death Place |
| ---------- | ----------- | ------------- | -------------- | ---------- | ----------- |
| | | | | | |
### Parents
Father: [[Example]]
Mother: [[Example]]
### Siblings
> [!NOTE]
> Add name with double brackets to create a new Anchor Note for the sibling. Repeat for each Sibling. Then add the template by using the hotkey, *Ctrl/Command T.* Then choose the template, "Ancestor Anchor Template"
### Spouse/s
> [!NOTE]
> Add name with double brackets to create a new Anchor Note for the spouse. Repeat for each spouse. Then add the template by using the hotkey, *Ctrl/Command T.* Then choose the template, "Ancestor Anchor Template"
### Children
> [!NOTE]
> Add name with double brackets to create a new Anchor Note for the child. Repeat for each child. Then add the template by using the hotkey, *Ctrl/Command T.* Then choose the template, "Ancestor Anchor Template"
---
# Notes
## CAPTURE
> [!NOTE] Title
> See Section 1: Module 4
> for what your Dataview code should be.
>
```dataview
LIST
FROM [[]]
WHERE Type = "CAPTURE"
```
## THOUGHTS
```dataview
LIST
FROM [[]]
WHERE Type = "THOUGHT"
```