Kullanıcı:Srhat/monobook.js

Vikipedi, özgür ansiklopedi
Not: Sayfayı kaydettikten sonra değişiklikleri görebilmek için tarayıcınızın önbelleğinizi temizlemeniz gerekir. Google Chrome, Firefox, Microsoft Edge ve Safari: ⇧ Shift tuşuna basılı tutun ve Yeniden Yükle araç çubuğu düğmesine tıklayın. Ayrıntılar ve diğer tarayıcılara yönelik yönergeler için Vikipedi:Önbelleğinizi atlayın sayfasını inceleyin.
// Şablon yardımcısı - [[VP:ŞY]]
importScript('Kullanıcı:Vito_Genovese/Şablon_yardımcısı.js')

//Anti-vadal tool'u çalıştırmak için
importScript('Kullanıcı:Manco Capac/recent2.js');
/** Interwiki links to featured articles ***************************************
 *
 *  Description: Highlights interwiki links to featured articles (or
 *               equivalents) by changing the bullet before the interwiki link
 *               into a star.
 *  Maintainers: [[User:R. Koot]]
 */
 
function LinkFA() 
{
    if ( document.getElementById( "p-lang" ) ) {
        var InterwikiLinks = document.getElementById( "p-lang" ).getElementsByTagName( "li" );
 
        for ( var i = 0; i < InterwikiLinks.length; i++ ) {
            if ( document.getElementById( InterwikiLinks[i].className + "-fa" ) ) {
                InterwikiLinks[i].className += " FA"
                InterwikiLinks[i].title = "This is a featured article in another language.";
            }
        }
    }
}
 
$( LinkFA );

/******Deneme ne işe yaradığına bakıcam *********************/
//<pre><nowiki>
// [[User:Lupin/popups.js]] - please include this line 
document.write('<script type="text/javascript" src="' 
    + 'http://tr.wikipedia.org/w/index.php?title=Kullanıcı:Srhat/strings-tr.js' 
    + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');
popupQueriedRevertSummary="Geleceğe dönüş! [[Kullanıcı:$3|$3]] tarafından yapılan $2 tarihli değişiklik geri getirildi.";
popupQueriedRevertToPreviousSummary="Geleceğe dönüş! [[Kullanıcı:$3|$3]] tarafından yapılan $2 tarihli değişiklik geri getirildi.";
popupOnEditSelection=false;
popupAdminLinks=true;
imagePopupsForImages=false;