Extension:Tabs
This extension is incompatible with MediaWiki 1.42 or any later release!
|
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Extension}} infobox. |
Release status: unmaintained |
|
|---|---|
| Implementation | Tag, Parser function |
| Description | Allows simple creation of tab menus, dropdown menus, and collapsible boxes. |
| Author(s) | Joeytje50talk |
| Latest version | 1.29+ (2018-01-20) |
| MediaWiki | 1.25+ |
| PHP | 5.4+ |
| Database changes | No |
| License | GNU General Public License 2.0 or later |
| Download | |
|
|
|
| Translate the Tabs extension if it is available at translatewiki.net | |
The Tabs extension makes it possible to insert tab menus, dropdown menus, and collapsible boxes into any page, using the <tabs /> and <tab> tags, or the {{#tab:}} parser function.
This extension requires no JavaScript to work, except for older browsers such as Internet Explorer 8 and lower as a CSS :checked polyfill.
As opposed to other extensions, this independence from JavaScript results in having no flash of unstyled content when the page loads.
Installation
[edit]- Download and move the extracted
Tabsfolder to yourextensions/directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Tabs
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Tabs' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
[edit]None, but the default background colour for dropdown menus is stored on the "MediaWiki:tabs-dropdown-bgcolor" page.
Usage
[edit]See Extension:Tabs/Usage.
See also
[edit]- Extension:TabberNeue
- Extension:Header Tabs
- Extension:BootstrapComponents => see component Accordion
| This extension is included in the following wiki farms/hosts and/or packages: |
