Gamepedia Help Wiki
m (1 revision)
mNo edit summary
Tag: Visual edit
(21 intermediate revisions by 14 users not shown)
Line 1: Line 1:
  +
[[File:Hydra patrol.png|right|300px]]
'''Patrolled edits''' is a feature which allows specific users to mark items in recent changes as having been "patrolled" or "approved". By default this is only available if you have [[Help:Sysops and permissions|sysop permissions]].
 
   
 
'''Patrolled edits''' is a feature that allows specific users to mark items in recent changes as having been "patrolled" or "approved".
This feature is useful when reviewing recent changes for undesirable edits, link spam and vandalism. This allows people (with permission to do so) to coordinate their patrolling activity, such that edits get checked over once, with less wasted effort (different people checking the same edit).
 
   
  +
By default patrolling is only available to [[wiki guardian]]s and [[administrator]]s.
== Marking edits as patrolled ==
 
; To mark an edit as patrolled:
 
   
 
This feature is useful when reviewing recent changes for undesirable edits, like spam and vandalism. This allows people (with the necessary permissions) to coordinate their patrolling activity, such that edits get checked over once, with less wasted effort (different people checking the same edit).
#Access [[Special:RecentChanges]]
 
#:Changes which are not patrolled will be indicated with a red exclamation mark (<abbr title="This edit has not yet been patrolled" class="unpatrolled">!</abbr>)
 
#Click the (diff) link next to an edit
 
#To mark the edit as patrolled, click the ''mark as patrolled'' link
 
   
  +
Any members of user groups with the <code>autopatrol</code> user right will have their edits automatically marked as patrolled. See [[Special:UserGroupRights]] for a list of all groups with this right.
== Hiding patrolled edits from recent changes ==
 
Patrolled edits can be hidden from recent changes by adding <tt>&hidepatrolled=1</tt> to the URL in the following form:
 
   
 
== Marking edits as patrolled ==
{{canonicalurl:{{#special:RecentChanges}}|hidepatrolled=1}}
 
 
'''To mark an edit as patrolled:'''
 
# Access [[Special:RecentChanges]].
 
#* Unpatrolled changes will be indicated with a red exclamation mark (<abbr title="This edit has not yet been patrolled" class="unpatrolled">!</abbr>).
  +
#* If using the new, JS-based interface, you may additionally assign a highlight color to unpatrolled changes.
 
# Click the <code>{{int:diff}}</code> link next to an edit.
 
# To mark the edit as patrolled, click the <code>{{int:markaspatrolleddiff}}</code> link.
   
 
== Hiding patrolled edits from recent changes ==
== Customizating the marker ==
 
  +
Patrolled edits can be hidden from [[recent changes]] by clicking the "Hide patrolled edits" link in recent changes options. If you use the new JS interface, check the "Unpatrolled" filter.
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 <code>span.unpatrolled</code> class.
 
  +
 
== Customizing the marker ==
 
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 <code>span.unpatrolled</code> class.
   
 
== See also ==
 
== See also ==
* [[mw:Help:Patrolling|General definition of RC Patrolling]]
+
* [[mw:Help:Patrolling|General description of RC patrolling on MediaWiki.org]]
  +
 
[[Category:Wiki administration]]
   
  +
[[fr:Modifications surveillées]]
[[Category:Help]]
 
  +
[[it:Modifiche osservate]]
  +
[[pl:Sprawdzanie edycji]]
  +
[[pt:Edições patrulhadas]]
  +
[[tr:Devriye edilen düzenlemeler]]
  +
[[zh:已巡查的编辑]]

Revision as of 23:50, 16 June 2020

Hydra patrol

Patrolled edits is a feature that allows specific users to mark items in recent changes as having been "patrolled" or "approved".

By default patrolling is only available to wiki guardians and administrators.

This feature is useful when reviewing recent changes for undesirable edits, like spam and vandalism. This allows people (with the necessary permissions) to coordinate their patrolling activity, such that edits get checked over once, with less wasted effort (different people checking the same edit).

Any members of user groups with the autopatrol user right will have their edits automatically marked as patrolled. See Special:UserGroupRights for a list of all groups with this right.

Marking edits as patrolled

To mark an edit as patrolled:

  1. Access Special:RecentChanges.
    • Unpatrolled changes will be indicated with a red exclamation mark (!).
    • If using the new, JS-based interface, you may additionally assign a highlight color to unpatrolled changes.
  2. Click the diff link next to an edit.
  3. To mark the edit as patrolled, click the Mark as patrolled link.

Hiding patrolled edits from recent changes

Patrolled edits can be hidden from recent changes by clicking the "Hide patrolled edits" link in recent changes options. If you use the new JS interface, check the "Unpatrolled" filter.

Customizing the marker

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 span.unpatrolled class.

See also