User:SilentStorm/Templates/Tabs
From Guild Wars Wiki
< User:SilentStorm
Revision as of 07:49, 24 September 2009 by SilentStorm (Talk | contribs)
[edit] Parameters
- Unnamed Parameter 1-20
- The Links for your Navigation.
- bgcolor
- Valid HTML Color Code used for unselected Tabs. (make sure to use
<nowiki></nowiki>Tags.) - bgsel
- Valid HTML Color Code used for the current Tab. (make sure to use
<nowiki></nowiki>Tags.) - border
- Valid HTML Color Code used for the Borders. (make sure to use
<nowiki></nowiki>Tags.) - this
- Number of the current Tab.
- width
- Optional Minimum Width of each Tab in Pixels. Tabs will be as small as possible if ommited.
[edit] Demo
{{User:SilentStorm/Templates/Tabs
| bgcolor = gold
| bgsel = #FFFFCC
| border = #AAEDED
| this = 3
| width = 40
| [[User:SilentStorm|Tab 1]]
| [[User_talk:SilentStorm|Tab 2]]
| [[User:SilentStorm/Templates/Tabs|Tab 3]]
| [[Special:Contributions/SilentStorm|Tab 4]]
| [[Main Page|Tab 5]]
| [[Jesus Beam|Tab 6]]
}}
| Tab 1 | Tab 2 | Tab 3 | Tab 4 | Tab 5 | Tab 6 |

