window.UserTagsJS = {
modules: {}, tags: {}, oasisPlaceBefore:
};
UserTagsJS.modules.metafilter = {
'inactive': ['blocked'], // 長時間ブロした人の窓にInactiveが現れる関係で 'sysop': ['bureaucrat'], // Remove "Admin" tag from bureaucrats 'chatmoderator': ['sysop', 'bureaucrat']
};
UserTagsJS.modules.implode = { 'inactive-bureaucrat': ['bureaucrat', 'inactive'], // Adds 'inactive-bureaucrat' BUT also removes bureaucrat and inactive.
// i.e. Replaces bureaucrat and inactive with 'inactive-bureaucrat'
'inactive-admin': ['sysop', 'inactive'], 'half-sysop': ['chatmoderator', 'patroller', 'rollback'] 'maybe-socking': ['notautoconfirmed', 'newuser'], 'sysop-bot': ['sysop', 'bot'], 'staff-bot': ['staff', 'bot-global'], };
// osc、aul、luaの付加 UserTagsJS.modules.custom = { 'Laclale': ['osc', 'aul', 'lua'] };