מדיה ויקי:Common.js
מתוך עמוד ענן
(הבדלים בין גרסאות)
(הסרת סקריפט תמונה (אינו דרוש יותר)) |
|||
שורה 22: | שורה 22: | ||
} | } | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | if (wgTitle.indexOf("P")==0 && wgAction=="edit") { | ||
+ | location.href="/w/index.php/מיוחד:FormEdit/Point/" + wgTitle; | ||
+ | } | ||
+ | |||
} | } |
גרסה מתאריך 12:22, 20 במרץ 2017
/* כל סקריפט JavaScript שנכתב כאן ירוץ עבור כל המשתמשים בכל טעינת עמוד */ function runOnloadHook() { if (!wgUserName) { if (document.getElementById("divPageType")) { if (document.getElementById("divPageType").innerHTML == "PointEditForm") { var newHref="/w/index.php?title=%D7%9E%D7%99%D7%95%D7%97%D7%93:%D7%9B%D7%A0%D7%99%D7%A1%D7%94_%D7%9C%D7%97%D7%A9%D7%91%D7%95%D7%9F"; newHref += "&returnto=Special:FormEdit/Point/"; location.href=newHref; } } if ((wgAction=="edit")) { //|| (wgCanonicalSpecialPageName=="FormEdit") var newHref="/w/index.php?title=%D7%9E%D7%99%D7%95%D7%97%D7%93:%D7%9B%D7%A0%D7%99%D7%A1%D7%94_%D7%9C%D7%97%D7%A9%D7%91%D7%95%D7%9F"; //newHref += "&returnto=" + encodeURIComponent(wgPageName) + "&returntoquery=action%3D" + wgAction; location.href=newHref; } } if (wgTitle.indexOf("P")==0 && wgAction=="edit") { location.href="/w/index.php/מיוחד:FormEdit/Point/" + wgTitle; } }