This commit is contained in:
Sebastian
2026-08-29 15:41:29 +02:00
commit e2903b96dc
3828 changed files with 188535 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
---
baseofOperations: [""]
leaders: [""]
alignment: [""]
enemies: [""]
tags:
- "dnd"
- "organization"
aliases:
type: "organization"
campaign: Morgendämmerung
---
# [[{{name}}]]
**Summary**::
## Description:
## History:
## Activities:
## Organizational Structure:
### Leader: [[{{leader}}]]
### Other members of Organization:
* ...
## Ziele:
-
## Geheimnisse:
-
## Verbindungen:
- **Handlungsbögen**:
- **Orte**:
- **NSCs**:
---
````ad-example
title: Mentions in Session Notes
```dataview
TABLE summary AS "Session Summary" FROM #session-notes AND [[Morgendämmerung]]
```
````