Wikipedia:New pages patrol/patrolled pages 

Shortcut:
WP:NPPLOG

Curious why some new pages are now highlighted in yellow? A new software feature was installed in November 2007 called patrolled edits. Any autoconfirmed user (account older than 4 days with at least 10 edits) can mark a page as patrolled.

Contents

How does it work?

Any page highlighted in yellow in Special:Newpages has not yet been marked as patrolled. This means that it may not have been reviewed. When you check the page, you should mark it as patrolled if (a) you see that it is a good page or (b) after you tag it for deletion. If you are not sure about what to do with a page, do not mark it as patrolled; another editor will review it later.

To mark a page as patrolled, simply click the "Mark this page as patrolled" link in the bottom right corner of the page. This link will only appear if you reach the page from Special:NewPages.

An example showing the patrol feature.

What to mark as patrolled

What not to mark as patrolled

Other notes

CSS classes

There are two CSS classes related to patrolled edits:

  1. The class for non-patrolled articles in Special:Newpages is .not-patrolled, so colorblind users or users who prefer a different style can, for example, add .not-patrolled { border: 2px solid black } to their user CSS files.
  2. The class for the "Mark this page as patrolled" link in the lower-right corner of each new page is .patrollink, you can style it in your user CSS file, for example: .patrollink { font: bold small sans-serif}

See also