MediaWiki:Common.js: Difference between revisions
MediaWiki interface page
More actions
LightSwitch (talk | contribs) No edit summary |
LightSwitch (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
window.UserTagsJS = { | window.UserTagsJS = { | ||
modules: {}, | modules: {}, | ||
tags: { | tags: { | ||
founder: { u:' | founder: { u: 'JavaScript', order: -1/0 }, | ||
} | } | ||
}; | }; | ||
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 | |||