A responsive Mediawiki skin designed for the Star Citizen Wiki
CSSGPL-3.0
Citizen
Citizen is a responsive skin for MediaWiki built by the Star Citizen Wiki team. Although it is specifically built for the Star Citizen Wiki, the skin should be able to run on any Mediawiki installation that is 1.31 or higher. Due to resource constraints, we might not be able to provide full support for setups that are vastly different than us, but please feel free to submit patches or bug report!
Fully responsive skin: Responsive and able to adapt to different screen sizes. π±π»π₯οΈ
Rich search suggestions: More helpful search suggestions with images and descriptions. ππ
Lazyload images: Improve load time of your wiki and avoid unnessecary image downloads. π
Native light/dark mode support: Respect OS and app configuration for light and dark mode. βοΈπ
Webapp manifest: Give a more app-like experience when user add your wiki to their home screen. π±
HTTP security response headers: Enhance the security of your wiki from HTTP response headers. ππ
Installation
Download place the file(s) in a directory called Citizen in your skins/ folder.
Add the following code at the bottom of your LocalSettings.php:
wfLoadSkin( 'Citizen' );
βοΈDone - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
Configurations
Search suggestions
Name
Description
Values
Default
$wgCitizenSearchDescriptionSource
Source of description text on search suggestions
wikidata - Use description provided by WikibaseLib or ShortDescription; textextracts - Use description provided by TextExtracts; pagedescription - Use description provided by Description2 or any other extension that sets the description page property
Enable or disable strict-origin-when-cross-originreferrer policy header, should be used in conjunction with $wgReferrerPolicy as that only outputs the meta tags