Extension:GlobalWatchlist/ru
Jump to navigation
Jump to search
GlobalWatchlist Статус релиза: бета |
|
---|---|
Реализация | Служебная страница |
Описание | Creates a "global" watchlist |
Автор(ы) | DannyS712обсуждение |
Политика совместимости | Snapshots releases along with MediaWiki. Master is not backwards compatible. |
MediaWiki | 1.36+ |
Лицензия | GNU General Public License 2.0 or later |
Загрузка | README |
|
|
Переведите расширение GlobalWatchlist если оно доступно на translatewiki.net | |
Проблемы | Открытые задачи · Сообщить об ошибке |
The GlobalWatchlist extension allows a user to view changes to watched pages on multiple sites at once.
Установка
- Скачайте и распакуйте файл(ы) в папку с названием
GlobalWatchlist
в вашей папкеextensions/
. - Добавьте следующие строки в конец файла LocalSettings.php:
wfLoadExtension( 'GlobalWatchlist' );
Готово – Перейдите на страницу Special:Version на своей вики, чтобы удостовериться в том, что расширение успешно установлено.
Настройка
Variable name | Значение по умолчанию | Описание |
---|---|---|
$wgGlobalWatchlistWikibaseSite |
false |
The site that should be treated as a Wikibase Repository and should have labels fetched for items that are changed. If false, the extra handling for Wikibase items is not applied. |
$wgGlobalWatchlistUseVue |
false |
Whether to use the experimental (and ugly) Vue.js version of the display |
$wgGlobalWatchlistDevMode |
false |
Whether to send debug log entries to the console |
$wgGlobalWatchlistEnableGuidedTour |
false |
Whether to enable the GuidedTour for the settings page, if the GuidedTour extension is installed |
$wgGlobalWatchlistSiteLimit |
5 |
The maximum number of sites that a user can save to their watchlist. Set to 0 to disable the limit. |
Использование
To view the global watchlist, visit Special:GlobalWatchlist on the wiki where the extension is installed. By default, only the local wiki's changes are shown, but by changing the configuration at Special:GlobalWatchlistSettings the user can choose other sites to show, up to the maximum if configured.
Integration with other extensions
- When CentralAuth is installed, only wikis where the user has an attached account are allowed in their global watchlist
- When one of the sites included in the global watchlist has the Wikibase Repository extension installed, labels for items and properties can be fetched and displayed. If WikibaseLexeme is installed labels for lexemes are retrieved too.
- When GuidedTour is installed, and
$wgGlobalWatchlistEnableGuidedTour
is enabled, a tour is available at Special:GlobalWatchlistSettings the first time you visit the page
![]() | Это расширение используется в одном или нескольких проектах Викимедиа. Вероятно, это означает, что расширение стабильно и работает достаточно хорошо, чтобы использоваться такими сайтами с высоким трафиком. Найдите название этого расширения в файлах конфигурации Викимедиа CommonSettings.php и InitialiseSettings.php, чтобы узнать, где оно установлено. Полный список расширений, установленных на конкретной вики, можно увидеть на странице Special:Version wiki. |
Categories:
- Beta status extensions/ru
- Special page extensions/ru
- GPL licensed extensions/ru
- Extensions in Wikimedia version control/ru
- ApiOptions extensions/ru
- GetPreferences extensions/ru
- LoginFormValidErrorMessages extensions/ru
- ResourceLoaderRegisterModules extensions/ru
- SidebarBeforeOutput extensions/ru
- All extensions/ru
- Extensions used on Wikimedia/ru