User:Vermont/sandbox1

From Simple English Wikipedia, the free encyclopedia

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.
//
(function() {
	
	$(document).ready(function() {
		mw.loader.using( ['mediawiki.util'], function() {
			// show shortcuts if not editing
			if (!mw.config.get('wgEditMessage')) {
				mw.util.addPortletLink("p-navigation", "https://simple.wikipedia.org/wiki/WP:VIP", "WP:VIP");
				mw.util.addPortletLink("p-navigation", "https://simple.wikipedia.org/wiki/WP:AN", "WP:AN");	
				mw.util.addPortletLink("p-navigation", "https://simple.wikipedia.org/wiki/WP:ST", "WP:ST");
				mw.util.addPortletLink("p-navigation", "https://simple.wikipedia.org/wiki/CAT:QD", "CAT:QD");
				mw.util.addPortletLink("p-navigation", "https://simple.wikipedia.org/wiki/CAT:AB", "CAT:AB");
				mw.util.addPortletLink("p-navigation", "https://simple.wikipedia.org/wiki/WP:RfD", "WP:RfD");
				mw.util.addPortletLink("p-navigation", "https://simple.wikipedia.org/wiki/Special:NewPages", "NewPages");
				return;
			}
		});
	});

}());
//