commit | 8e949f861d74e3d0cb07e41357385b3d7263eed5 | [log] [tgz] |
---|---|---|
author | Jon Robson <jdlrobson@gmail.com> | Thu Jan 13 08:20:32 2022 -0800 |
committer | Jon Robson <jdlrobson@gmail.com> | Thu Jan 13 08:25:01 2022 -0800 |
tree | 95be7ee779c7a8db91a038f5b108f6057811bdb5 | |
parent | 07a51c4c7efb130946012952be306eccb6292515 [diff] |
Drop support for CavendishExtensionCSS It's been deprecated, so probably time to throw it away given it simplifies things greatly. Change-Id: Ic2f70a131de01ca6bc1f307afbeda52a994bb9df
Cavendish MediaWiki skin version 2.5.0
This version of the skin is compatible with MW 1.35+
The Cavendish skin requires the MonoBook skin to be installed as the CavendishTemplate
class extends MonoBook's MonoBookTemplate
class.
There are different options that can be set in LocalSettings.php
.
$wgLogos['1x-options] = [ 'width' => 10, 'height' => 20, 'margin' => 10 ]
$wgCavendishSiteWidth
fixed width of the content area, if not set it's dynamic (default is false, that means dynamic)
$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"