Extension:GlobalWatchlist/hu

This page is a translated version of the page Extension:GlobalWatchlist and the translation is 50% complete.

GlobalWatchlist

2021 Coolest Tool
Award Winner

in the category
Newcomer

MediaWiki-kiterjesztések kézikönyve
GlobalWatchlist
Kiadási állapot: stabil
Megvalósítás Speciális lap
Leírás „Globális” figyelőlistát hoz létre
Szerző(k) DannyS712vitalap
Kompatibilitási irányelv Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.36+
Licenc GNU General Public License 2.0 or later
Letöltés
README
  • $wgGlobalWatchlistEnableGuidedTour
  • $wgGlobalWatchlistSiteLimit
  • $wgGlobalWatchlistWikibaseSite
  • $wgGlobalWatchlistDevMode
Quarterly downloads 8 (Ranked 136th)
Public wikis using 5,392 (Ranked 51st)
Fordítsd le a(z) GlobalWatchlist kiterjesztést, ha elérhető a translatewiki.net oldalon
Problémák Nyitott feladatok · Hibajelentés

A GlobalWatchlist kiterjesztéssel több projekt lapjait is figyelőlistára lehet venni.

Telepítés

  • Töltsd le a kiterjesztés fájljait, és mentsd el az extensions/ mappán belüli GlobalWatchlist könyvtárba.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GlobalWatchlist
  • Add hozzá az alábbi kódot a LocalSettings.php fájlod aljára:
    wfLoadExtension( 'GlobalWatchlist' );
    
  •   Kész – A Special:Version oldalon ellenőrizheted, hogy a kiterjesztés ténylegesen feltelepült-e.

Konfiguráció

A kiterjesztés konfigurációs változói
Változó neve Alap­értelmezett érték Leírás
$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.

Használat

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.

  Figyelem: It is recommended to use this in conjunction with CentralAuth and to choose other sites that the user has an attached account on; this extension is not tested with any other setup.

Integráció más kiterjesztésekkel

  • 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

Lásd még