Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.js: Difference between revisions

MediaWiki interface page
LightSwitch (talk | contribs)
No edit summary
LightSwitch (talk | contribs)
No edit summary
Line 12: Line 12:


UserTagsJS.modules.custom = {
UserTagsJS.modules.custom = {
'SpaceManiac': ['founder']
'SpaceManiac': ['founder'] // NOTE: order of list here does NOT matter
};
};

Revision as of 13:40, 17 February 2017

/* Any JavaScript here will be loaded for all users on every page load. */

/* User Tags */
window.UserTagsJS = {
	modules: {},
	tags: {
		founder: { u:'Founder', order: -1/0 }
	}
};

UserTagsJS.modules.inactive = 92; // 92 days

UserTagsJS.modules.custom = {
	'SpaceManiac': ['founder'] // NOTE: order of list here does NOT matter
};