user:js/6tabs-vector
Appearance
From Wikipedia, the free encyclopedia
< User:Js
| 6tabs-vector | |
|---|---|
| Browsers | * |
| Skins | Vector |
| Code | 6tabs-vector.js |
| Released | July2,2010(2010年07月02日) |
| Updated | March3, 2025;17 months ago(2025年03月03日) |
| Developer | AlexSm |
Six Tabs script shows "edit" and "history" tabs both for subject and talk page.
It is designed for Vector (default) skin only; similar script for Monobook is here.
Installation: add this to your vector.js file:
//[[user:js/6tabs-vector]] importScript('user:js/6tabs-vector.js')
By default the script uses icons for "edit" and "history" and "+" for "add section" tab (see the sketch on top). These can be replaced by words with e.g. the following code preceding importScript:
sixTabsNames={ 'edit':'Edit', 'viewsource':'Source', 'history':'History', 'addsection':'+' }
Hint: It's much easier if you get ScriptInstaller, then navigate to User:Js/6tabs-vector.js and click "Install" at the top.
Script was tested in Firefox 3.6.6, Opera 10.54, IE8, Safari 5.0 Win.
Bug reports and comments are welcome on the talk page.