Template:Tab

From Beasts of Bermuda
Revision as of 22:55, 16 November 2024 by Vrana (talk | contribs) (Added Tab functionality, CSS (Design) is still WIP.)
Jump to: navigation, search

This is a template used for creating tabs and tabbars.
Usage:

 
        {{Tab
        |one=       Acrocanthosaurus
        |one-name=      Acrocanthosaurus
        |two=       Carcharodontosaurus
        |two-name=      Charcharodontosaurus
        }}
    



Or for longer Tabbars:

 
        {{Tab
        |one=       page-one
        |one-name=      tab-name-one
        |two=       page-two
        |two-name=      tab-name-two
        |three=     page-three
        |three-name=    tab-name-three
        |four=      page-four
        |four-name=     tab-name-four
        |five=      page-five
        |five-name=     tab-name-five
        |six=       page-six
        |six-name=      tab-name-six
        |seven=     page-seven
        |seven-name=    tab-name-seven
        |eight=     page-eight
        |eight-name=    tab-name-eight
        |nine=      page-nine
        |nine-name=     tab-name-nine
        |ten=       page-ten
        |ten-name=      tab-name-ten
        }}