בדוקי עריכות אוטומטית, אינטערפעיס רעדאקטארן, אינטערפעיס אדמיניסטראַטאָרן, סיסאפן, מייבאים, מעדכנים, מייבא, אספקלריה רעדאקטארן
46,362
רעדאגירונגען
(פעלט נאך אויס?) |
אין תקציר עריכה |
||
| שורה 166: | שורה 166: | ||
}); | }); | ||
} ); | } ); | ||
// if page is semi-protectedted and user is autoconfirmed but not autopatroller, patroller, or an admin | |||
// check if user meets community standard for "autoconfirmed" (30 days, 100 edits), and if they don't, | |||
// remove edit capability, similar to normal protection behavior. | |||
// מסנן השחתות #109 will prevent this user from saving their work in any case. | |||
(function() { | |||
var ug = mw.config.get("wgUserGroups"), | |||
prot = mw.config.get("wgRestrictionEdit", []); | |||
if (prot[0] == 'autoconfirmed' && | |||
ug.includes('autoconfirmed') && | |||
! ug.includes('autopatrolled') && | |||
! ug.includes('patroller') && | |||
! ug.includes('sysop') | |||
) { | |||
importScript( 'mediawiki:Block-newbie-edit.js' ); | |||
} | |||
})(); | |||
// On demand loading of gadgets, initial version from ruwiki. | // On demand loading of gadgets, initial version from ruwiki. | ||
רעדאגירונגען