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ı
Değişiklik özeti yok
Etiket: Elle geri alma
Değişiklik özeti yok
9. satır: 9. satır:
         "name": "Deyimce",
         "name": "Deyimce",
         "url": "https://www.deyimce.com.tr/"
         "url": "https://www.deyimce.com.tr/"
     });
     }, null, 2);
     document.head.appendChild(jsonld);
     document.head.appendChild(jsonld);
});
});

13.58, 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": "Deyimce",
        "url": "https://www.deyimce.com.tr/"
    }, null, 2);
    document.head.appendChild(jsonld);
});