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 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* User Tags */
window.UserTagsJS = {
window.UserTagsJS = {
modules: {},
modules: {},
tags: {
tags: {
founder: { u:'Founder', order: -1/0 }
founder: { u: 'JavaScript', order: -1/0 },
}
}
};
};
UserTagsJS.modules.inactive = 92; // 92 days


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

Revision as of 13:46, 17 February 2017

window.UserTagsJS = {
	modules: {},
	tags: {
		founder: { u: 'JavaScript', order: -1/0 },
	}
};

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

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