Skin:VectorBlue
Jump to navigation
Jump to search
![]() | This extension is incompatible with the current stable MediaWiki 1.35 release! You are advised against using this extension on a live site. Volunteer developers are invited to pledge their efforts to updating this extension to make it compatible with MediaWiki 1.35 by replacing the {{Incompatible }} template with {{Incompatible |pledge=~~~~}} . |
VectorBlue Release status: unmaintained |
|
---|---|
Description | Provides a light blue modified appearance from the standard Vector skin |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
Translate the VectorBlue skin if it is available at translatewiki.net | |
Check usage and version matrix; | |
Issues : | Open tasks · Report a bug |
VectorBlue is a Vector based skin that has a light blue modified appearance from the standard Vector skin. It uses the files of Vector for setup, which means that it requires Vector in order to work. It also requires MediaWiki 1.18.x or greater, which includes Vector, so this should not be a problem. It also offers the advantage that any customizations to the Vector files should also carry over to all Vector bases skins that were developed in the same way.
Installation[edit]
- Download the files. https://github.com/Sturmkrieg/mw-VectorBlue
- Upload the files to the
/skins/
directory of MediaWiki. - Extract the files.
- Change the folder name from mw-VectorBlue to VectorBlue.
- Add
require_once( "$IP/skins/VectorBlue/vectorblue.php" );
to the endLocalSettings.php
.