Anyone knows how to get the variant tabs to work as actual tabs and not as a drop down?
This is how sr.wikipedia.org has it:

and this is how I have it on my zablude.com/wiki/ page:

and I’ve tried everything I found and searched everywhere I could think of but I wasn’t able to find a solution… anyone has any ideas how this works?
They hack it in JavaScript — see this piece of code at the bottom of Медијавики:Vector.js:
It would probably be cleaner to do it with a MediaWiki hook, though. The following code is untested, but should work if I haven’t made any silly mistakes:
(In MW 1.17, this hook is only called from the Vector skin. In MW 1.18, it will affect all skins. If you don’t want that, you could test whether
$skintemplate->skinname == 'vector'.)