सदस्यः:Jayantanth/common.js
दिखावट
सूचना : भवता/भवत्या कृतानि सम्पादनानि संरक्ष्य तानि परिवर्तनेषु द्रष्टुं गवेषकस्य पृष्ठस्य पुनरारोपणम् (reload) आवश्यकं भवति ।
- Firefox / Safari: Shiftकुड्मलेन सह Reloadकुड्मलं नुदतु ।
- Google Chrome: Ctrl-Shift-R नोदनेन पुनरारोपणं भवति । (⌘-R इति Mac तन्त्रांशप्रयोक्तॄभ्यः)
- Internet Explorer: Ctrlकुड्मलेन सह Refreshकुड्मलं नुदतु, Ctrl-F5 नुदतु वा ।
- Opera: Tools → Preferences इत्यत्र गत्वा कर्तुं शक्नोति ।
/**
* TemplateScript adds configurable templates and scripts to the sidebar, and adds an example regex editor.
* @see https://meta.wikimedia.org/wiki/TemplateScript
* @update-token [[File:Pathoschild/templatescript.js]]
*/
// <nowiki>
$.ajax('//tools-static.wmflabs.org/meta/scripts/pathoschild.templatescript.js', { dataType:'script', cache:true }).then(function() {
pathoschild.TemplateScript.add([
// add your own templates or scripts here
{ name: 'Delete', template: '{{Delete}} ', position: 'before', editSummary: 'Delete ', forNamespaces: '0'},
{ name: 'Welcome', template: '{{subst:Welcome}} ~~~~', position: 'after', editSummary: 'Welcome!', forNamespaces: 'user talk' },
{ name: 'Uw-scan', template: '{{subst:Uw-scan}} ~~~~', position: 'after', editSummary: 'স্ক্যান ছাড়া পাতা ', forNamespaces: 'user talk' },
{ name: 'Uw-van', template: '{{subst:Uw-van}} ~~~~', position: 'after', editSummary: 'ধ্বংসপ্রবণতা ', forNamespaces: 'user talk'},
{ name: 'Uw-test', template: '{{subst:Uw-test}} ~~~~', position: 'after', editSummary: 'পরীক্ষামূলক সম্পাদনা ', forNamespaces: 'user talk'}
]);
});
// </nowiki>
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Indic-TechCom/Script/IndicOCR.js&action=raw&ctype=text/javascript');
//importScript for crop image co-rodianate zone, not new file created
mw.loader.load("//bn.wikisource.org/w/index.php?title=মিডিয়াউইকি:Cropimage.js&action=raw&ctype=text/javascript");
mw.loader.load("//bn.wikisource.org/w/index.php?title=মিডিয়াউইকি::Gadget-CropTool.js&action=raw&ctype=text/javascript");