MediaWiki:Common.js

From Frackin' Universe Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Any JavaScript here will be loaded for all users on every page load. */

if ( mw.config.get( 'wgPageName' ).match( /^Fd:/ ) && $('a[title="Category:Monsters"]').length === 0 ) {
	$('#mw-content-text').before( '<div style="font-size: 140%; font-style: italic;margin: 20px 0px;"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Nuvola_apps_important_blue.svg/32px-Nuvola_apps_important_blue.svg.png" width="32" height="27" alt=""> Warning: pages with "Fd:" in their title may be outdated. Recently updated/created pages don\'t have this prefix.</div>' );
}