Skin:Pivot
Jump to navigation
Jump to search
Pivot Release status: stable |
|||
---|---|---|---|
![]() |
|||
Description | A mobile skin which "pivots" seamlessly to any size display | ||
Author(s) | Tom Hutchison | ||
Latest version | 2.3.0 (2020-12-11) | ||
MediaWiki | 1.35+ | ||
PHP | 7.0+ | ||
License | BSD 2-clause "Simplified" License | ||
Download | GitHub: Note: README CHANGELOG |
||
Example | pivot.wikiproject.net | ||
|
|||
Translate the Pivot skin if it is available at translatewiki.net | |||
Check usage and version matrix; |
The Pivot skin focuses on mobile first but will pivot to all viewports with elegance. Supports responsive layouts and has classes predefined for Semantic MediaWiki extension. Built on Zurb's Foundation Framework (v5.5.3), a "mobile first" and advanced responsive front-end framework.
Highlights[edit]
- Responsive and familiar. − View you wiki similar to MonoBook or Vector.
- Useful Tabs. − Built-in and responsive own tabs.
- Smart Typography. − Choose the design of the text that you need.
- Grid Layout. − Place your information efficiently on desktop and mobile devices
- Image Slider. − Let your images slide.
- Awesome. − Full support of Font Awesome (v4.7.0)
Installation[edit]
From tarball[edit]
- Download the latest version extract and place the file(s) in a directory called
pivot
in yourskins/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadSkin( 'pivot' );
- Configure as required
Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
With Git[edit]
If you have Git installed on your MW server.
- In the MW installation directory
../skins
executegit clone https://github.com/Hutchy68/pivot.git
- Add the following code at the bottom of your LocalSettings.php:
wfLoadSkin( 'pivot' );
- Configure as required using the link above for more information.
Links[edit]
- Pivot demo wiki
- Report an issue or feature request - Please report issues or feature request on GitHub!
- Sites using Pivot - Feel free to add your wiki!
- Usage of Pivot monitored at WikiApiary
- Zurb Foundation