Changes

Jump to navigation Jump to search
21 bytes removed ,  16:47, 14 July 2010
no edit summary
Line 8: Line 8:  
  var editbox = document.getElementById('wpUploadDescription');  
 
  var editbox = document.getElementById('wpUploadDescription');  
   −
// if (location.href == "http://wikivet.net/index.php?title=Special:Upload")
+
if (location.href == "http://wikivet.net/index.php?title=Special:Upload")
// {
+
{
// editbox.value = "{"+"{Information\n"
+
editbox.value = "{"+"{Information\n"
//                + "|Description=\n"
+
                + "|Description=\n"
//                + "|Source=\n"
+
                + "|Source=\n"
//                + "|Date=\n"
+
                + "|Date=\n"
//                + "|Author=\n"
+
                + "|Author=\n"
//                + "|Permission=See below\n"
+
                + "|Permission=See below\n"
//                + "}"+"}\n\n";
+
                + "}"+"}\n\n";
// }
+
}
    
if(location.href == "http://wikivet.net/index.php?title=Special:Upload&uselang=own"){
 
if(location.href == "http://wikivet.net/index.php?title=Special:Upload&uselang=own"){

Navigation menu