Citizen is a responsive MediaWiki skin with extensive extension support, modern UI patterns, and powerful customization options. Built for wikis that need to look great and work seamlessly.
Get Citizen up and running on your MediaWiki installation in minutes.
1
Download the skin
Download the latest release from GitHub and extract it to your MediaWiki skins/ directory.
cd /path/to/mediawiki/skinswget https://github.com/StarCitizenTools/mediawiki-skins-Citizen/archive/main.zipunzip main.zipmv mediawiki-skins-Citizen-main Citizen
2
Enable the skin
Add the following line to your LocalSettings.php file:
LocalSettings.php
wfLoadSkin( 'Citizen' );
3
Configure options (optional)
Customize Citizen’s behavior by adding configuration variables:
LocalSettings.php
# Enable command palette$wgCitizenEnableCommandPalette = true;# Enable user preferences panel$wgCitizenEnablePreferences = true;# Set default theme (auto, light, or dark)$wgCitizenThemeDefault = 'auto';
See example output
After enabling Citizen, your wiki will have a responsive layout with light/dark mode support, a command palette for quick navigation, and extensive styling for MediaWiki extensions.
4
Verify installation
Navigate to Special:Version on your wiki to confirm that Citizen is installed and active. You should see it listed under the “Installed skins” section.