User:T12/common.js: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
(importScript('User:Tito Dutta/scripts/SKLChanger.js');)
(++)
Line 23: Line 23:
};
};
importScript('User:Tito Dutta/scripts/SKLChanger.js');
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: 'ч-='
    + 'явертъуиопшщю'
    + 'асдфгхйкл;\''
    + 'зьцжбнм,./'
    + '~!@#$%^&*()_+'
    + 'ЯВЕРТЪУИОПШЩЮ'
    + 'АСДФГХЙКЛ:"'
    + 'ЗЬЦЖБНМ<>?'
  }]
};

Revision as of 02:43, 24 March 2014

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/PicturePopupsVector.js');
importScript('User:Tito Dutta/scripts/familytree.js');
importScript('MediaWiki:Tutorial-QuickRC.js');

sKLChangerConfig = {
  defaultLayout: 'SY',
  charsToConvert: '^@`',
  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: 'ч-='
    + 'явертъуиопшщю'
    + 'асдфгхйкл;\''
    + 'зьцжбнм,./'
    + '~!@#$%^&*()_+'
    + 'ЯВЕРТЪУИОПШЩЮ'
    + 'АСДФГХЙКЛ:"'
    + 'ЗЬЦЖБНМ<>?'
  }]
};