Jump to content

MediaWiki:Common.js: Difference between revisions

From A Modern Way To Be Known
No edit summary
Blanked the page
Tags: Blanking Manual revert
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
console.log("BW FINAL TEST STARTED");


window.addEventListener('load', function () {
  const script = document.createElement('script');
  script.type = 'application/ld+json';
  script.text = JSON.stringify({
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "FINAL TEST ORGANIZATION"
  });
  document.body.appendChild(script);
});

Latest revision as of 19:43, 17 December 2025