<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openttdcoop.org/index.php?action=history&amp;feed=atom&amp;title=Help%3APatrolled_edits</id>
		<title>Help:Patrolled edits - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openttdcoop.org/index.php?action=history&amp;feed=atom&amp;title=Help%3APatrolled_edits"/>
		<link rel="alternate" type="text/html" href="https://wiki.openttdcoop.org/index.php?title=Help:Patrolled_edits&amp;action=history"/>
		<updated>2026-04-29T02:32:49Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.25.2</generator>

	<entry>
		<id>https://wiki.openttdcoop.org/index.php?title=Help:Patrolled_edits&amp;diff=7447&amp;oldid=prev</id>
		<title>Osai: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.openttdcoop.org/index.php?title=Help:Patrolled_edits&amp;diff=7447&amp;oldid=prev"/>
				<updated>2008-03-10T11:34:08Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 11:34, 10 March 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Osai</name></author>	</entry>

	<entry>
		<id>https://wiki.openttdcoop.org/index.php?title=Help:Patrolled_edits&amp;diff=7446&amp;oldid=prev</id>
		<title>81.159.187.97 at 20:03, 17 January 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.openttdcoop.org/index.php?title=Help:Patrolled_edits&amp;diff=7446&amp;oldid=prev"/>
				<updated>2008-01-17T20:03:10Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PD Help Page}}&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
In MediaWiki 1.4 and above, a feature exists allowing specific users to mark items in recent changes as having been &amp;quot;patrolled&amp;quot; or &amp;quot;approved&amp;quot;. This is useful when reviewing recent changes for undesirable edits, link spam and vandalism.&lt;br /&gt;
&lt;br /&gt;
== Marking edits as patrolled ==&lt;br /&gt;
&lt;br /&gt;
; To mark an edit as patrolled&lt;br /&gt;
&lt;br /&gt;
#Access [[Special:Recentchanges]]&lt;br /&gt;
#:Changes which are not patrolled will be indicated with a red exclamation mark&lt;br /&gt;
#Click the ([[m:Help:Diff|diff]]) link next to an edit&lt;br /&gt;
#To mark the edit as patrolled, click the ''mark as patrolled'' link&lt;br /&gt;
&lt;br /&gt;
== Customization ==&lt;br /&gt;
&lt;br /&gt;
=== Enabling/disabling ===&lt;br /&gt;
&lt;br /&gt;
Patrolled edits are enabled by default in MediaWiki 1.4. In MediaWiki 1.5 and later, set '''$wgUseRCPatrol''' in [[Manual:Configuration settings|LocalSettings.php]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$wgUseRCPatrol = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Permissions ===&lt;br /&gt;
&lt;br /&gt;
==== 1.4 ====&lt;br /&gt;
&lt;br /&gt;
In MediaWiki 1.4, patrolled edits are enabled for all users. To restrict this to sysops, set '''$wgOnlySysopsCanPatrol''' in [[Manual:Configuration settings|LocalSettings.php]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$wgOnlySysopsCanPatrol = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 1.5+ ====&lt;br /&gt;
&lt;br /&gt;
In MediaWiki 1.5 and later, patrolled edits are enabled for sysops. Use the '''[[Manual:$wgGroupPermissions|$wgGroupPermissions]]''' configuration variable for this.&lt;br /&gt;
&lt;br /&gt;
For instance, to create a ''patrollers'' group:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$wgGroupPermissions['patrollers']['patrol'] = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Automatic patrolling ===&lt;br /&gt;
In MediaWiki 1.6 through 1.8, there is a [[Help:preferences|user preference]] available to users who are able to mark edits as patrolled. When set, this causes their edits to be patrolled automatically.&lt;br /&gt;
&lt;br /&gt;
This option is not available if patrolled edits are switched off.&lt;br /&gt;
&lt;br /&gt;
In MediaWiki 1.9 this user preference has been removed and replaced by a new &amp;quot;autopatrol&amp;quot; right, assigned only to sysops by default. Also, users cannot mark their own edits as patrolled.&lt;br /&gt;
&lt;br /&gt;
=== Marker ===&lt;br /&gt;
&lt;br /&gt;
The formatting of the unpatrolled edit marker can be altered using CSS.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
{{meta|Help:Patrolled edit}}&lt;br /&gt;
&lt;br /&gt;
{{Languages|Help:Patrolled edits}}&lt;br /&gt;
[[Category:Help|Patrolled edits]]&lt;/div&gt;</summary>
		<author><name>81.159.187.97</name></author>	</entry>

	</feed>