Wiki pages, modules, and automation for Star Citizen Wiki.
Files in pages/ map to wiki pages by namespace. Each file deploys to its corresponding wiki page.
| Page | Description |
|---|---|
| Module:InfoboxLua | Data-driven infobox system with collapsible sections, tabs, and multi-column layouts. |
| Module:Details | Wrapper for creating collapsible content sections. |
| Module:ScribuntoUnit | Unit testing framework for Scribunto modules. |
Formatting is enforced by linters. Requires mise.
mise run lint # Check
mise run fix # FixDeploy a module to the wiki with the deploy-to-wiki agent skill:
deploy Details
This handles file-to-page mapping, diff checking with confirmation, and markdown-to-wikitext conversion for documentation pages.