616 bytes added
, 13:19, 30 April 2014
This article is about creating a tabbed user interface in a MediaWiki installation.
There are a few ways of doing this. One method involves presenting the content of a single page in a tabbed interface; kind of a showcase or slideshow. Another method involves connecting multiple pages together into a wizard or tutorial with a tabbed navigation. An example of this latter technique is the series of pages at https://en.wikipedia.org/wiki/Wikipedia:Tutorial
{{page tabs
|[[tabPage1|Introduction]]
|[[tabPage2|Page 2]]
|[[tabPage3|Page 3]]
|[[tabPage4|<span style="white-space:nowrap;">Wrap-up</span>]]
|This=1
}}