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
m typo
Line 11: Line 11:
     "grug moment",
     "grug moment",
     "blaggenum furt",
     "blaggenum furt",
     "skurk mode",
     "slurk mode",
     '<img src="https://media.discordapp.net/stickers/1481276983533899898.webp" alt="nochains">'
     '<img src="https://media.discordapp.net/stickers/1481276983533899898.webp" alt="nochains">'
];
];

Revision as of 08:59, 16 July 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",

   "You can barely make out",
   "Jeh veh Strahd",
   "I have her in my phone as grippli",
   "grug moment",
   "blaggenum furt",
   "slurk mode",
   '<img src="1481276983533899898.webp" alt="nochains">'

];

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";