குறிப்பு - சேமித்த பின்னர், நீங்கள் செய்த மாற்றங்களைக் காண்பதற்கு உங்கள் உலவியின் இடைமாற்று அகற்றப்பட வேண்டும்.

  • மொஸில்லா பயர்பாக்ஸ் / சபாரி: Shift+Reload, அல்லது Ctrl-F5 அல்லது Ctrl-R (⌘-R Mac ல்)
  • கூகிள் குரோம் Ctrl-Shift-R அழுத்தவும். (⌘-Shift-R Mac ல்) ;
  • இண்டர்நெட் எக்ஸ்ப்ளோரர்: Ctrl-Refresh அல்லது Ctrl-F5 ஐ அழுத்தவும்.
  • ஒபேரா: Tools → Preferences இல் இடைமாற்றை அகற்றவும்;
mw.loader.using('ext.narayam.rules.ta', function () {
/*
 * mw.loader ensures that the required JavaScript  is loaded (and only once)
 * before the rest of the customization code is executed.
 * If you want to do customization on an input method, find out the resource
 * loader module name corresponding to that from Narayam.php.
 * This rule is to customize the entry of ஸ்‌ரீ with ZWNJ for defective fonts.
 */
var ta_scheme = $.narayam.getScheme( 'ta' );
var custom_rules = [
       ['ஸ்R', '', 'ஸ்‌ரீ']
       // Rest of the rules you want to customize.
];
ta_scheme.rules.unshift.apply( ta_scheme.rules, custom_rules );
} );
"https://ta.wikipedia.org/w/index.php?title=பயனர்:Logicwiki/Sri.js&oldid=1138552" இலிருந்து மீள்விக்கப்பட்டது