Template:Tab3

From DoomWiki.org

{{{tab1}}}{{{tab2}}}{{{tab3}}}
{{{content1}}}

Purpose[edit]

Template to create three togglable tabs. Parameters:

  1. width: Optional; Width of the container.
  2. default: Optional; Default tab number, 1 if not specified.
  3. fallback: Optional; Number of tab to display if JavaScript is disabled or not working.
  4. tabwidth: Optional; Width of tab content areas.
  5. tab1: Caption for first tab.
  6. tab2: Caption for second tab.
  7. tab3: Caption for third tab.
  8. height: Optional; Height of tab content areas.
  9. content1: Content of first tab.
  10. content2: Content of second tab.
  11. content3: Content of third tab.