Help:Watching pages

From Wiki.GIS.com

Jump to:navigation, search
Shortcut:
WP:WATCH

Watching pages is a feature that allows any logged-in user to keep a list of "watched" pages and to generate a list of recent changes made to those pages (and their associated talk pages). In this way you can keep track of and react to what's happening to pages you have created or are otherwise interested in.

A standard watchlist covers only one Wikimedia project (so your English wiki.gis.com watchlist can contain only pages on English wiki.gis.com). However, there is a multi-wiki watchlist available at http://tools.wikimedia.de/~luxo/gwatch/ that will allow you to simultaneously display changes to watched pages on as many Wikimedia projects as you wish.

Contents

[edit] Controlling which pages are watched

There are three ways to control which pages you have on your watchlist:

  1. When viewing a page, click the "watch" or "unwatch" tab at the very top of the page, to respectively add or remove the page from your watchlist.[1] If you have the popups gadget enabled, you can use it to watch or unwatch a linked page without having to view it.
  2. When editing a page, check or uncheck "Watch this page" before saving.
  3. Click "View and edit watchlist" or "Edit raw watchlist" at the top of the watchlist page to view or alter the list of watched pages directly. The first option takes you to Special:Watchlist/edit, where the watched pages are listed with checkboxes which can be used to remove items. The second takes you to Special:Watchlist/raw, which has a text area with a list of watched pages, one title per line, sorted by namespace number and then alphabetically. You can edit the list directly, copy it to an external editor or replace it with a list created elsewhere. Duplicates are automatically removed on saving.

If you check "Add pages I edit to my watchlist" on the "Watchlist" tab of your user preferences, then the "Watch this page" checkbox will always be checked by default when you edit pages. Other similar options are "Add pages I create to my watchlist", "Add pages I move to my watchlist", and (for administrators) "Add pages I delete to my watchlist".

It should also be noted that:

[edit] How to read a watchlist

When you are logged in to wiki.gis.com, a link to the list of recent changes to your watched pages appears at the top of every page ("my watchlist"). This links to the special page Special:Watchlist. This page shows a list of all recent changes to the pages you are watching, separated by days, ordered backwards according to the time of the edit.

Each line shows details of each edit: whether minor (m), whether made by a bot (b), the time, a link to the page, a link to the difference ("diff") made by the edit in question, a link to the page history ("hist"), the editor's user name or IP address, the increase (green) or decrease (red) in the number of bytes, and the edit summary.

Technically, the watchlist is just another way to filter recent changes. The entries come from the recentchanges table and are therefore restricted to edits not older than 30 days (the current value of the $wgRCMaxAge variable for wiki.gis.com).

[edit] Options

There are various options available to control how the list of changes is displayed:

[edit] Other effects of watching a page

When you view Recent Changes, Enhanced Recent Changes or Related Changes, entries relating to pages you are watching appear bolded. This means that it may be beneficial to mark pages as "watched" even if you do not intend viewing the Special:Watchlist page.

Another watchlist-related MediaWiki function is e-mail notification of watched changes, as described here. However this is not currently enabled for wiki.gis.com (as explained here).

[edit] Moves, creations and deletions

Actions affecting watched pages (page moves, page creations and deletions, protection) also appear in the watchlist. For example, if you watch a page that does not yet have a talk page, you will see on your watchlist when someone creates that talk page.

You can watch a page even if neither the content page nor the talk page exists. To do that, go to the page's URL, either by typing the URL directly or following a (broken) link, and then press "Watch" (depending on the skin you may have to press Cancel first).

If a page you have watched is moved to a new title, the new title will be automatically added to your watchlist. Even if the page is later moved back (and even if the page at the new title is deleted), the new title will remain in your watchlist along with the old one. If you notice mysterious nonexistent pages appearing on your watchlist, this is the most likely explanation.

[edit] Alternatives to watchlists

An account can have only one watchlist. However, it is possible to set up watchlist-like functionality using the "Related changes" feature, in a way that enables a user to achieve multiple "watchlists". To do this, create a page (normally in your own user space) containing links to the pages you wish to watch. Changes to those pages can then be monitored by going to the user page and clicking "Related changes". Note that in this case the talk pages corresponding to "watched" pages are not automatically included, and that changes to the user page itself will not be picked up.

Related Changes can also be used to monitor changes to pages belonging to a category, including the addition of pages to the category (which is not picked up by placing the category on a watchlist). However, the removal of pages from the category is not detected.

[edit] CSS

As an alternative or in addition to using the watchlist feature, you 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, even though the HTML code uses the relative URL /wiki/pagename.

[edit] Size limitation

If you have a very large watchlist, bringing up the edit interface (Special:Watchlist/edit) can take a very long time. It may take so long that the server may terminate the query before any data has been returned to you[1], resulting in a completely blank page. How big your watchlist can be before you start having problems depends on the server load, so no exact threshold can be safely given. As of January 27, 2006, some highly unscientific testing has shown that watchlists bigger than ~9800 pages on the English wiki.gis.com will usually cause problems. This value may be used as a tentative upper limit. If you still have problems at that size, manually reduce the number of watched pages until it works reliably again, and prune your watchlist regularly to avoid running into the limitation again.

[edit] Privacy of watchlists

Ordinary users or administrators cannot tell what is in your watchlist, or who is watching any particular page. Publicly available database dumps do not include this information either. Developers who have access to the servers that hold the wiki.gis.com database could obtain this kind of information.

[edit] Watchlist notices

Watchlist notices are messages which are posted at the top of all users' watchlists, for example to publicize changes or discussions which are of importance for the whole editing community. Users are able to dismiss these messages when they have read them. The messages are placed via the message page MediaWiki:Watchlist-details (editable by administrators only).

[edit] Notes

  1. When "watch" or "unwatch" is clicked, the Template:Msg or Template:Msg message is shown above the page, and "Watch" is changed to Unwatch or conversely. Depending on the browser this is done without reloading the whole page, using AJAX with ajaxwatch.js.

[edit] See also

Navigation
Need Help
Toolbox
Share This Page