Template:Start tab

From mediawiki.org
Template documentation


{{start tab}} can be used to create a tabbed interface for usage on documentation, user pages, etc.

Usage[edit]

{{ start tab
| link-1 = project
| tab-1  = project
| link-2 = project
| tab-2  = project
| link-3 = project
| tab-3  = project
| link-4 = project
| tab-4  = project
| link-5 = project
| tab-5  = project
}}

Each tab needs a link attribute with the title of the page it refers to, and a tab attribute with a label for the tab. If the current page title matches a link then that tab will be styled differently. The freeform attribute can be used with any tab (for instance |freeform-2=yes to allow for a freeform lable with multiple internal and external links if desires; otherwise, the text is tab is used as a wikilink to the page specified by link.

Parameters[edit]

  • The maximum number of available tabs is 20.
  • It is possible to define the following optional parameters:
    • frame=: set to yes to add a page frame underneath the tabs.
    • border= : border style.
    • off tab color= : color of the currently unselected tabs.
    • on tab color= : color of the currently selected tab.
    • rounding= : add rounding effect to edges of tab boxes.
    • tab alignment= : set alignment of tab's title (left/center/right).
    • image-(N°)= : name of optional image (set to 20 px) to place next to tab title.

Examples[edit]

Example for w:Wikipedia: WikiProject Athletics:

{{ start tab
| tab-1  = Current page
| link-1 = Template:Start tab
| tab-2  = Projects
| link-2 = Wikipedia:WikiProject Athletics
| tab-3  = Project talk
| link-3 = Wikipedia talk:WikiProject Athletics
| tab-4  = Olympics Project
| link-4 = Wikipedia: WikiProject Olympics
}}

Text on page here
 Current page Project Project talk Olympics Project 

Text on page here

Example for w:Wikipedia:WikiProject Athletics:

{{ start tab
| tab-1         = Current page
| link-1        = Template:Start tab
| tab-2         = Project
| link-2        = Wikipedia:WikiProject Athletics
| tab-3         = Project talk
| link-3        = Wikipedia talk:WikiProject Athletics
| tab-4         = Olympics Project
| link-4        = Wikipedia: WikiProject Olympics
| border        = 1px solid #808080
| off tab color = #f0f0ff
| on tab color  = 
| rounding      = 5em
| tab alignment = center
}}

Text on page here
 Current page Project Project talk Olympics Project 

Text on page here

See also[edit]