Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daschtour/cavendish
Cavendish MediaWiki Skin
https://github.com/daschtour/cavendish
css mediawiki mediawiki-skin skin
Last synced: 8 days ago
JSON representation
Cavendish MediaWiki Skin
- Host: GitHub
- URL: https://github.com/daschtour/cavendish
- Owner: DaSchTour
- License: gpl-2.0
- Archived: true
- Created: 2012-07-11T15:02:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T03:14:10.000Z (over 2 years ago)
- Last Synced: 2024-09-27T05:23:34.557Z (4 months ago)
- Topics: css, mediawiki, mediawiki-skin, skin
- Language: CSS
- Homepage: http://www.mediawiki.org/wiki/Skin:Cavendish
- Size: 2.61 MB
- Stars: 21
- Watchers: 7
- Forks: 18
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Cavendish
Cavendish MediaWiki skin version 2.5.0## Compatibility
This version of the skin is compatible with MW 1.35+## Dependencies
The Cavendish skin requires the [MonoBook skin](https://www.mediawiki.org/wiki/Skin:MonoBook) to be installed as the `CavendishTemplate` class extends MonoBook's `MonoBookTemplate` class.## Customization
There are different options that can be set in `LocalSettings.php`.`$wgCavendishLogoURL`
URL to the logo image that should be displayed in the header`$wgCavendishLogoWidth`
width of the logo as a number in px`$wgCavendishLogoHeight`
height of the logo as a number in px`$wgCavendishLogoMargin`
offset on top of the logo`$wgCavendishSiteWidth`
fixed width of the content area, if not set it's dynamic (default is false, that means dynamic)`$wgCavendishExtensionCSS`
DEPRECATED. Set this to false if you do not want to use Cavendish CSS for certain extensions (default is true). As of 12 June 2017 Cavendish automatically uses its own CSS for the following extensions if and when said extensions are installed: Babel, Cite, InputBox, LiquidThread, WikiEditor`$wgCavendishQRCode`
Whether to add QR code to all pages (true) or not (false)`$wgCavendishQRUrlAdd`
Used to track campaign for entry through QR Code in analytics software (e.g. Google Analytics, Piwik, ...); default is "?pk_campaign=qr-code"`$wgCavendishColor`
Select color of the theme: blue, brown or green (default is blue)