User:T12/common.js: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
(++)
m (Abhidevananda moved page User:Tito Dutta/common.js to User:T12/common.js: Automatically moved page while renaming the user "Tito Dutta" to "T12")
 
(27 intermediate revisions by one other user not shown)
Line 1: Line 1:
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Jayprakash12345/Scripts/MiniTwinkle.js&action=raw&ctype=text/javascript');
mediaWiki.loader.load( '//en.wikipedia.org/w/index.php?title=User:Evad37/ToDoLister.js&action=raw&ctype=text/javascript' );//add a todo list right upper corner of Wiki-page, easy to manage tasks
importScript('User:Tito Dutta/scripts/addToolbarButtons.js');
importScript('User:Example/watchlistContribs.js');
importScript('User:Example/watchlistContribs.js');
importScript('User:Example/duplinks.js');
importScript('User:Example/duplinks.js');
Line 7: Line 11:
importScript('User:Tito Dutta/scripts/pagesCreated.js');
importScript('User:Tito Dutta/scripts/pagesCreated.js');
importScript('User:Example/TemplateParamWizard.js');
importScript('User:Example/TemplateParamWizard.js');
importScript('User:Tito Dutta/scripts/PicturePopupsVector.js');
importScript('User:Tito Dutta/scripts/Floater.js');
importScript('User:Tito Dutta/scripts/familytree.js');
importScript('User:Tito_Dutta/Autocompleter.js');
importScript('MediaWiki:Tutorial-QuickRC.js');
 
 


sKLChangerConfig = {
if ( $.inArray( mw.config.get( 'wgAction' ), ['edit', 'submit'] ) > -1 ) {
  defaultLayout: 'SY',
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:V111P/js/smartLinkingLoader.js'
  charsToConvert: '^@`',
+ '&action=raw&ctype=text/javascript');
  layouts: [{
}
    // a short code name, such as EN, ES, etc, and a longer name
    name: 'SY', // a short, code name, such as EN, ES, etc.
    label: 'Symbols', // a longer name
    // characters
chars: '№§€'
  }]
};
importScript('User:Tito Dutta/scripts/SKLChanger.js');
// These are the characters, which are going to be converted when you type them
    '', // Use an empty string to use the default string with the characters in the US standard keyboard order
  layouts: [{
    name: 'BG', // a short, code name, such as EN, ES, etc.
    label: 'Bulgarian Standard', // a longer name
    chars: '`-.'
    + ',уеишщксдзц;('
    + 'ьяаожгтнвмч'
    + 'юйъэфхпрлб'
    + '~!?+"%=:/_№ІV'
    + 'ыУЕИШЩКСДЗЦ§)'
    + 'ЬЯАОЖГТНВМЧ'
    + 'ЮЙЪЭФХПРЛБ'
  },
  {
    name: 'BP',
    label: 'Bulgarian Phonetic',
    chars: 'ч-='
    + 'явертъуиопшщю'
    + 'асдфгхйкл;\''
    + 'зьцжбнм,./'
    + '~!@#$%^&*()_+'
    + 'ЯВЕРТЪУИОПШЩЮ'
    + 'АСДФГХЙКЛ:"'
    + 'ЗЬЦЖБНМ<>?'
  }]
};

Latest revision as of 11:37, 6 November 2022

mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Jayprakash12345/Scripts/MiniTwinkle.js&action=raw&ctype=text/javascript');
mediaWiki.loader.load( '//en.wikipedia.org/w/index.php?title=User:Evad37/ToDoLister.js&action=raw&ctype=text/javascript' );//add a todo list right upper corner of Wiki-page, easy to manage tasks
importScript('User:Tito Dutta/scripts/addToolbarButtons.js');
importScript('User:Example/watchlistContribs.js');
importScript('User:Example/duplinks.js');
importScript('User:Tito Dutta/scripts/copySectionLink.js');
importScript('User:Example/autolink.js');
importScript('User:Tito Dutta/scripts/saveandedit.js');
importScript('User:Example/sagittarius.js');
importScript('User:Tito Dutta/scripts/pagesCreated.js');
importScript('User:Example/TemplateParamWizard.js');
importScript('User:Tito Dutta/scripts/Floater.js');
importScript('User:Tito_Dutta/Autocompleter.js');



if ( $.inArray( mw.config.get( 'wgAction' ), ['edit', 'submit'] ) > -1 ) {
	mw.loader.load('//en.wikipedia.org/w/index.php?title=User:V111P/js/smartLinkingLoader.js'
			+ '&action=raw&ctype=text/javascript');
}