Template:Tabs

From the Tesseract Wiki, the wiki for all things Marvel Cinematic Universe
Jump to navigation Jump to search
  {{{tab1}}}   {{{tab2}}}    
Template documentation
This documentation is transcluded from Template:Tabs/doc. [edit] [history] [purge]
This template generates static tabs. For dynamic tabs see Extension:Tabber.

The Tabs template is used to add tabs in user and user talk pages.

The tabs from this template are static. When a tab is clicked, a new page will be loaded.

Usage

{{tabs
|col-active   = Background color for active tab
|col-inactive = Background color for other inactive tabs
|col-border   = Line colour for bottom border
|this-tab     = n
|tab1         = [[Link 1|Tab 1]]
|tab2         = [[Link 2|Tab 2]]
|tab3         = [[Link 3|Tab 3]]
.
.
|tab20       = [[Tab 20|Tab 20]]
}}

Notes:

  • col-active, col-inactive, and col-border are all optional.
  • this-tab is optional. It determines which tab to activate or highlight.
  • tab1 and tab2 are mandatory parameters.
  • Currently, the maximum number of tabs is 20.

Examples

No tabs highlighted

{{tabs
|tab1       = [[User:Example|Tab 1]]
|tab2       = [[User:Example|Tab 2]]
|tab3       = [[User:Example|Tab 3]]
}}

gives:

  Tab 1   Tab 2   Tab 3    


Second tab highlighted

{{tabs
|this-tab   = 2
|tab1       = [[User:Example|Tab 1]]
|tab2       = [[User:Example|Tab 2]]
|tab3       = [[User:Example|Tab 3]]
}}

gives:

  Tab 1   Tab 2   Tab 3    


Multiple tabs

{{tabs
|this-tab   = 4
|tab1       = [[User:Example|Tab 1]]
|tab2       = [[User:Example|Tab 2]]
|tab3       = [[User:Example|Tab 3]]
|tab4       = [[User:Example|Tab 4]]
|tab5       = [[User:Example|Tab 5]]
|tab6       = [[User:Example|Tab 6]]
|tab7       = [[User:Example|Tab 7]]
|tab8       = [[User:Example|Tab 8]]
}}

gives:

  Tab 1   Tab 2   Tab 3   Tab 4   Tab 5   Tab 6   Tab 7   Tab 8