Extension:GlobalWatchlist/es

From mediawiki.org
This page is a translated version of the page Extension:GlobalWatchlist and the translation is 41% complete.

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
  • $wgGlobalWatchlistEnableGuidedTour
  • $wgGlobalWatchlistSiteLimit
  • $wgGlobalWatchlistWikibaseSite
  • $wgGlobalWatchlistDevMode
Descargas trimestrales 8 (Ranked 139th)
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/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GlobalWatchlist
  • 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
$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.

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