משתמש אלמוני
מדיה ויקי:AlertProtected.js: הבדלים בין גרסאות בדף
מ
רק מרחב ראשי בינתיים
מ (לבקשת דורית, עד לסיום הדיון) |
מ (רק מרחב ראשי בינתיים) |
||
שורה 12: | שורה 12: | ||
* the page is in edit or submit view AND | * the page is in edit or submit view AND | ||
* the page doesn't contain the {{תב|ללא הודעת הגנה אוטומטית}} template AND | * the page doesn't contain the {{תב|ללא הודעת הגנה אוטומטית}} template AND | ||
* the page in | * the page in main name space | ||
*/ | */ | ||
if ((wgRestrictionEdit[0] == 'sysop' || wgRestrictionEdit[0] == 'autoconfirmed') && (wgAction == 'view' || wgAction == 'submit') && !document.getElementById('pl-noprotectionnotice') && wgNamespaceNumber | if ((wgRestrictionEdit[0] == 'sysop' || wgRestrictionEdit[0] == 'autoconfirmed') && (wgAction == 'view' || wgAction == 'submit') && !document.getElementById('pl-noprotectionnotice') && wgNamespaceNumber == 0) { | ||
var alertLink = '<a href="/wiki/'; | var alertLink = '<a href="/wiki/'; |