"മീഡിയവിക്കി:Common.js" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം

അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
(ചെ.)No edit summary
റ്റാഗ്: Manual revert
(ചെ.)No edit summary
റ്റാഗ്: Manual revert
 
(ഒരേ ചെയ്ത ഇടയ്ക്കുള്ള ഒരു നാൾപ്പതിപ്പ് പ്രദർശിപ്പിക്കുന്നില്ല)
(വ്യത്യാസം ഇല്ല)

15:38, 16 ജൂൺ 2026-നു നിലവിലുള്ള രൂപം

/* ഇവിടെ നൽകുന്ന ജാവാസ്ക്രിപ്റ്റ് എല്ലാ ഉപയോക്താക്കൾക്കും, എല്ലാ താളുകളിലും പ്രവർത്തിക്കുന്നതായിരിക്കും */
// Show display titles in category pages instead of page names
$(document).ready(function() {
    if ($('.mw-category').length) {
        $('.mw-category li a').each(function() {
            var pageTitle = $(this).attr('title');
            if (pageTitle) {
                // This will use the page's actual display title
                // MediaWiki automatically uses DISPLAYTITLE in title attribute
                $(this).text(pageTitle);
            }
        });
    }
});


/* ==========================================================================
   ANONYMOUS USERS ONLY: HIDE PAGE TABS (View Source, History etc.)
   ========================================================================== */
(function () {
    // ഉപയോക്താവ് ലോഗിൻ ചെയ്തിട്ടില്ലെങ്കിൽ (അനോണിമസ് ആണെങ്കിൽ)
    if (mw.config.get('wgUserId') === null) {
        // ഡോക്യുമെന്റ് ലോഡ് ആയതിനു ശേഷം റൺ ചെയ്യുക
        $(document).ready(function () {
            // പേജ് ടാബുകൾ അടങ്ങിയ കണ്ടെയ്നർ പൂർണ്ണമായി നീക്കം ചെയ്യുക
            $('#mw-page-header-links').remove();
            // 'From AbhiprayaVedi' എന്ന ലൈൻ നീക്കം ചെയ്യുക
            $('#siteSub').remove();
        });
    }
}());
"https://abhiprayavedi.org/index.php?title=മീഡിയവിക്കി:Common.js&oldid=2109" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്