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>
65 lines
1.6 KiB
Markdown
65 lines
1.6 KiB
Markdown
---
|
|
title: "" # Display name (e.g., "Unlicensed Lattice Components")
|
|
slug: "" # URL-safe identifier (e.g., "lattice-components")
|
|
category: contraband
|
|
status: proposed # proposed | draft | canonical
|
|
created: YYYY-MM-DD
|
|
updated: YYYY-MM-DD
|
|
risk_level: "" # low | moderate | high | extreme
|
|
source: [] # faction slugs or supply chain descriptions
|
|
regulatory_classification: "" # category-1 | category-2 | category-3
|
|
tags: []
|
|
decision_refs: []
|
|
cross_refs: []
|
|
---
|
|
|
|
# {Title}
|
|
|
|
**Type:** Contraband
|
|
**Status:** {status}
|
|
**Risk Level:** {risk_level}
|
|
**Regulatory Classification:** {regulatory_classification}
|
|
**Source:** {source}
|
|
|
|
---
|
|
|
|
## Overview
|
|
|
|
{What it is, why it's illegal, who wants it.}
|
|
|
|
---
|
|
|
|
## Supply Chain
|
|
|
|
{How it gets from source to end user. Which NPCs are involved.}
|
|
|
|
---
|
|
|
|
## Moral Dimension
|
|
|
|
{Why reasonable people smuggle this. The ethical complexity.}
|
|
|
|
---
|
|
|
|
## Detection Vectors
|
|
|
|
{How an investigator would identify this contraband. Manifest tells, physical indicators.}
|
|
|
|
---
|
|
|
|
## Mechanical Integration
|
|
|
|
{FactIds, knowledge graph connections, investigation progression.}
|
|
|
|
---
|
|
|
|
**Cross-References:**
|
|
<!-- Relative paths from flat categories (wiki/contraband/{slug}.md):
|
|
Other contraband: {slug}.md
|
|
Characters: ../characters/{slug}.md
|
|
Factions: ../factions/{slug}.md
|
|
Technology: ../technology/{slug}.md
|
|
Locations: ../star-systems/{sys}/{sta}/{dist}/{loc}.md
|
|
-->
|
|
- [{related_entry}](../{category}/{slug}.md) — {relationship}
|