OCR & Aviutl Wiki

誰も来ないので匿名編集を切りました。ファンフィクションや実在しないシーンなんかは自由に作れますが完成したらLaclaleに教えて下さい

もっと見る

OCR & Aviutl Wiki

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'] };