Manual:Patrullaje
El registro de 'patrullaje registra eventos de marcado de revisiones como verificadas.
Base de datos
Opciones de configuración
Every user with the "patrol" permission is able to review article changes. By default, only the "sysop" (admin) group has this permission. You can optionally add "patrol" to an additional group:
$wgGroupPermissions['team']['patrol'] = true;
Users with the "autopatrol" permission have their changes automatically marked as patrolled. The below configuration means that changes made by users in the "sysop", "bot", and "team" groups are automatically reviewed:
$wgGroupPermissions['bot']['autopatrol'] = true;
$wgGroupPermissions['sysop']['autopatrol'] = true;
$wgGroupPermissions['team']['autopatrol'] = true;
You can also let a certain group of users only see the unpatrolled edit marks, by giving them the "patrolmarks" permission. Configuration in the example below means that everyone (even unregistered users) will be able to see the unpatrolled edit marks.
$wgGroupPermissions['*']['patrolmarks'] = true;
Ve también
API
Patrulla el registro de eventos que tiene un elemento secundario de patrullaje, ejemplo: <patrol cur="12" prev="0" auto="1" />