Extension:GlobalWatchlist/pl
To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Rozszerzenie}} infobox. |
Status wydania: niewspierane |
|
|---|---|
| Realizacja | Strona specjalna |
| Opis | Creates a "global" watchlist |
| Autor(zy) | DannyS712dyskusja |
| Polityka zgodności | Snapshots releases along with MediaWiki. Master nie jest kompatybilny wstecznie. |
| MediaWiki | 1.36+ |
|
|
| Licencja | Licencja GNU General Public License 2.0 lub nowsza |
| Pobieranie | README |
| Przetłumacz rozszerzenie GlobalWatchlist jeżeli jest dostępne na translatewiki.net | |
| Problemy | Otwarte zadania · Zgłoś błąd |
The GlobalWatchlist extension allows a user to view changes to watched pages on multiple sites at once.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
GlobalWatchlistw folderzeextensions/.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GlobalWatchlist
- Dodaj poniższy kod na dole twojego pliku LocalSettings.php:
wfLoadExtension( 'GlobalWatchlist' );
Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Konfiguracja
| Variable name | Default value | Description |
|---|---|---|
$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 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. |
Using
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
$wgGlobalWatchlistEnableGuidedTouris enabled, a tour is available at Special:GlobalWatchlistSettings the first time you visit the page
Zobacz też
| To rozszerzenie jest wykorzystywane przez jeden lub więcej projektów Wikimedia. Oznacza to prawdopodobnie, że to rozszerzenie jest stabilne i działa wystarczająco dobrze, aby wykorzystywać je na stronach o dużym natężeniu ruchu. Odnajdź nazwę tego rozszerzenia w plikach konfiguracyjnych Wikimedia CommonSettings.php oraz InitialiseSettings.php, aby zobaczyć gdzie są zainstalowane. Pełną listę rozszerzeń zainstalowanych na określonej wiki można znaleźć na stronie Special:Version na danej wiki. |
| To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: |
- Unmaintained extensions/pl
- Special page extensions/pl
- ApiOptions extensions/pl
- GetPreferences extensions/pl
- LoginFormValidErrorMessages extensions/pl
- ResourceLoaderRegisterModules extensions/pl
- SidebarBeforeOutput extensions/pl
- GPL licensed extensions/pl
- Extensions in Wikimedia version control/pl
- All extensions/pl
- Extensions used on Wikimedia/pl
- Extensions included in Miraheze/pl
- Watchlist/pl
