Template:Tabber/doc

From Little Tail Wiki
Revision as of 19:16, 8 February 2025 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump 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

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
}}
}}