How do I add an extra tab on the top of all the wiki pages, right to "Page" and "Discussion" in Vector skin?
Natasha Brown http://wikiTranslate.org http://wikitranslate.org/ http://www.LearnRussianSpeakRussian.orghttp://www.learnrussianspeakrussian.org/ http://www.YouTube.com/user/LearnRussianLanguagehttp://www.youtube.com/user/LearnRussianLanguage London NW5 4BJ +44 (0)7905353429 mobile, +44 (0)2074858680 landline, skype: russian_natasha
On 8 August 2010 10:50, Natasha Brown learnrussianspeakrussian@gmail.com wrote:
How do I add an extra tab on the top of all the wiki pages, right to "Page" and "Discussion" in Vector skin?
Well, Wiktionary uses JavaScript, I think. Which is terrible.
I recommend this method: http://www.mediawiki.org/wiki/User:Svippong/AdditionalTabs
/me rins before someone cries 'nooooo--'
Edit Vector.js and add the following code, this will call 'javascript:alert("Hello ")' when you click New Tab :
addOnloadHook(function() { addPortletLink('p-cactions', 'javascript:alert("Hello ");', 'New Tab', 'ca-addsection', 'New Tab', '', ''); });
On Sun, Aug 8, 2010 at 12:02 PM, Svip svippy@gmail.com wrote:
On 8 August 2010 10:50, Natasha Brown learnrussianspeakrussian@gmail.com wrote:
How do I add an extra tab on the top of all the wiki pages, right to
"Page"
and "Discussion" in Vector skin?
Well, Wiktionary uses JavaScript, I think. Which is terrible.
I recommend this method: http://www.mediawiki.org/wiki/User:Svippong/AdditionalTabs
/me rins before someone cries 'nooooo--'
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Is there any documentation for this kind of client-side hacking? I suppose there are comments in wikibits.js... :)
- -Mike
At 2010-08-09 04:39, Mike.lifeguard wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Is there any documentation for this kind of client-side hacking? I suppose there are comments in wikibits.js... :)
AFAIK there are various Wikipedia pages in various languages that describe some tricks: pl: http://pl.wikipedia.org/wiki/Pomoc:Personalizacja_-_porady_dla_zaawansowanyc... en: http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_scripts/Guide On meta I've only found some mostly outdated stuff here: http://meta.wikimedia.org/wiki/Help:User_style
Regards, Nux.
wikitech-l@lists.wikimedia.org