Tabs Inside Page: Difference between revisions
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Revision as of 21:13, 13 November 2014
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