Changes
added sentence noting that patrolled edits are restricted to administrators.
{{H:h|System admin toc}}
A new feature in MediaWiki 1.4 is '''Patrolled edits'''. After clicking 'diff' on a change in [[Special:Recentchanges]], you may see a link at the bottom, similar to the one below. Patrolled edits are restricted to administrators in most Mediawiki projects.
<div class="patrollink"><nowiki>[</nowiki> <span class="plainlinks">[{{SERVER}}{{localurl:{{NAMESPACE}}{{PAGENAME}}|action=markpatrolled}} Mark this article as patrolled]</span> <nowiki>]</nowiki></div>
Patrolling edits is a way to verify that it is a good edit, and to collaborate on filtering spam and vandalism. If you're combing through the recent changes list, and you look at an article that is good, you can mark it as "patrolled" so that other users know that it is good.
Policies may vary among projects whether an article can be marked as patrolled if it is not obvious vandalism, or only when the correctness has been verified.
In the Recent Changes, an unpatrolled edit looks like this:
*(<span class="plainlinks">[{{SERVER}}{{localurl:Help:Patrolled edit|curid=17000|diff=0|oldid=0}} diff]</span>) (<span class="plainlinks">[{{SERVER}}{{localurl:Help:Patrolled edit|curid=4|action=history}} hist]</span>) . . <span class="unpatrolled">!</span> [[Help:Patrolled edit]]; 23:28 . . [[User:Astronouth7303|Astronouth7303]] ([[User talk:Astronouth7303|Talk]])
While a patrolled one would be like this:
*(<span class="plainlinks">[{{SERVER}}{{localurl:Help:Patrolled edit|curid=17000|diff=0|oldid=0}} diff]</span>) (<span class="plainlinks">[{{SERVER}}{{localurl:Help:Patrolled edit|curid=4|action=history}} hist]</span>) . . [[Help:Patrolled edit]]; 23:28 . . [[User:Astronouth7303|Astronouth7303]] ([[User talk:Astronouth7303|Talk]])
== Enabling ==
To enable patrolling, add this line to [[LocalSettings.php]]:
$wgUseRCPatrol = true;
Note that fresh installs of version 1.4 enable RC Patrol by default.
== Restricting patrolling access to sysops ==
If you don't want users without Administrator access to be able to mark edits as patrolled, add the following line to <tt>LocalSettings.php</tt>:
$wgOnlySysopsCanPatrol = true;
== See also ==
*[[Help:Recent changes]]
{{h:f|langs=|enname=Patrolled edit}}
A new feature in MediaWiki 1.4 is '''Patrolled edits'''. After clicking 'diff' on a change in [[Special:Recentchanges]], you may see a link at the bottom, similar to the one below. Patrolled edits are restricted to administrators in most Mediawiki projects.
<div class="patrollink"><nowiki>[</nowiki> <span class="plainlinks">[{{SERVER}}{{localurl:{{NAMESPACE}}{{PAGENAME}}|action=markpatrolled}} Mark this article as patrolled]</span> <nowiki>]</nowiki></div>
Patrolling edits is a way to verify that it is a good edit, and to collaborate on filtering spam and vandalism. If you're combing through the recent changes list, and you look at an article that is good, you can mark it as "patrolled" so that other users know that it is good.
Policies may vary among projects whether an article can be marked as patrolled if it is not obvious vandalism, or only when the correctness has been verified.
In the Recent Changes, an unpatrolled edit looks like this:
*(<span class="plainlinks">[{{SERVER}}{{localurl:Help:Patrolled edit|curid=17000|diff=0|oldid=0}} diff]</span>) (<span class="plainlinks">[{{SERVER}}{{localurl:Help:Patrolled edit|curid=4|action=history}} hist]</span>) . . <span class="unpatrolled">!</span> [[Help:Patrolled edit]]; 23:28 . . [[User:Astronouth7303|Astronouth7303]] ([[User talk:Astronouth7303|Talk]])
While a patrolled one would be like this:
*(<span class="plainlinks">[{{SERVER}}{{localurl:Help:Patrolled edit|curid=17000|diff=0|oldid=0}} diff]</span>) (<span class="plainlinks">[{{SERVER}}{{localurl:Help:Patrolled edit|curid=4|action=history}} hist]</span>) . . [[Help:Patrolled edit]]; 23:28 . . [[User:Astronouth7303|Astronouth7303]] ([[User talk:Astronouth7303|Talk]])
== Enabling ==
To enable patrolling, add this line to [[LocalSettings.php]]:
$wgUseRCPatrol = true;
Note that fresh installs of version 1.4 enable RC Patrol by default.
== Restricting patrolling access to sysops ==
If you don't want users without Administrator access to be able to mark edits as patrolled, add the following line to <tt>LocalSettings.php</tt>:
$wgOnlySysopsCanPatrol = true;
== See also ==
*[[Help:Recent changes]]
{{h:f|langs=|enname=Patrolled edit}}