לדלג לתוכן

מדיה ויקי:AlertProtected.js: הבדלים בין גרסאות בדף

מ
לבקשת דניאל
מ (העברת העיצוב למונובוק CSS)
מ (לבקשת דניאל)
שורה 11: שורה 11:
   * the page is protected (not including "move" protection) AND
   * the page is protected (not including "move" protection) AND
   * 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
   * the page doesn't contain the {{תב|ללא הודעת הגנה אוטומטית}} template AND
  * the page in not in a MediaWiki namespace
   */
   */
  if ((wgRestrictionEdit[0] == 'sysop' || wgRestrictionEdit[0] == 'autoconfirmed') && (wgAction == 'view' || wgAction == 'submit') && !document.getElementById('pl-noprotectionnotice')) {
  if ((wgRestrictionEdit[0] == 'sysop' || wgRestrictionEdit[0] == 'autoconfirmed') && (wgAction == 'view' || wgAction == 'submit') && !document.getElementById('pl-noprotectionnotice') && wgNamespaceNumber != 8) {


   var alertLink = '<a href="/wiki/';
   var alertLink = '<a href="/wiki/';
משתמש אלמוני