Extension:JQuery Tab Container
From MediaWiki.org
| This extension is incompatible with the current stable MediaWiki 1.20 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.20 by replacing the {{Incompatible}} template with {{Incompatible|pledge=~~~~}}.
|
|
JQuery Tab Container Release status: stable |
|
|---|---|
| Implementation | Tag |
| Description | Helps you organize content of your page into AJAX tabs. |
| Author(s) | (SCR_Developertalk) |
| Last version | 1.1x (2009-03-19) |
| MediaWiki | 1.16+ |
| License | Freeware / Open Source (BSD) |
| Download | see below |
| Check usage and version matrix | |
Contents |
What can this extension do? [edit]
Add tab container to your markup language so you can accommodate more information in one page in user friendly way.
Usage [edit]
- Check extension home page for usage information.
<tabs> <tab title="Tab #1">wiki body</tab> <tab title="Tab #2">wiki body</tab> </tabs>
Download instructions [edit]
- Source code can be found at mediawiki-tabs
Installation [edit]
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/JQueryTabs/JQueryTabs.php");
See also [edit]
- Extension:Tabber - different behavior and implementation, but similar concept.
- Extension:HeaderTabs
- Working demo page, MW 1.16.0