Yardım:Sayfa izlemek

Vikipedi, özgür ansiklopedi

Git ve: kullan, ara

Herhangi bir Vikipedist 'izlemeye al' özelliğini ve 'izleme listem'i kullanarak belirli bir sayfada değişiklik yapıldığında bilgilendirilmeyi seçebilir. Media viki kişilerin sayfaları sahiplenmelerine izin vermez; however, the watchlist feature, along with the ability to revert changes, keeps interested users involved in particular pages without the drawbacks of giving someone absolute control over a page.


Nice,

Konu başlıkları

[değiştir] Bir sayfayı izlemenin etkileri

[değiştir] İzleme listem

When the user is logged in, every page has a link to the user's watchlist, also accessible by the link Special:Watchlist. It approximately functions as a custom recent changes just for pages 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 enhanced watchlist is equal to the enhanced recent changes, restricted to watched pages, and without the bolding.

Each line shows details about the last edit (with the enhanced watchlist multiple edits): the day, whether minor or major, the time, a link to the page, the difference between the current version and the last one, the history, the user name and the edit summary. By default, each line also shows the change (+/-) in bytes since the last version (see below, What do the colored numbers mean?). There is currently no way to exclude minor changes from the watchlist.

Note that in the non-enhanced watchlist 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 page needs to be checked.

Moving a watched page does not show up on the watchlist; after the move both the old and the new name are watched.

The watchlist is only one of the features with regard to watching pages; even without ever using it, specifying pages to watch is useful.

[değiştir] Son değişiklikler ve ilgili değişiklikler

In Recent Changes, Enhanced Recent Changes, and Related Changes, watched pages are bolded.

[değiştir] Update marker

From MediaWiki 1.5 the message "updated (since my last visit)" appears in lines on the watchlist, on the recent changes page, and in the page history. Note that to reset this (clear the notification flag) one has to be logged in when viewing the page. The message has CSS class "updatedmarker".

[değiştir] E-mail ile Bilgilendirme

Note: Bu özellik wikipedia.org' da kullanılamaz.[1]. From MediaWiki 1.5 , depending on preference settings, you get an e-mail after a watched page has been edited by somebody else. This will not be repeated until you view the page. Note that you have to be logged in when viewing the page, otherwise you will not be notified of further changes.

Optionally this notification system can ignore minor changes.

See also MediaWiki: email notification.

Having a separate email for every edited page that one likes to watch in the sense of the other watch features, may be too much. New features are being proposed and developed to deal with this: the option to have e-mails sent, after a delay, with a list of edited pages, and/or the possibility to specify a subset of watched pages for e-mail notification.

For the latter, as a workaround, one may be tempted to log in under a different username just to specify a different (typically smaller) watchlist for e-mail notification. However, after viewing a page under one username, one would have to clear the notification flag for that page for the other username too.

[değiştir] Watching wikitext vs. watching the rendered page

Note that watching pages detects changes in the wikitext only, not all changes in the rendered page, see history of the wikitext vs. history of the rendered page. One can additionally watch the templates used, and the templates used by these templates, etc. This also limits the effect of watching an image page or category page. Oddly, it is not possible to watch an image. Also, it is not possible to watch a category in the sense of being notified if pages are added or removed. With "related changes," additions can be detected; for removals, one has to watch all pages in the category.

[değiştir] Varolmayan bir sayfayı izleme

Henüz varolmayan bir sayfayı da izlemeye alabilirsiniz. Birisi bu sayfayı oluşturduğunda onu izleme listenizde görebilirsiniz. This is often the case for talk pages. For a non-talk page, if the page has a (broken) link to it, press that link and press "Watch" (depending on the skin you may have to press Cancel before getting the link Watch). You can also go to the non-existing page using the URL.

[değiştir] Sayfaların silinmesi

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

However, http://tr.wikipedia.org/w/index.php?title=%C3%96zel:Watchlist&magic=yes shows all watched non-talk pages, including the deleted ones. Since the pages in the list are given in the form of links, deleted ones are easily identified, especially if you normally do not watch nonexisting non-talk pages.

However, talk pages are not listed separately, hence deletion of a talk page can not be detected in this manner. In particular talk pages of template pages are vulnerable: content that is valuable enough for a non-talk page could be put here, instead of putting it in noinclude tags in the template page itself.

[değiştir] İlgili değişiklikler özelliği

The "Related changes" can be used to set up watchlist-like functionality, as explained below.

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 collection of separate "watchlists". Note however that unlike My Watchlist, Related Changes does not automatically include talk pages; to watch also the corresponding talk pages, links to them also have to be in the page on which Related Changes is applied. If the links to the talk pages are put just for this purpose, a blank space as link label can be used, which makes the link invisible and ineffective, except for Related Changes. See e.g. w:List of astronomical topics and its wikitext, with items in the form [[Main Page]] [[Talk:Main Page| ]] showing up as just Main Page .

Note that Related Changes does not detect an edit in the page itself and its talk page. Either include a self-link and a link to the talk page in the page, or put the page in another "special watchlist", or in one's standard watchlist.

Such pages can use the template mechanism to include other pages. However, see Pollution of categories.

Watching pages in a category by applying Related Changes to the category has a major drawback: removal of a page from the category is not detected.

[değiştir] Bir Kategori Veya Görüntünün İzlenmesi

Watching a category or an image means watching the editable part. Adding a page to, and removing a page from a category is not reported. The same applies for changing the image.

[değiştir] CSS

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, even though the HTML code uses the relative URL /wiki/pagename.

[değiştir] İzleme Listelerinin Gizliliği

Ordinary users or administrators cannot tell what is in your watchlist, or who is watching any particular page. Developers who have access to the servers that hold the Wikipedia database can figure out this kind of information. Publicly available database dumps do not include this kind of information.

[değiştir] Renkli sayılar ne anlama gelir?

{{Wikipedia:Added or removed characters}}

[değiştir] Ayrıca Bakınız

Şablon:H:f

Kişisel araçlar
gezinti
katılım
Araçlar
Diğer diller

901 mieszkanie Wrocław gry zabudowy prysznicowe pokoje w Szczecinie x5 gallery