Template:Start tab/doc
From MediaWiki.org
| This is a documentation subpage for Template:Start tab (see that page for the template itself). It contains usage information, categories, interlanguage links and other content that is not part of the original template page. |
{{start tab}} can be used to create a tabbed interface for usage on documentation, user pages, etc.
Contents |
Usage [edit]
{{ start tab
| link-1 =
| tab-1 =
| link-2 =
| tab-2 =
| link-3 =
| tab-3 =
| link-4 =
| tab-4 =
| link-5 =
| tab-5 =
}}
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.
- To use the next page feature, end the page with the {{end tab}} template.
- It is possible to define the following optional parameters:
frame=: set toyesto 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 = 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
}}
Text on page here
{{ end 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
}}
| 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
{{ end 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
}}
| Current page | Project | Project talk | Olympics Project |
Text on page here