< Extension:GlobalWatchlist

GlobalWatchlist

2021 Coolest Tool
Award Winner

in the category
Newcomer

Manual de extensiones de MediaWiki
GlobalWatchlist
Estado de lanzamiento: estable
Implementación Página especial
Descripción Crea una lista de seguimiento «global»
Autor(es) DannyS712discusión
Política de compatibilidad Lanzamientos de screenshots junto con MediaWiki. Master no es compatible con versiones anteriores.
MediaWiki 1.36+
Licencia GNU Licencia Pública general 2.0 o posterior
Descarga
README
Parámetros
  • $wgGlobalWatchlistEnableGuidedTour
  • $wgGlobalWatchlistSiteLimit
  • $wgGlobalWatchlistWikibaseSite
  • $wgGlobalWatchlistDevMode
Hooks que usa
  • ApiOptions
  • GetPreferences
  • LoginFormValidErrorMessages
  • ResourceLoaderRegisterModules
  • SidebarBeforeOutput
Descargas trimestrales 2 (Ranked 168th)
Wikis públicos que lo utilizan 5,392 (Ranked 51st)
Traduce la extensión GlobalWatchlist si está disponible en translatewiki.net
Asuntos Tareas abiertas · Reportar un bug

La extensión GlobalWatchlist permite que el usuario vea los cambios en las páginas que vigila en múltiples wikis a la vez.

Instalación

  • Descarga y extrae los archivos en un directorio denominado «GlobalWatchlist» dentro de la carpeta extensions/.
  • Añade el siguiente código en la parte final de tu archivo LocalSettings.php :
    wfLoadExtension( 'GlobalWatchlist' );
    
  • Yes Hecho – Navega a Special:Version en el wiki para verificar que la extensión se haya instalado correctamente.

Configuración

The extension has the following configuration options
Nombre de variable Valor predeterminado Descripción
$wgGlobalWatchlistWikibaseSitefalseThe 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.
$wgGlobalWatchlistUseVuefalseWhether to use the experimental Vue.js version of the display
$wgGlobalWatchlistDevModefalseWhether to send debug log entries to the console
$wgGlobalWatchlistEnableGuidedTourfalseWhether to enable the GuidedTour for the settings page, if the GuidedTour extension is installed
$wgGlobalWatchlistSiteLimit5The maximum number of sites that a user can save to their watchlist. Set to 0 to disable the limit.

Uso

Para ver la lista de seguimiento global, visita Special:GlobalWatchlist en el wiki donde la extensión está instalada. De forma predeterminada, solo se muestran los cambios del wiki local, pero el usuario puede elegir otros sitios para mostrar al cambiar la configuración en Special:GlobalWatchlistSettings, hasta el máximo especificado si se establece en la configuración.

Advertencia Advertencia: 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.

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

See also

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.