Warning: unlink(/var/www/data/locks/dbmoy0p5dl3jeiczo9bfpa8hrnqsctb.lock): No such file or directory in /var/www/html/includes/libs/lockmanager/FSLockManager.php on line 213
MediaWiki:Common.js: Difference between revisions - Deepest Lore
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.js: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */
const wackyTaglines=[
 
"Your face beautiful",
//Replace whatever's in https://lore.gnoblin.cc/w/MediaWiki:Citizen-footer-tagline with a wacky tagline
"FREE general care for any patient in need! Just come to Cow Alley 13 and ask for Doctor Nicholas. <i>No refunds. Terms and conditions apply.</i>",
importScript("MediaWiki:Taglines.js");
"Chains of Iniquity returning soon™!"
];
document.getElementById("footer-tagline").innerHTML = wackyTaglines[Math.floor(Math.random()*wackyTaglines.length)];

Latest revision as of 12:18, 17 May 2026

/* Any JavaScript here will be loaded for all users on every page load. */

//Replace whatever's in https://lore.gnoblin.cc/w/MediaWiki:Citizen-footer-tagline with a wacky tagline
importScript("MediaWiki:Taglines.js");