MediaWiki:Common.js

From Wiki The-West EN
Revision as of 15:54, 26 September 2017 by Slygoxx (talk | contribs)
Jump to navigation

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 ($('.item_container').length!==0) {
    $('.item_container').each(function() {
        $(this).append('<img src="' + $(this).attr('data-url'.replace('westzzs','westzz') + '">');
    })
    $('.item_container[data-link]').each(function(){
        $(this).find('img').wrap('<a href="'+$(this).attr('data-link')+'"></a>');
    });
    $(function() {
        $.getScript("https://wiki.the-west.net/wiki/Popup.js?action=raw");
    });
}