This JSPWikiStyle allows to add tabbed sections to your wiki pages, similar to the ones used in edit or page-info mode. The formatting of the tabs can be customised in the jspwiki.css.
You can only use alphanumeric characters and a dash in the name of your tabs (no other punctuations), the name of the tab may not start with a digit. (css classname restrictions)
When the page loads, only the first tabbed section will be visible. All other sections are hidden, until you click the corresponding tab.
%%tabbedSection %%tab-ThisIsMyFirstTab Some text inside the first tab. %% %%tab-ThisIsMyLastTab Some other text inside the second tab. %% %%