<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://en.gospeltranslations.org/w/skins/common/feed.css?239"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Gospel Translations - User contributions [en]</title>
		<link>http://en.gospeltranslations.org/wiki/Special:Contributions/Jayvdb</link>
		<description>From Gospel Translations</description>
		<language>en</language>
		<generator>MediaWiki 1.16alpha</generator>
		<lastBuildDate>Mon, 27 Apr 2026 05:53:44 GMT</lastBuildDate>
		<item>
			<title>Help:Special pages</title>
			<link>http://en.gospeltranslations.org/wiki/Help:Special_pages</link>
			<description>&lt;p&gt;Jayvdb: fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PD Help Page}}&lt;br /&gt;
'''Special pages''' are pages that are created by the software on demand. They are located in their own [[Help:Namespaces|namespace]] ''Special:'' and are not editable directly as other pages. &lt;br /&gt;
&lt;br /&gt;
Some special pages depend on the [[Help:Preferences|preferences]] that have been set by a user, e.g. the number of titles which is displayed on a user's [[Help:Watchlist|watchlist]].&lt;br /&gt;
&lt;br /&gt;
==List of special pages==&lt;br /&gt;
Clicking the link ''[[Special:Specialpages]]'' will take you to a list of all special pages on a wiki. Such a link is often accessible in the [[Help:Navigation#Toolbox|toolbox]] on the left hand panel.&lt;br /&gt;
&lt;br /&gt;
Some special pages can be [[Help:transclude|transclude]]d.&lt;br /&gt;
* [[Help:New images|New images]]&lt;br /&gt;
* [[Help:New pages|New pages]]&lt;br /&gt;
* [[Help:Recent changes|Recent changes]]&lt;br /&gt;
* ..&lt;br /&gt;
&lt;br /&gt;
{{Languages|Help:Special pages}}&lt;br /&gt;
[[Category:Help|Special pages]]&lt;br /&gt;
[[Category:Special Pages| ]]&lt;/div&gt;</description>
			<pubDate>Sat, 20 Dec 2008 10:06:40 GMT</pubDate>			<dc:creator>Jayvdb</dc:creator>			<comments>http://en.gospeltranslations.org/wiki/Help_talk:Special_pages</comments>		</item>
		<item>
			<title>Help:Patrolled edits</title>
			<link>http://en.gospeltranslations.org/wiki/Help:Patrolled_edits</link>
			<description>&lt;p&gt;Jayvdb: /* Automatic patrolling */ grammer tweak&lt;/p&gt;
&lt;hr /&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;
'''Patrolled edits''' are a feature which allows specific users to mark items in recent changes as having been &amp;quot;patrolled&amp;quot; or &amp;quot;approved&amp;quot;. By default this is only available if you have [[Help:Sysops and permissions|sysop permissions]]&lt;br /&gt;
&lt;br /&gt;
This feature is useful when reviewing recent changes for undesirable edits, link spam and vandalism. This allows people (those who can see it) to coordinate their patrolling activity, such that edits gets checked over once, but with less wasted effort (different people checking the same edit)&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 ({{mediawiki|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;
== Hiding patrolled edits from recent changes ==&lt;br /&gt;
Patrolled edits can be hidden from recent changes by adding &amp;quot;hidepatrolled=1&amp;quot; to url in the following form:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://example.com/w/index.php?title=Special:Recentchanges&amp;amp;hidepatrolled=1&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&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 '''[[Manual:$wgUseRCPatrol|$wgUseRCPatrol]]''' in {{mediawiki|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 '''[[Manual:$wgOnlySysopsCanPatrol|$wgOnlySysopsCanPatrol]]''' in {{mediawiki|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 the patrolled edits feature is 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. The exclamation mark displayed on the Recent changes log is styled using the &amp;lt;code&amp;gt;span.unpatrolled&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Help:Patrolled pages]]&lt;br /&gt;
* {{mediawiki|meta:Help:Patrolled edit|Further reading on the Meta-Wiki}}&lt;br /&gt;
&lt;br /&gt;
{{Languages|Help:Patrolled edits}}&lt;br /&gt;
[[Category:Help|Patrolled edits]]&lt;/div&gt;</description>
			<pubDate>Sat, 20 Dec 2008 04:50:01 GMT</pubDate>			<dc:creator>Jayvdb</dc:creator>			<comments>http://en.gospeltranslations.org/wiki/Help_talk:Patrolled_edits</comments>		</item>
	</channel>
</rss>