The Demopædia Encyclopedia on Population is under heavy modernization and maintenance. Outputs could look bizarre, sorry for the temporary inconvenience

Multilingual Demographic Dictionary, second unified edition, English volume

MediaWiki:Gadget-refToolbar.js

Multilingual Demographic Dictionary, second unified edition, English vol.
Revision as of 14:07, 11 March 2012 by Nicolas Brouard (talk | contribs) (1 revision)
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
if (( wgAction == 'edit' || wgAction == 'submit' ) && ( typeof refToolbarInstalled == 'undefined' )) {
  if (wgServer == "https://secure.wikimedia.org") {
    importScriptURI("https://secure.wikimedia.org/wikipedia/en/w/index.php?title=MediaWiki:RefToolbarBase.js&action=raw&ctype=text/javascript");
  } else {
    importScriptURI("http://mse.ined.fr/Brouard/w/index.php?title=MediaWiki:RefToolbarBaseTextTerm.js&action=raw&ctype=text/javascript");
  }
  if( typeof $.wikiEditor != 'undefined' && typeof $.wikiEditor.modules.dialogs != 'undefined' ) {
    importScriptURI("http://mse.ined.fr/Brouard/w/index.php?title=MediaWiki:RefToolbarTextTerm.js&action=raw&ctype=text/javascript");
  } else if( typeof $.wikiEditor != 'undefined' ) {
    importScriptURI("http://mse.ined.fr/Brouard/w/index.php?title=MediaWiki:RefToolbarNoDialogsTextTerm.js&action=raw&ctype=text/javascript");
  } else {
    importScriptURI("http://en.wikipedia.org/w/index.php?title=MediaWiki:RefToolbarLegacy.js&action=raw&ctype=text/javascript");
  }
  refToolbarInstalled = true;
}