Template:Navigation Tab

From Portalpedia, the Portal encyclopedia
Jump to navigation Jump to search
{{{tab1}}}

This template is supposed to be the base template for other tab templates.

Usage[edit source]

{{Navigation Tab
|backcolor=
|altbackcolor=
|bordercolor=
|borderradius=
|height=
|minwidth=       
|maxwidth=
|tab1=
|tab2=
|tab3=
|tab4=
|tab5=
|tab6=
|tab7=
|tab8=
|tab9=
}}

All parameters, except tab1, are optional.

  • backcolor - background color of active tab; default #000000;
  • altbackcolor - background color of inactive tabs; default transparent;
  • bordercolor - border color of every tab; default gray;
  • borderradius - border radius of every tab; default 4;
  • height - height of tabs, in em; default 3.8em;
  • minwidth - min. width of tabs, in em; default 5.0em;
  • maxwidth - max. width of tabs, in em; default 12.0em;
  • tab1 - an arbitrary title of the first tab;
  • tab2 - title of the second tab; it must correspond to the part after "/" of the name of the page, to which it links
  • tab3, tab4, tab5, tab6, tab7, tab8, tab9 - like tab2

Example[edit source]

{{Navigation Tab
|backcolor=DarkRed 
|altbackcolor=#FFFFFF
|bordercolor=silver
|borderradius=6
|height=2.2
|maxwidth=20
|tab1=Overview
|tab2=Normal Timeline
|tab3=Alternative Timeline
|tab4=Moveset
|tab5=Character Development
|tab6=Fatality Theater
|tab7=Gallery
}}

The tabs will link to pages Character, Character/Normal Timeline, Character/Alternative Timeline, Character/Moveset, Character/Character Development, and Character/Fatality Theater, Character/Gallery