"ବ୍ୟବହାରକାରୀ:Psubhashish/common.js" ପୃଷ୍ଠାର ସଂସ୍କରଣ‌ଗୁଡ଼ିକ ମଧ୍ୟରେ ତଫାତ

Content deleted Content added
ପୃଷ୍ଠାଟିକୁ ଖାଲି କରିଦେଲେ
No edit summary
 
୧ କ ଧାଡ଼ି:
/**
* 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: 'main' },
]);
});
// </nowiki>