Template:Tabs

Revision as of 02:43, 13 November 2023 by Samwilson (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[edit] Template documentation

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