Menüyü değiştir
Toggle preferences menu
Kişisel menüyü aç / kapat
Oturum açık değil
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.js: Revizyonlar arasındaki fark

MediaWiki arayüz sayfası
"Buraya konulacak JavaScript kodu sitedeki her kullanıcı için her sayfa yüklendiğinde çalışacaktır: mw.loader.using('mediawiki.util', function () { var jsonld = document.createElement('script'); jsonld.type = 'application/ld+json'; jsonld.text = JSON.stringify({ "@context": "https://schema.org", "@type": "WebSite", "name": "Deyimce", "url": "https://www.deyimce.com.tr/" }); document.head.a..." içeriğiyle yeni sayfa oluşturdu
 
Değişiklik özeti yok
Etiket: Geri alındı
7. satır: 7. satır:
         "@context": "https://schema.org",
         "@context": "https://schema.org",
         "@type": "WebSite",
         "@type": "WebSite",
         "name": "Deyimce",
         "name": "babapro31",
         "url": "https://www.deyimce.com.tr/"
         "url": "https://www.deyimce.com.tr/"
     });
     });
     document.head.appendChild(jsonld);
     document.head.appendChild(jsonld);
});
});

13.27, 25 Ağustos 2025 tarihindeki hâli

/* Buraya konulacak JavaScript kodu sitedeki her kullanıcı için her sayfa yüklendiğinde çalışacaktır */

mw.loader.using('mediawiki.util', function () {
    var jsonld = document.createElement('script');
    jsonld.type = 'application/ld+json';
    jsonld.text = JSON.stringify({
        "@context": "https://schema.org",
        "@type": "WebSite",
        "name": "babapro31",
        "url": "https://www.deyimce.com.tr/"
    });
    document.head.appendChild(jsonld);
});