Template:Tabber/doc: Difference between revisions

From Little Tail Wiki
Jump to navigationJump to search
Created page with "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 |Big 2| {{Tabber |Nested 1| B |Nested 2| C }} }} <pre> {{Tabber |Big 1| A |Big 2| {{Tabber |Nested 1| B..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{See also|Module:Tabber}}
Creates switchable tabs wherever the template is used.
Creates switchable tabs wherever the template is used.


Line 44: Line 46:
}}
}}
</pre>
</pre>
This content comes from JoJo's Bizarre Encyclopedia (https://jojowiki.com), and must be attributed to its authors if you are using it on another wiki or web page, as specified in the license.

Latest revision as of 19:16, 8 February 2025

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

UnoDue

Some text.

Different text. How bizarre.

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


Example (with nested tabs)

Big 1Big 2

A

Nested 1Nested 2

B

C

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