Changes

MyWikiBiz, Author Your Legacy — Sunday May 05, 2024
Jump to navigationJump to search
119 bytes added ,  16:56, 30 July 2007
Block various external references
Line 338: Line 338:  
  }
 
  }
 
   
 
   
 +
/** Disable
 
  function mainPageAppendCompleteListLink() {
 
  function mainPageAppendCompleteListLink() {
 
     try {
 
     try {
Line 357: Line 358:  
     }
 
     }
 
  }
 
  }
+
End disable
 +
**/
 +
 
 
  if ( wgTitle == 'Main Page' && ( wgNamespaceNumber == 0 || wgNamespaceNumber == 1 ) ) {
 
  if ( wgTitle == 'Main Page' && ( wgNamespaceNumber == 0 || wgNamespaceNumber == 1 ) ) {
 
         addOnloadHook( mainPageRenameNamespaceTab );
 
         addOnloadHook( mainPageRenameNamespaceTab );
Line 456: Line 459:  
  /*</nowiki>*/
 
  /*</nowiki>*/
    +
/** Block counter
 
  /** pageview counter ***********************************************************
 
  /** pageview counter ***********************************************************
 
   *
 
   *
Line 490: Line 494:  
   }
 
   }
 
   }
 
   }
 +
End block counter
 +
**/
 +
 
   // Do not use aOnloadFunctions[aOnloadFunctions.length] = pgcounter_setup;, some browsers don't like that.
 
   // Do not use aOnloadFunctions[aOnloadFunctions.length] = pgcounter_setup;, some browsers don't like that.
 
   pgcounter_setup();
 
   pgcounter_setup();
Line 643: Line 650:  
  }
 
  }
    +
/** Block
 
  /** Main Page deletion image *******************************************************
 
  /** Main Page deletion image *******************************************************
 
   *
 
   *
Line 678: Line 686:  
  addOnloadHook( MainPageDeletedImage );
 
  addOnloadHook( MainPageDeletedImage );
    +
End block
 +
**/
 +
 +
/** Block
 
  /** MediaWiki media player *******************************************************
 
  /** MediaWiki media player *******************************************************
 
   *
 
   *
Line 687: Line 699:  
             + 'http://en.wikipedia.org/w/index.php?title=Mediawiki:Wikimediaplayer.js'  
 
             + 'http://en.wikipedia.org/w/index.php?title=Mediawiki:Wikimediaplayer.js'  
 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 +
 +
End block
 +
**/
    
  /** Change Special:Search to use a drop-down menu *******************************************************
 
  /** Change Special:Search to use a drop-down menu *******************************************************
2,646

edits

Navigation menu