Jump to content

MediaWiki:Common.js: Difference between revisions

From WikiGenius
Shovon (talk | contribs)
No edit summary
Shovon (talk | contribs)
mNo edit summary
Line 1: Line 1:
mw.loader.using('mediawiki.util', function () {
mw.loader.using('mediawiki.util').then(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": "WikiAlpha",
     "name": "WikiGenius",
     "url": "https://wikialpha.co",
     "url": "https://wikigenius.org/",
     "logo": "https://wikialpha.co/images/4/4c/Wikialpha.png",
     "logo": "https://static.wikitide.net/wikigeniuswiki/6/68/Wikigenius_logo_02.png",
     "sameAs": [
     "foundingDate": "2023-07-22",
      "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"
      ]
     },
     },
     "foundingDate": "2011-06-11",
     "sameAs": [
      "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",
       "addressLocality": "Dhaka",
       "addressRegion": "Florida",
       "addressCountry": "Bangladesh"
       "addressCountry": "United States"
     }
     }
   });
   });
   document.head.appendChild(script);
   document.head.appendChild(script);
});
});

Revision as of 17:12, 10 July 2025

mw.loader.using('mediawiki.util').then(function() {
  var script = document.createElement('script');
  script.type = 'application/ld+json';
  script.text = JSON.stringify({
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "WikiGenius",
    "url": "https://wikigenius.org/",
    "logo": "https://static.wikitide.net/wikigeniuswiki/6/68/Wikigenius_logo_02.png",
    "foundingDate": "2023-07-22",
    "founder": {
      "@type": "Person",
      "name": "Shovon Ahmed",
      "sameAs": [
        "https://g.co/kgs/VEEEjKG",
        "https://www.google.com/search?kgmid=/g/11r3_4dnj8"
      ]
    },
    "sameAs": [
      "https://www.facebook.com/profile.php?id=61574894462519",
      "https://www.instagram.com/wiki.genius/",
      "https://www.linkedin.com/company/wikigenius10/"
    ],
    "address": {
      "@type": "PostalAddress",
      "addressRegion": "Florida",
      "addressCountry": "United States"
    }
  });
  document.head.appendChild(script);
});
Cookies help us deliver our services. By using our services, you agree to our use of cookies.