Extension:AccountInfo/es

From Linux Web Expert

Revision as of 07:01, 15 December 2022 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Manual de extensiones de MediaWiki
AccountInfo
Estado de lanzamiento: beta
Implementación Página especial
Descripción Allows users to see private information stored about them
Autor(es) Legoktm, Emufarmers
Última versión 0.1 (2014-02-18)
MediaWiki 1.22+
PHP 5.3+
Cambios de la base de datos No
Licencia GNU Licencia Pública general 2.0 o posterior
Descarga
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 AccountInfo si está disponible en translatewiki.net
Función de vagabundo accountinfo
Asuntos Tareas abiertas · Reportar un bug

The AccountInfo extension allows users to see private information stored about themselves via "Special:AccountInfo".

Information shown

  • $wgPutIPinRC - shows all unique IPs for actions made by the logged-in user that are currently stored in the table.
  • CheckUser - shows all unique groups of IP address, User-Agent, and XFF header that are currently stored in the table.

Instalación

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/AccountInfo/es</tvar>|Download]] and move the extracted <tvar name=name>AccountInfo/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/AccountInfo%2Fes
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'AccountInfo/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>

Véase también