Getting Started
Welcome
Start here — how this wiki is organised.
Welcome to the Control Group Wiki. This is the reference material for the Control Group faction/materials in the game — replace this text with your actual content whenever you're ready.
How this wiki works
- Every page is a
.mdxfile insidecontent/wiki/. - Pages are grouped into categories using the
categoryfield in the frontmatter at the top of each file. - Link to another page the normal Markdown way, e.g.
[Overview](/wiki/overview)— see the Overview page for an example. - External links (anything starting with
http) automatically open in a new tab.
Tip: use the search box in the sidebar to jump straight to a page by title.
Formatting cheat sheet
You can use standard Markdown: bold, italics, inline code, lists, blockquotes,
tables, headings, and horizontal rules — all styled to match dark/light mode automatically.
- Ordered lists work
- So do nested bullet lists
- And
code snippets