MediaWiki:Common.js: Difference between revisions

Shovon (talk | contribs)
m Protected "MediaWiki:Common.js" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
Shovon (talk | contribs)
No edit summary
Line 1: Line 1:
mw.loader.using('mediawiki.util').then(function() {
mw.loader.using('mediawiki.util', function () {
   var script = document.createElement('script');
   var script = document.createElement('script');
   script.type = 'application/ld+json';
   script.type = 'application/ld+json';
Line 5: Line 5:
     "@context": "https://schema.org",
     "@context": "https://schema.org",
     "@type": "Organization",
     "@type": "Organization",
     "name": "WikiGenius",
     "name": "WikiAlpha",
     "url": "https://wikigenius.org/",
     "url": "https://wikialpha.co",
     "logo": "https://static.wikitide.net/wikigeniuswiki/6/68/Wikigenius_logo_02.png",
     "logo": "https://wikialpha.co/images/4/4c/Wikialpha.png",
     "foundingDate": "2023-07-22",
    "sameAs": [
      "https://www.facebook.com/wikialpha.co",
      "https://www.linkedin.com/company/wikialpha/"
    ],
     "description": "WikiAlpha is a free online encyclopedia that anyone can edit. It covers a wide range of topics including biographies, technology, politics, and current events, and aims to provide uncensored, easily accessible knowledge for everyone.",
     "founder": {
     "founder": {
       "@type": "Person",
       "@type": "Person",
       "name": "Shovon Ahmed",
       "name": "Shovon Ahmed"
      "sameAs": [
        "https://g.co/kgs/VEEEjKG",
        "https://www.google.com/search?kgmid=/g/11r3_4dnj8"
      ]
     },
     },
     "sameAs": [
     "foundingDate": "2011-06-11",
      "https://www.facebook.com/profile.php?id=61574894462519",
      "https://www.instagram.com/wiki.genius/",
      "https://www.linkedin.com/company/wikigenius10/"
    ],
     "address": {
     "address": {
       "@type": "PostalAddress",
       "@type": "PostalAddress",
       "addressRegion": "Florida",
       "addressLocality": "Dhaka",
       "addressCountry": "United States"
       "addressCountry": "Bangladesh"
     }
     }
   });
   });
   document.head.appendChild(script);
   document.head.appendChild(script);
});
});