帮助:監視列表
出自聖經研究
目錄 | 讀者手冊 | 編輯手冊 | 管理手冊 | 附錄
監視列表就像連覽器中的"書籤"或"我的最愛"。用戶登入後,可以在頁面底部看到一個“監視本頁”的鏈結。點擊這個鏈結您可以將當前頁面及其對話頁(或者它是一個對話頁的話,連同所討論的文章頁面)添加到您的“監視列表”中。
您可以點擊導覽列或者特殊頁面上的“監視列表”鏈結進入。您的監視列表相當於是一個定制的最近更改,可以直接監視您所關注的文章。它給出了一個所有被監視的頁面的列表,並按照最後編輯該頁的時間順序逆序排列,並且可以選擇一些時間選項。
預設是在當前的監視列表上,最多顯示出 3天以內1000個頁面。
每行顯示了一些關於最後一次編輯的詳細的資訊:日期,小修改或者主要的修改,時間,文章的鏈結,當前版本和上一次編輯的版本的差異,修訂歷史,用戶名和編輯摘要。
請注意每個被編輯的頁面只顯示最後一次的修改。
在最近更改和增強的最近更改中被監視的文章會以粗體顯示。因此即使不是用監視列表,也能關注到您所感興趣的文章。
但是,被監視的頁面若被刪除,就不會在監視列表中反映出來。解決的辦法就是將刪除記錄添加到監視列表中。
目录 |
[编辑] 監視與不監視
登入後可以在任何的WIKI頁面都可以看到監視本頁和停止監視的鏈結。
用戶可以指定一個被編輯的頁面是否必須被監視:
在編輯模式下,在小修改的核取方塊旁邊還有一個“監視本頁”的核取方塊。選擇這個核取方塊並保存頁面,就可以將這個文章監視起來。在查看一個被監視的頁面時,“監視本頁”鏈結上的文字就變成了“停止監視”,點擊這個鏈結就會將這個頁面及其對話頁從您的監視列表中刪除。
另外,您也可以從偏好設定中選擇“監視新的以及更改過的文章”。
[编辑] 監視一個不存在的頁面
您也可以監視一個不存在的頁面,然後當有人創建此頁面時,您就會在您的監視列表上看到它。做法是,若一個頁面有一個空連結(紅色或?)時,擊點它,並擊點"監視此頁" (視版面配置而定,您可能需要擊點取消)。您也可以用URL跳到一個不存在的頁面。
[编辑] Keeping a number of separate watchlists
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
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 "] { .. }
