Files
settled-reach/wiki/_templates/triangle.md
T
jpmschweitzerandClaude Opus 4.6 b672b9c269 feat(docs): restructure wiki taxonomy with templates and Krenn System entry (#301, #319)
Move wiki from docs/wiki/ to root wiki/. Add 14 category templates with
YAML frontmatter, governance model, hierarchical spatial structure
(system > station > district > location). Populate Krenn System entry
as first concrete star system. Update cross-references in workshop and
sprint docs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 00:58:45 +01:00

60 lines
1.5 KiB
Markdown

---
title: "" # Display name (e.g., "Hub Power")
slug: "" # URL-safe identifier (e.g., "hub-power")
category: triangle
status: proposed # proposed | draft | canonical
created: YYYY-MM-DD
updated: YYYY-MM-DD
members: [] # exactly 3 character slugs
triangle_type: "" # entangled | mundane | cross-template
social_sites: [] # location slugs where this triangle plays out
tags: []
decision_refs: [] # e.g., [D-024, D-047]
cross_refs: []
---
# Triangle: {Title}
**Type:** Triangle — {triangle_type}
**Status:** {status}
**Members:** {member links}
**Social Sites:** {location links}
---
## Diagram
```
{ASCII diagram showing 3 members and their tensions}
```
---
## Tension
{What the core conflict is, why it exists, how it manifests.}
---
## Fork Points
{Decision points for the player, outcomes, cascading effects.}
---
## Player Relevance
**Smuggler:** {how the smuggler interacts with this triangle}
**Detective:** {how the detective interacts with this triangle}
---
**Cross-References:**
<!-- Relative paths from flat categories (wiki/triangles/{slug}.md):
Characters: ../characters/{slug}.md
Factions: ../factions/{slug}.md
Locations: ../star-systems/{sys}/{sta}/{dist}/{loc}.md
-->
- [{character_name}](../characters/{slug}.md) — {role in triangle}
- [{location_name}](../star-systems/{sys}/{sta}/{dist}/{slug}.md) — {where it plays out}