Template:Tabs

From Team Fortress Wiki
Jump to: navigation, search
[hide]{{{title}}}
  • {{{icon1}}}
{{{content1}}}
show;hide

Documentation for Tabs

Parameters

title
Title of the Tabs
orientation
Orientation of the tabs/buttons
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
width
Width of the tabs

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:

[hide]Tabs example
  • Tab #1
  • Tab #2
Hello Wiki! Look at my cool hat!
I lost my hat :(
show;hide