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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Create a row of tabs with coloured bars under them.
Create a row of tabs with coloured bars under them.
Each tab is defined by a {{code|1=link<span style="color:green">N</span>}} parameter and an optional {{code|1=label<span style="color:green">N</span>}} parameter (where {{code|1=<span style="color:green">N</span>}} is an incrementing integer).


For example this wikitext:
For example this wikitext:


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

Latest revision as of 08:27, 18 April 2024

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