A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.
Go to file
2021-08-11 17:48:10 -04:00
.github chore: use conventional commit for CI 2021-01-06 18:51:13 -05:00
bin Force phpcbf to exit with 0 2019-12-30 19:04:02 -05:00
i18n Localisation updates from https://translatewiki.net. 2021-08-09 13:08:49 +02:00
includes feat: add user customizable line height 2021-08-05 11:24:52 -04:00
licenses Remove Titillium Web font 2020-08-12 12:59:56 -04:00
resources feat: increase the contrast of buttons and icons 2021-08-10 23:55:54 -04:00
skinStyles feat: update WikiEditor skinStyles to grade B 2021-08-11 17:48:10 -04:00
templates feat: remove mw-body-content from HTML 2021-07-30 11:44:02 -04:00
.eslintignore refactor: convert skins.citizen.scripts.toc to ES6 2021-04-21 15:07:55 -04:00
.eslintrc.json feat: implement reading preferences 2021-04-27 13:51:03 -04:00
.gitignore Improve CI and code clean up (#143) 2020-06-16 22:49:41 -04:00
.phpcs.xml chore: update linter config 2021-01-06 19:28:39 -05:00
.stylelintignore Improve CI and code clean up (#143) 2020-06-16 22:49:41 -04:00
.stylelintrc.json ci: disable font-size px check 2021-06-20 02:13:28 -04:00
.svgo.config.js build: update svgo to 2.2.2 2021-04-17 20:40:20 -04:00
citizen.php Make a dinner reservation - MediaWiki CI 2020-06-17 02:56:40 +00:00
CODE_OF_CONDUCT.md Add documentation to the skin 2019-12-21 00:56:15 -05:00
composer.json build: update dependencies 2021-07-29 22:48:10 -04:00
jsdoc.json ci: lint code to MediaWiki standards 2021-04-18 00:41:13 +00:00
LICENSE licensing update 2019-08-16 21:48:16 -04:00
package-lock.json ci: lint code to MediaWiki standards 2021-07-30 02:49:04 +00:00
package.json build: update dependencies 2021-07-29 22:48:10 -04:00
README.md feat: update WikiEditor skinStyles to grade B 2021-08-11 17:48:10 -04:00
skin.json feat: update Echo skinStyles to grade A 2021-08-11 16:30:43 -04:00

Citizen

License: GPL v3 MediaWiki: >=1.35.0

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 is designed to be flexible to run on any Mediawiki installation that is 1.35.2 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!

Live demo can be seen at the Star Citizen Wiki, more avaliable here.

Notable features

  • Fully responsive skin: Responsive and able to adapt to different screen sizes. 📱💻🖥️
  • Light/dark mode support: Switch between light and dark mode. Require JS ☀️🌙
  • Adjustable font size and page width: Read the article the way you wanted. Require JS 👀📃
  • Collapsible sections: Collapse and expand article sections. Require JS 📖📕
  • Persistent ToC: Access ToC anywhere in the article. Tracking require JS 🔍📖
  • Rich search suggestions: More helpful search suggestions with images and descriptions. Require JS 🔍👀
  • Webapp manifest: Give a more app-like experience when user add your wiki to their home screen. 📱

SkinStyles

Citizen includes numerous skinStyles that applies custom styling to extensions and core libraries. Please feel free to submit PRs if you want to add support for more extensions! Unless the extension has never supported the current minimum required MediaWiki version of the skin, the skinStyles are based on the latest version of the said MW release branch (e.g. REL1_35 for MediaWiki 1.35).

  • Grade A - Overhaul - Major adjustments to UI, plus Grade B.
  • Grade B - Dynamic - Colors are converted into CSS variables, little to none style adjustments.
  • Grade C - Legacy overhaul Major adjustments to UI but using legacy CSS variables.
  • Grade D - Legacy dynamic - Color are converted into CSS variables but in old standards (background-color-dp-XX). These should be updated to at least Grade B support.
  • Grade E - Legacy static - Dark mode colors are hardcored as LESS variables. These should be updated to at least Grade B support.

Core

Name Grade Version Last updated
MediaWiki UI B 1.35.3 2021-07-27
OOUI B 0.39.3 086b4f1 2021-07-26

Extensions

Name Grade Version Last updated
AdvancedSearch E N/A N/A
ApprovedRevs B N/A N/A
Babel B MLEB 2021.07 2021-07-29
Capiunto E N/A N/A
CategoryTree B N/A N/A
Cite A N/A N/A
CleanChanges B MLEB 2021.07 2021-07-29
CodeMirror D N/A N/A
CookieWarning A N/A N/A
DismissableSiteNotice A N/A N/A
Echo A REL1_35 347c30e 2021-08-11
Flow (StructuredDiscussions) E N/A N/A
Graph D N/A N/A
Lingo E N/A N/A
MultimediaViewer C N/A N/A
OAuth D N/A N/A
Popups D N/A N/A
RelatedArticles D N/A N/A
Semantic MediaWiki E N/A N/A
Semantic Result Formats E N/A N/A
Tabber A N/A N/A
TabberNeue A 1.0.1 0dc1b34 2021-06-21
TimedMediaHandler D N/A N/A
Translate B MLEB 2021.07 2021-07-29
UniversalLanguageSelector B MLEB 2021.07 2021-07-29
UploadWizard C N/A N/A
VisualEditor A REL1_35 cc3466a 2021-08-04
WikiEditor B REL1_35 e18315e 2021-08-11

Some of the field are tagged as N/A because the information was not tracked before.

Installation

  1. Download place the file(s) in a directory called Citizen in your skins/ folder.
  2. Add the following code at the bottom of your LocalSettings.php:
wfLoadSkin( 'Citizen' );
  1. ✔️Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.

Configurations

The skin works out of the box without any configurations. The config flags allow more customization on the specific features in the skin.

Appearance

Name Description Values Default
$wgCitizenThemeDefault The default theme of the skin auto - switch between light and dark according to OS/browser settings; light; dark auto
$wgCitizenEnableCollapsibleSections Enables or disable collapsible sections on content pages true - enable; false - disable true
$wgCitizenShowPageTools The condition of page tools visibility true - always visible; login - visible to logged-in users; permission - visible to users with the right permissions true
$wgCitizenEnableDrawerSiteStats Enables the site statistics in drawer menu true - enable; false - disable true
$wgCitizenEnableDrawerSubSearch Enables the drawer search box for menu entries true - enable; false - disable false
$wgCitizenPortalAttach Label of the portal to attach links to upload and special pages to string first
$wgCitizenThemeColor The color defined in the theme-color meta tag Hex color code #131a21

Search suggestions

Name Description Values Default
$wgCitizenEnableSearch Enable or disable rich search suggestions true - enable; false - disable true
$wgCitizenSearchGateway Which gateway to use for fetching search suggestion mwActionApi; mwRestApi mwActionApi
$wgCitizenSearchDescriptionSource Source of description text on search suggestions (only takes effect if $wgCitizenSearchGateway is mwActionApi) 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 textextracts
$wgCitizenMaxSearchResults Max number of search suggestions Integer > 0 6

Webapp manifest

Name Description Values Default
$wgCitizenEnableManifest Enable or disable web app manifest true - enable; false - disable true
$wgCitizenManifestThemeColor Theme color of the web app manifest Hex color code #131a21
$wgCitizenManifestBackgroundColor Background color of the web app manifest Hex color code #131a21

Miscellaneous

Name Description Values Default
$wgCitizenEnablePreconnect Enable or disable preconnect to required origin true - enable; false - disable false
$wgCitizenPreconnectURL The URL for preconnect to required origin URL
$wgCitizenThemeColor The color defined in the theme-color meta tag Hex color code #11151d

Requirements

  • MediaWiki 1.35.2 or later
  • For the legacy versions, check the other release branches.