MediaWiki:Minerva.js

From SPCodex, The Smashing Pumpkins wiki
Revision as of 00:16, 29 October 2020 by MusikAnimal (talk | contribs) (Created page with "$(function () { mw.util.addPortletLink('p-navigation', '/wiki/Discography', 'Discography'); mw.util.addPortletLink('p-navigation', '/wiki/Studio_sessions', 'Studio sessions'...")

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 () {
	mw.util.addPortletLink('p-navigation', '/wiki/Discography', 'Discography');
	mw.util.addPortletLink('p-navigation', '/wiki/Studio_sessions', 'Studio sessions');
	mw.util.addPortletLink('p-navigation', '/wiki/Tour_history', 'Tour history');
	mw.util.addPortletLink('p-navigation', '/wiki/Special:RandomInCategory/Songs', 'Random song');
	mw.util.addPortletLink('p-navigation', '/wiki/Special:RandomInCategory/Albums', 'Random album');
	mw.util.addPortletLink('p-navigation', '/wiki/Special:RandomInCategory/Live_performances', 'Random show');
	mw.util.addPortletLink('p-navigation', '/wiki/Category:Contents', 'Categories');
	mw.util.addPortletLink('p-navigation', '/wiki/Category:Drilldown', 'Browse database');
	mw.util.addPortletLink('p-navigation', '/wiki/Pumpkin_Patch', 'Pumpkin Patch');
	mw.util.addPortletLink('p-navigation', '/wiki/SPCodex:FAQ', 'FAQ');
});