This a "Plugin" for Mediawiki's Tabs Extension to show tabs as an accordion on mobile.
This extension provides a simple jQuery-Plugin to show content as a accordion instad of tabs.
- Make sure you have the Tabs extension installed.
- Copy the "MobileTabsExtesion" to your extesion folder and include it in your
LocalSettings.php
:
wfLoadExtension( 'MobileTabsPlugin' );