Template: Tabs

(Created page with "{{#invoke:tabs|main}}")
 
No edit summary
 
Line 1: Line 1:
{{#invoke:tabs|main}}
{{#invoke:tabs|main}}<noinclude>{{documentation}}</noinclude>

Latest revision as of 02:43, 13 November 2023

[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