User:Antanana/common.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
//<nowiki>
     
function addExtraChars1(){
  var block = document.getElementById ('editpage-copywarn');
  if (!block) return;
  block.innerHTML = 
  '<a href=\'javascript:insertTags("{{own}}","","")\'>{{own}}</a> ' +
  '<a href=\'javascript:insertTags("[[Category:","]]","")\'>category</a> ' +
  '<a href=\'javascript:insertTags("[[:uk:User:|","]]","")\'>user</a> ' +
  '<a href=\'javascript:insertTags("<!-- -->","","")\'>comment</a> ' +
  '<a href=\'javascript:insertTags("[[:uk:|","]]","")\'>[[:uk:|]]</a> ' +
  '<a href=\'javascript:insertTags("{{uk|1=","}}","")\'>plusuk</a> ' +
  '<a href=\'javascript:insertTags("{{en|1=","}}","")\'>plusen</a> ' +
  '<a href=\'javascript:insertTags("{{ru|1=","}}","")\'>plusru</a> ' +
  '<a href=\'javascript:insertTags("{{unknown|author}}","","")\'>unk</a> ' +
  '<a href=\'javascript:insertTags("{{watermark}}","","")\'>watermark</a> ' +
  '<a href=\'javascript:insertTags("{{WMUA Camera grant}}","","")\'>WMUAcamera</a> ' +
  '<a href=\'javascript:insertTags("{{speedydelete|empty}}","","")\'>speedydelete</a> ' +
  '<a href=\'javascript:insertTags("{{Monument Ukraine|","}}","")\'>WLM</a> ' +
  '<a href=\'javascript:insertTags("{{UkrainianNaturalHeritageSite|","}}","")\'>WLE</a> ' +
  '<a href=\'javascript:insertTags("[[Category:Wiki loves monuments in Ukraine 2018 - Quantity]]","")\'>quantity</a> ' +
  '<a href=\'javascript:insertTags("[[Category:Obviously ineligible submissions for WLM 2018 in Ukraine]]","")\'>obviously</a> ' +
  '<a href=\'javascript:insertTags("[[Category:Wiki loves monuments in Ukraine 2018 - Quality]]","")\'>quality</a> ' +
  '<a href=\'javascript:insertTags("[[Category:WLE 2015 in Ukraine Round Zero]]","")\'>zero</a> ' +
  '<a href=\'javascript:insertTags("[[Category:WLE 2015 in Ukraine Round 0.5]]","")\'>round 0.5</a> ' +
  '<a href=\'javascript:insertTags("[[Category:WLE 2015 in Ukraine QI candidates]]","")\'>QI candidates</a> '+
  '<a href=\'javascript:insertTags("{{subst:npd}}","","")\'>no permission</a> ' +
  block.innerHTML;
}
$(addExtraChars1);

//коментарі
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Gary_King/comments_in_local_time.js&action=raw&ctype=text/javascript&smaxage=21600&maxage=86400');

importScript( 'User:MarkTraceur/editDescriptions.js' );

//</nowiki>
//<nowiki>

//catALot///////////////////////////////////////
////////// Cat-A-Lot user preferences //////////
window.catALotPrefs = {"watchlist":"preferences","minor":true,"editpages":false,"docleanup":false,"subcatcount":5};
////////////////////////////////////catALotEnd//
//</nowiki>