User:Wuzur/derivate.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
addOnloadHook(function () {
if(wgNamespaceNumber == 6 && wgAction == "view")
{
    url = "http://toolserver.org/~luxo/reworkhelper/index.php?image=" + wgPageName;
    mw.util.addPortletLink("p-tb", url, "Reworkhelper", "pt-rw");

    url = "http://toolserver.org/~luxo/derivativeFX/deri1.php?image=" + wgPageName;
    mw.util.addPortletLink("p-tb", url, "derivateFX", "pt-dfx");

}
});