Jump to content

MediaWiki:Gadget-NamespaceNotice.js

From Wikimedia Foundation Governance Wiki
Revision as of 01:41, 30 April 2012 by MZMcBride (talk | contribs) (fixed code)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Show a notice inside <div id="contentSub"></div> on pages in the Talk namespace */
if ( mw.config.get( 'wgNamespaceNumber' ) == 1 ) {
  $('#contentSub').html('<div>hello</div>');
}