Template: Tabs/doc

(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> }}")
 
No edit summary
Line 3: Line 3:
For example this wikitext:
For example this wikitext:


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

Revision as of 08:15, 18 April 2024

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