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
Tag: Reverted
No edit summary
 
(16 intermediate revisions by one other user not shown)
Line 10: Line 10:
     "I have her in my phone as grippli",
     "I have her in my phone as grippli",
     "grug moment",
     "grug moment",
     "blaggenum furt"
     "blaggenum furt",
     "slurk mode"
     "skurk mode",
     "me when...<br>...when no Chains of Inquity"
     '<img src="https://media.discordapp.net/stickers/1481276983533899898.webp" alt="nochains">'
];
];



Latest revision as of 12:28, 9 June 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",
   "skurk 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";