Template: Tabs/doc

(clarify)
No edit summary
 
Line 5: Line 5:
For example this wikitext:
For example this wikitext:


<syntaxhighlight lang="wikitext">
<syntaxhighlight lang="text">
{{tabs
{{tabs
|link1 = Link the First
|link1 = Link the First

Latest revision as of 08:27, 18 April 2024

Create a row of tabs with coloured bars under them.

Each tab is defined by a linkN parameter and an optional labelN parameter (where N is an incrementing integer).

For example this wikitext:

{{tabs
|link1 = Link the First
|link2 = Link the Second
|label2 = Label the 2<sup>nd</sup>
}}

Produces this output:

Link the First Label the 2nd

Discuss this page