সদস্য:Kuldhar Rabha/common.js: বিভিন্ন সংশোধনসমূহৰ মাজৰ পাৰ্থক্য

Content deleted Content added
No edit summary
টেগ্‌: উলটিওৱা হৈছে
#Test
টেগ্‌: উলটিওৱা হৈছে
৩৬ নং শাৰী:
});
 
$(document).ready(function checkContentForর(content) {
var str = $("#firstHeading").text();
var patternOutsideTemplate = /র(?![^{]*\{\{বঙালী ৰ\}\})/;
if (str.includes("র") && !str.includes("{{বঙালী ৰ}}")) {
var matches = content.match(patternOutsideTemplate);
consolemw.lognotify("ইয়াত বঙালী ৰ লুকাই আছে", {type: "info"});
}
var bodytext = $(".mw-parser-output").text();
var isOnlyTemplate = /^\{\{বঙালী ৰ\}\}$/.test(content.trim());
if (bodytext.includes("র") && !bodytext.includes("{{বঙালী ৰ}}")) {
 
mw.notify("ইয়াত বঙালী ৰ লুকাই আছে", {type: "info"});
if (matches && !isOnlyTemplate) {
console.log("ইয়াত বঙালী ৰ লুকাই আছে");
}
});
 
// ব্যৱহাৰ
var pageContent = "{{বঙালী ৰ}}";
checkContentForর(pageContent);