MediaWiki:Common.js: Difference between revisions
MediaWiki interface page
More actions
Created page with "→Any JavaScript here will be loaded for all users on every page load.: const wackyTaglines=[ "Your face beautiful", "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>", "Chains of Iniquity returning soon™!" ]; getElementById("footer-tagline").innerHTML = wackyTaglines[Math.floor(Math.random()*wackyTaglines.length)];" |
No edit summary |
||
| (4 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. */ | ||
//Replace whatever's in https://lore.gnoblin.cc/w/MediaWiki:Citizen-footer-tagline with a wacky tagline | |||
importScript("MediaWiki:Taglines.js"); | |||