Template:Tab2

From DoomWiki.org

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

Purpose[edit]

Template to create two 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. height: Optional; Height of tab content areas.
  8. content1: Content of first tab.
  9. content2: Content of second tab.