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>
68 lines
1.6 KiB
Markdown
68 lines
1.6 KiB
Markdown
---
|
|
title: "" # Display name (e.g., "Station Sova")
|
|
slug: "" # URL-safe identifier (e.g., "sova")
|
|
category: station
|
|
status: proposed # proposed | draft | canonical
|
|
created: YYYY-MM-DD
|
|
updated: YYYY-MM-DD
|
|
parent_system: "" # star system slug
|
|
population: 0
|
|
station_type: "" # logistics | military | research | residential | mixed
|
|
districts: [] # slugs of districts
|
|
tags: []
|
|
decision_refs: []
|
|
cross_refs: []
|
|
---
|
|
|
|
# {Title}
|
|
|
|
**Type:** Station
|
|
**Status:** {status}
|
|
**System:** [{parent_system}](../index.md)
|
|
**Population:** ~{population}
|
|
**Station Type:** {station_type}
|
|
|
|
---
|
|
|
|
## Overview
|
|
|
|
{1-2 paragraph description: what kind of station, why it exists, what life is like here.}
|
|
|
|
---
|
|
|
|
## Districts
|
|
|
|
{List of districts with brief descriptions and links.}
|
|
|
|
---
|
|
|
|
## Infrastructure
|
|
|
|
{Station-level infrastructure: docking, environmental, transit, power.}
|
|
|
|
---
|
|
|
|
## Governance & Services
|
|
|
|
{Local authority, Commission presence, services available.}
|
|
|
|
---
|
|
|
|
## Mechanical Integration
|
|
|
|
{Knowledge graph flags, perception differences, relevant game systems.}
|
|
|
|
---
|
|
|
|
**Cross-References:**
|
|
<!-- Relative paths from station index (wiki/star-systems/{sys}/{sta}/index.md):
|
|
Districts in this station: {slug}/index.md
|
|
System index: ../index.md
|
|
Characters: ../../characters/{slug}.md
|
|
Factions: ../../factions/{slug}.md
|
|
Technology: ../../technology/{slug}.md
|
|
Contraband: ../../contraband/{slug}.md
|
|
-->
|
|
- [{parent_system}](../index.md) — Parent system
|
|
- [{district_name}]({slug}/index.md) — {description}
|