Extension:CentralLogging/es

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Manual de extensiones de MediaWiki
CentralLogging
Estado de lanzamiento: beta
Implementación other (invalid type)
Descripción Permite a las extensiones enviar entradas del registro a una wiki central.
Autor(es) Kunal Mehta (Legoktmtalk)
Última versión 1.1 (2018-02-06)
MediaWiki 1.29+
PHP 5.3+
Cambios de la base de datos No
Licencia MIT Licencia
Descarga
README
$wgCentralWiki
Descargas trimestrales Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Wikis públicos que lo utilizan Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Traduce la extensión CentralLogging si está disponible en translatewiki.net

La extensión CentralLogging permite a tus extensiones enviar entradas de registro a una wiki central en lugar de tenerlos dispersos. Véase README para más detalles.

Instalación

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/CentralLogging/es</tvar>|Download]] and move the extracted <tvar name=name>CentralLogging/es</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CentralLogging%2Fes
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'CentralLogging/es' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>