Changes

Jump to navigation Jump to search
484 bytes removed ,  14:47, 14 July 2010
no edit summary
Line 1: Line 1:  
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
   −
//
  −
// Insert a personalized Texttemplate into the Special:Upload edit box.
  −
//
  −
function delayedUpdateSpecialUpload()
  −
{
  −
var editbox = document.getElementById('wpUploadDescription');
  −
editbox.value = "{"+"{Information\n"
  −
              + "|Description=\n"
  −
              + "|Source=\n"
  −
              + "|Date=\n"
  −
              + "|Author= document.location.href;\n"
  −
              + "|Permission=See below\n"
  −
              + "}"+"}\n\n";
     −
}
  −
addOnloadHook(delayedUpdateSpecialUpload);
      
function includePage( name )
 
function includePage( name )

Navigation menu