பயனர்:Jayarathina/கருவிகள்


SEMI-RETIRED

Due to circumstances beyond my control, I will not be able to access internet for the foreseeable future. Hence I will not be active on Wikipedia indefinitely from 15 June 2015.
If you need any help with Tamil wikipedia, please contact other users at village pump.


தற்காலிக-ஓய்வு

என் கட்டுப்பாட்டை மீறிய சூழ்நிலைகளினால் நான் வரையறுக்க இயலா எதிர்வரும் காலத்துக்கு இணைய வசதி பெற இயலாது. இதனால் 15 ஜூன் 2015 முதல் விக்கிப்பீடியாவில் முனைப்போடு பங்களிக்க இயலாது.
தமிழ் விக்கிப்பீடியாவில் உங்களுக்கு உதவி தேவைப்படின் ஆலமரத்தடியில் கேட்கவும்.
   
   
   
   
   
 
முகப்பு
   
பேச்சு
   
பதக்கங்கள்
   
மின்னஞ்சல்
   
என் கருவிகள்
   
மணல்தொட்டி

Inter Wiki Translator தொகு

மேலும் தகவல்களுக்கு: பயனர்:Jayarathina/iwt
  • To translate of English Wikipedia article links to Tamil Wikipedia article links if available.
  • Replace list of predefined words
  • Sort list of Tamil words (Normal Unicode sort does not work)
  • Translate Papal Names

Greasemonkey scripts தொகு

To auto-fill Link with page dialogue box தொகு

It was irritating for me to press ctrl+m when ever I wanted to add an article/category to wikidata when trying to choose En or english language. Hence I wrote this script to load the Link with page dialogue box with "English (enwiki)" auto filled.

// ==UserScript==
// @name        Wikipedia Autofill Category Language to En
// @namespace   wikiAutofillCat
// @include     https://ta.wikipedia.org/*
// @grant       none
// ==/UserScript==
var myVar;

$("#wbc-linkToItem-link").click(function(e) {
    myVar = setInterval(function(){
    	if($( "#wbclient-linkItem-site" ).length > 0){
    
            $( "#wbclient-linkItem-site" ).val('en').focus().blur();
            $( "#wbclient-linkItem-page" ).focus();
            clearInterval(myVar);
        }
    },1000);
});
"https://ta.wikipedia.org/w/index.php?title=பயனர்:Jayarathina/கருவிகள்&oldid=1596327" இலிருந்து மீள்விக்கப்பட்டது