Jump to content

עזרה:עריכות שסוקרו

From mediawiki.org
This page is a translated version of the page Help:Patrolled edits and the translation is 11% complete.
PD הערה: כאשר אתם עורכים דף זה, אתם מסכימים לשחרר את תרומתכם תחת רישיון CC0. למידע נוסף ראו את דפי העזרה בנושא נחלת הכלל. PD

עריכות שנבדקו היא תכונה המאפשרת למשתמשים מסוימים לסמן דפים חדשים ופריטים ב-Special:RecentChanges כ"נבדקו", כלומר שבוצעה לפחות סקירה בסיסית. עריכה טובה עשויה להיות מסומנת כ"נבדקה", אך עריכה גרועה עשויה להיות מסומנת גם כ"נבדקה", אם היא בוטלה או שהרגרסיות הברורות ביותר שלה תוקנו. כברירת מחדל, אפשרות זו זמינה רק אם יש לך הרשאת מפעיל מערכת; אתרי ויקי רבים מעניקים הרשאת 'patrol' לקבוצות של משתמשים.

תכונה זו שימושית בעת סקירת שינויים אחרונים לאיתור עריכות לא רצויות, ספאם של קישורים והשחתות. 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).

This feature also allows setting trustworthy users' edits to be automatically patrolled, so that the people who review recent changes need not spend time doing unnecessary reviewing.

Marking edits as patrolled

To mark an edit as patrolled:
  1. Access Special:RecentChanges
    Changes which are not patrolled display with a red exclamation mark (!).
  2. Click the (diff) link next to an edit.
  3. To mark the edit as patrolled, click the סימון השינוי כבדוק link.
To mark a new page as patrolled
  1. Access Special:NewPages
    New pages which are not patrolled display with a yellow background.
  2. To mark a new page as patrolled, visit it and click the סימון דף זה כבדוק button near the bottom of the page.
To mark a new file as patrolled
  1. Access Special:NewFiles
  2. If you want to see only unpatrolled files, check "הסתרת העלאות בדוקות"
  3. To mark a new file or new file version as patrolled, visit it and click the סימון גרסת קובץ זו כבדוקה button near the bottom of the file description.

Caveats

Hiding patrolled edits from recent changes

Patrolled edits can be hidden from recent changes by adding &hidepatrolled=1 to the URL in the following form:

https://www.mediawiki.org/w/index.php?title=Special:RecentChanges&hidepatrolled=1

Note: this works only for users with the patrol or patrolmarks right. This might change after T44246 is solved in future.

Customization

Enabling/disabling

MediaWiki version:
1.4

Patrolled edits are enabled by default. To disable this, set $wgUseRCPatrol in LocalSettings.php to false.

$wgUseRCPatrol = false;

Permissions

Patrolled edits are enabled for sysops by default. Use the $wgGroupPermissions configuration variable to assign this to new or existing user groups. See Manual:User rights management .

For instance, to create a patrollers group:

$wgGroupPermissions['patrollers']['patrol'] = true;

Automatic patrolling

Edits by users with the "autopatrol" right, assigned only to sysops by default, are automatically marked patrolled.

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.

Log

Patrolling actions are listed in the Patrol log (example).

See also