Template:Tabs/doc

Revision as of 08:19, 18 April 2024 by Samwilson (talk | contribs) (clarify)

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