MediaWiki:Common.js: Difference between revisions
m Protected "MediaWiki:Common.js" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary |
||
Line 1: | Line 1: | ||
mw.loader.using('mediawiki.util' | 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": " | "name": "WikiAlpha", | ||
"url": "https:// | "url": "https://wikialpha.co", | ||
"logo": "https:// | "logo": "https://wikialpha.co/images/4/4c/Wikialpha.png", | ||
" | "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" | ||
}, | }, | ||
" | "foundingDate": "2011-06-11", | ||
"address": { | "address": { | ||
"@type": "PostalAddress", | "@type": "PostalAddress", | ||
" | "addressLocality": "Dhaka", | ||
"addressCountry": " | "addressCountry": "Bangladesh" | ||
} | } | ||
}); | }); | ||
document.head.appendChild(script); | document.head.appendChild(script); | ||
}); | }); |