Template:Tabs
Revision as of 18:06, 15 November 2025 by BrazilianNut (talk | contribs) (→Parameters: Expanded descriptions of some of the parameters; added descriptions for commonly used parameters that weren't listed.)
Documentation for Tabs
Parameters
- title
- Title of the Tabs.
- notitle
- Tabs with no title. Only the selected tab's name is shown on the header.
- iconn
- Name displayed on the tabs/buttons. Replace n with a number up to 45.
- contentn
- Content displayed when clicking on the tabs/buttons. Replace n with a number up to 45.
- orientation (optional)
- Orientation of the tabs/buttons. Accepts
verticalandhorizontal(defaults tovertical).
- width (optional)
- Width of the tabs. Accepts both
pxand%values (defaults to 800px).
- noalign (optional)
- Set it to
1to align the Tabs to the left (defaults to0and aligns the Tabs to center).
- collapsed (optional)
- Set it to
1to load the article with contents hidden (defaults to0and loads them shown).
Example
{{Tabs
| title = Tabs example
| orientation = vertical
| icon1 = Tab #1
| icon2 = Tab #2
| content1 =
Hello Wiki! Look at my cool hat!
<gallery>
File:Engineer Wiki Cap.png
</gallery>
| content2 =
I lost my hat :(
<gallery>
File:Engineerhumiliation.png
</gallery>
}}
generates: