משתמש אלמוני
מדיה ויקי: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 not in a MediaWiki namespace | * the page in not in a MediaWiki namespace AND | ||
* the page is not a user page | |||
*/ | */ | ||
if ((wgRestrictionEdit[0] == 'sysop' || wgRestrictionEdit[0] == 'autoconfirmed') && (wgAction == 'view' || wgAction == 'submit') && !document.getElementById('pl-noprotectionnotice') && wgNamespaceNumber != 8) { | if ((wgRestrictionEdit[0] == 'sysop' || wgRestrictionEdit[0] == 'autoconfirmed') && (wgAction == 'view' || wgAction == 'submit') && !document.getElementById('pl-noprotectionnotice') && wgNamespaceNumber != 8 && wgNamespaceNumber != 2) { | ||
var alertLink = '<a href="/wiki/'; | var alertLink = '<a href="/wiki/'; |