No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 5: | Line 5: | ||
Tabs are created with <code>tabName=tabBody</code> and separated by <code>|-|</code>. You can use any content in the tabs, including templates and images.[[File:TabberNeue standard.png|center|thumb|550x550px|Simple tabs|alt=4 tabs with the content of the first tab shown.]] | Tabs are created with <code>tabName=tabBody</code> and separated by <code>|-|</code>. You can use any content in the tabs, including templates and images.[[File:TabberNeue standard.png|center|thumb|550x550px|Simple tabs|alt=4 tabs with the content of the first tab shown.]] | ||
<syntaxhighlight lang="text"> | |||
<tabber> | |||
Content for Tab 1. | |||
|-|Titel für Tab 2= | |||
Content for Tab 2. | |||
|-|Title for Tab 3= | |||
Content for Tab 3. | |||
</tabber> | |||
</syntaxhighlight> |
Revision as of 12:59, 2 April 2024
Simple Tabs
If you want to organize page content in tabs, you can use a special syntax in source editing mode.
The contents of the tabs cannot be edited in visual editing mode. It is, however, possible to show (transclude) entire wiki pages as the content of the tabs.
Tabs are created with tabName=tabBody
and separated by |-|
. You can use any content in the tabs, including templates and images.

<tabber>
Content for Tab 1.
|-|Titel für Tab 2=
Content for Tab 2.
|-|Title for Tab 3=
Content for Tab 3.
</tabber>