This is the content of the first tab, which appears as the leftmost of the tabs shown.
TabberNeue demo
From Notaclue Wiki
| TabberNeue | |
|---|---|
| Documentation | |
| Maintained by WikiTeq? |
No |
| Version | |
This wiki has the TabberNeue extension installed, which adds two new parser functions, <tabber> and <tabbertransclude>, to create tabbed content and tabbed transcluded pages.
Tabber[edit | edit source]
To create tabs of simple wikitext, use the first parser function. For example,
<tabber>
|-|First tab name=
This is the content of the first tab, which appears as the leftmost of the tabs shown.
|-|Second tab name=
This is the content of the second tab, which appears as the middle of the tabs shown.
|-|Third tab name=
This is the content of the third tab, which appears as the rightmost of the tabs shown.
</tabber>
produces:
Tabber Transclude[edit | edit source]
On the other hand, embedding other pages can be is done with a slightly different syntax:
<tabbertransclude>
TabberNeue demo/First|First tab name
TabberNeue demo/Second|Second tab name
TabberNeue demo/Third|Third tab name
</tabbertransclude>
embeds the pages TabberNeue demo/First, TabberNeue demo/Second, and TabberNeue demo/Third, producing:
This content comes from TabberNeue demo/First and is being shown on TabberNeue demo.