Template:Tabber

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 16:09, 25 February 2024 by Vish (talk | contribs) (Replaced content with "<includeonly>{{#invoke:Tabber|main|class=tab}}</includeonly><noinclude> {{See also|Module:Tabber}} Creates switchable tabs wherever the template is used. For the sake of readability, it's recommended to format the use of this template like the examples below. ==Example== {{Tabber |Uno| Some text. |Due| Different text. How bizarre. }} <pre> {{Tabber |Uno| Some text. |Due| Different text. How bizarre. }} </pre><br/> ==Example (with nested tabs)== {{Tabber |Big 1| A...")
Jump to navigation Jump to search

Creates switchable tabs wherever the template is used.

For the sake of readability, it's recommended to format the use of this template like the examples below.

Example

Some text.

Different text. How bizarre.

{{Tabber
|Uno|
Some text.
|Due|
Different text. How bizarre.
}}

Example (with nested tabs)

A

B

C

{{Tabber
|Big 1|
A
|Big 2|
{{Tabber
|Nested 1|
B
|Nested 2|
C
}}
}}