Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Taglines.js: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 13: Line 13:
         location.href = "https://lore.gnoblin.cc/edit/MediaWiki:Taglines.js";
         location.href = "https://lore.gnoblin.cc/edit/MediaWiki:Taglines.js";
     };
     };
footerTagline.classes += "wacky-tagline";
footerTagline.classList += "wacky-tagline";

Revision as of 12:24, 17 May 2026

const wackyTaglines=[ "Your face beautiful", "FREE general care for any patient in need! Just come to Cow Alley 13 and ask for Doctor Nicholas. No refunds. Terms and conditions apply.", "Chains of Iniquity returning soon™!", "egg mimic", "Do a backflip (Bravado, Risky)", "Sticking out your panache for the finisher" ];

const footerTagline = document.getElementById("footer-tagline"); footerTagline.innerHTML = wackyTaglines[Math.floor(Math.random()*wackyTaglines.length)]; footerTagline.onclick = function () {

       location.href = "https://lore.gnoblin.cc/edit/MediaWiki:Taglines.js";
   };

footerTagline.classList += "wacky-tagline";