Help:Watching pages

From Wikinews, the free news source you can write!
Jump to navigation Jump to search

Anyone may choose to be notified when a certain page changes using "watch" and "my watchlist". MediaWiki doesn't let people "own" pages, however, this feature and the ability to revert pages, provides the most needed functionality--without the drawbacks of giving somebody absolute control over a page.

Use[edit]

When logged in, users should see a link in the sidebar entitled "Watch this page" on non-dynamically-generated pages. By clicking on that link, you add the current page and the corresponding Talk page (or if it is a Talk page, that page and the corresponding article page, etc.) to the collection of articles you "watch". You can access your watchlist by clicking the "My watchlist" link in the sidebar or choosing "My watchlist" from the "Special pages" menu at the top of each page and pressing "Go". Your watchlist approximately functions as a custom recent changes just for articles that you watch. It gives a list of all watched pages, ordered backward according to the time of the last edit of the page, optionally up to some cutoff time.

The default cutoff for the watchlist is currently three days for users with less than 1000 pages in their watchlists and 12 hours for Wikipediholics with more than 1000.

Each line shows details about the last edit: the day, whether minor or major, the time, a link to the article, the difference between the current version and the last but one, the history, the user name and the edit summary. There is currently no way to exclude minor changes from the watchlist.

Note that for every edited page only information about the last edit is shown. For example, if the last edit was minor there is no indication whether there have also been major changes recently. Since one is typically interested in all changes since one last checked, the history of the article needs to be checked.

In Recent Changes and Enhanced Recent Changes, watched articles are bolded. Therefore, even without ever using "My watchlist", specifying articles to watch is useful.

Deletion of pages[edit]

Oddly, the deletion of a watched page is not shown in the watchlist!

Watching and unwatching[edit]

There's a handy "watch this page" or "stop watching this page" link in the sidebar when viewing any Wikinews page while logged in.

Users can also specify that a page must be watched while editing that page:

On the editing screen, next to the minor edit checkbox, there is another checkbox with the text "Watch this page". Activating this checkbox and saving the article produces the identical result to clicking the link mentioned above. When viewing a watched page, the "Watch this page" link text changes to "Stop watching". Clicking that link removes the page and its talk page from your watchlist. Deactiving the checkbox "Watch this page" before saving an article has the same result.

Furthermore you can activate the user preference "Add pages you edit to your watchlist".

If you find after a while that you've got a lot more pages watched than you want, there's a handy link at the top of the Watchlist which will display your entire watchlist in alphabetical order. From there you can remove pages en masse by doing a lot of clicking of checkboxes.

Keeping a number of separate watchlists[edit]

Pages with links (possibly specially created for this purpose, e.g. as subpages of one's user page) can be used with Related Changes as a collecting of separate "watchlists".

Css[edit]

As an alternative or in addition to using the watchlist feature, one can also define a user style for links to selected pages, putting in one's CSS a list of lines like:

  • a[title ="pagename"] {color: white; background: red; font-size: 150% }

This works in Opera, but not in IE.

On the (Enhanced) Recent Changes page it works like the bolding feature mentioned above, but it is more versatile, e.g. allowing extra emphasis on pages one is very interested in, or different styles for different categories of interesting pages. Furthermore, it also works on user contributions pages, and on regular pages (also for piped links, but not for indirect links through a redirect). It also applies, less usefully, for the section editing links in the page itself.

To highlight links to the given page also from other websites, including interlanguage links, use instead of the above:

  • a[href ="full url "] { .. }

Note that the full url is needed, even to highlight links from the same project, although the html code uses the relative url /wiki/pagename.

See also[edit]

This is a copy of m:Help:Watching pages using Wikinews-specific templates. Don't edit this page, except to replace the contents with the current version of that master page. To make changes applicable on all projects, edit the master page; to change Wikinews-specific content, edit the templates; to make demos work, copy templates to this project, and images to Wikimedia Commons. Please see the history of the master page for author details. Please note that all meta content is licensed under the GFDL. As a result this page is licensed under the GFDL.- Edit this template