Jump to content

User:Iljhgtn/common.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
importScript('User:Iljhgtn/MyEditSummaries.js');
importScript('User:Novem_Linguae/Scripts/ReviewStatus.js'); // Backlink: [[User:Novem_Linguae/Scripts/ReviewStatus.js]]
importScript('User:RedWarn/.js'); // Backlink: [[User:RedWarn/.js]]
$.ajax('//tools-static.wmflabs.org/meta/scripts/pathoschild.templatescript.js', { dataType:'script', cache:true }).then(function() {
	pathoschild.TemplateScript.add([
	{
		category: 'Redirect templates',
		name: 'R from alternative language (Hebrew to English)',
		template: '{{R from alternative language|he|en}}',
		position: 'after',
		editSummary: 'Adding redirect template'
	},
	{
		category: 'Redirect templates',
		name: 'R from alternative language (Arabic to English)',
		template: '{{R from alternative language|ar|en}}',
		position: 'after',
		editSummary: 'Adding redirect template'
	}
	]);
});