Extension:JQuery Tab Container
From MediaWiki.org
|
|
This extension is incompatible with the current stable MediaWiki 1.18 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.18 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. |
| Last version | 1.1x (2009-03-19) |
| MediaWiki | 1.16+ |
| License | Freeware / Open Source (BSD) |
| Download | see below |
|
Check usage (experimental) |
|
Contents |
[edit] What can this extension do?
Add tab container to your markup language so you can accommodate more information in one page in user friendly way.
[edit] Usage
- Check extension home page for usage information.
<tabs> <tab title="Tab #1">wiki body</tab> <tab title="Tab #2">wiki body</tab> </tabs>
[edit] Download instructions
- Source code can be found at mediawiki-tabs
[edit] Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/JQueryTabs/JQueryTabs.php");