Template:Tabs/doc

Revision as of 02:52, 13 November 2023 by Samwilson (talk | contribs) (Created page with "Create a row of tabs with coloured bars under them. For example this wikitext: <syntaxhighlight> {{tabs |link1 = Link the First |link2 = Link the Second |label2 = Label the 2<sup>nd</sup> }} </syntaxhighlight> Produces this output: {{tabs |link1 = Link the First |link2 = Link the Second |label2 = Label the 2<sup>nd</sup> }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Create a row of tabs with coloured bars under them.

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