Tabs Inside Page
Revision as of 21:13, 13 November 2014 by Nicolas Rollin (talk | contribs) (Created page with "Category:Tabs Category:Demo == Module == Download module at http://www.mediawiki.org/wiki/Special:ExtensionDistributor/Tabber Tabber == Setup == Copy file into ex...")
Module
Download module at [Tabber]
Setup
Copy file into extensions folder Add the following code at the end of LocalSettings.php
require_once( "$IP/extensions/Tabber/Tabber.php" );
Usage
Tabs are created as follows: <tabName>=<tabBody> Tabs are separated by: "|-|"
Sample