Community Central
Community Central

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.
importScriptPage("MediaWiki:GlobalNav.js","d97");

 //<syntaxhighlight lang="javascript">
$(function(){
$(document).ready(function(){
   $("#globalNavigation").css("position", "relative");
   $(".global-navigation").css("position", "relative");
});
});
//</syntaxhighlight>

// Display 12 hour time followed by day, month (English, full name)
// and year with "(UTC)" at the end
window.DisplayClockJS = '%2I:%2M:%2S %p %2d %{January;February;March;April;May;June;July;August;September;October;November;December}m %Y (UTC)';
importArticles({
	type: 'script',
	articles: [
		// ...
		'u:dev:DisplayClock/code.js',
		// ...
	]
});

importArticles({type: "script",articles: ["w:c:dev:ListFiles/code.js","w:c:dev:AjaxBatchDelete/code.js","w:c:community:User:Monchoman45/ChatHacks.js"]});

importScriptPage('User:Monchoman45/ChatHacks.js', 'c');
importScriptPage('User:Joeytje50/ChatPMs.js', 'c');
importScriptPage('User:Madnessfan34537/ignore.js','cod');
importScriptPage('User:MrAwesome8/test.js', 'c');