Translations:User:Tailsultimatefan3891/Wiki changes to propose/Old/18/en: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Importing a new version from external source Tags: Mobile edit Mobile web edit |
m FuzzyBot moved page Translations:User:Tailsultimatefan3891/Wiki changes to propose/18/en to Translations:User:Tailsultimatefan3891/Wiki changes to propose/Old/18/en without leaving a redirect: Part of translatable page "User:Tailsultimatefan3891/Wiki changes to propose" |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
So, the following sequences of code in PHP are as follows: |
|||
*<code><nowiki>$wgAddGroups['consul'][] = ['sysop', 'bureaucrat', 'checkuser', 'steward', 'reviewer', 'patroller', 'autochecked', 'autopatrolled', 'non-stewardsuppress', 'non-stewardcheckuser', 'abusefilter-restricted', 'abusefilter-admin', 'consul']</nowiki></code> |
|||
*<code><nowiki>$wgRemoveGroups['consul'][] = ['sysop', 'bureaucrat', 'checkuser', 'steward', 'reviewer', 'patroller', 'autochecked', 'autopatrolled', 'non-stewardsuppress', 'non-stewardcheckuser', 'abusefilter-restricted', 'abusefilter-admin', 'consul']</nowiki></code> |
|||
*<code><nowiki>$wgAddGroups['steward'][] = ['sysop', 'bureaucrat', 'checkuser', 'steward', 'reviewer', 'patroller', 'autochecked', 'autopatrolled', 'non-stewardsuppress', 'non-stewardcheckuser', 'abusefilter-restricted', 'abusefilter-admin', 'consul', 'steward'] |
|||
</nowiki></code> |
|||
*<code><nowiki>$wgRemoveGroups['steward'][] = ['sysop', 'bureaucrat', 'checkuser', 'steward', 'reviewer', 'patroller', 'autochecked', 'autopatrolled', 'non-stewardsuppress', 'non-stewardcheckuser', 'abusefilter-restricted', 'abusefilter-admin', 'consul', 'steward'] |
|||
</nowiki></code> |
Latest revision as of 16:04, 29 July 2024
So, the following sequences of code in PHP are as follows: