View source for MediaWiki:Common.js
MyWikiBiz, Author Your Legacy — Wednesday May 21, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/** Tooltips and access keys ***************************************************
*
* Description: Adds tooltips and access keys to links part of the MediaWiki
* interface.
* Maintainers: [[User:Gwicke|Gwicke]]?, [[User:Simetrical|Simetrical]]?, [[User:Ruud Koot|Ruud Koot]]
*/
ta = new Object();
ta["n-mainpage"] = new Array("z","Visit the main page");
ta["n-Main-page"] = new Array("z","Visit the main page");
ta["n-Featured-content"] = new Array("","Featured content — the best of Centiare");
ta["n-help"] = new Array("","The place to find out about Centiare");
ta["n-contact"] = new Array("","How to contact Centiare");
ta["n-sitesupport"] = new Array("","Help keep Centiare running");
ta["t-print"] = new Array("","Printable version of this page");
ta["t-permalink"] = new Array("","Permanent link to this version of the page");
ta["t-cite"] = new Array("","Cite this Centiare article");
ta["ca-nstab-project"] = new Array("c","View the project page");
ta["n-Contents"] = new Array("","Guides to browsing Centiare");
/** Import module *************************************************************
000
1:0
Return to MediaWiki:Common.js.