Extension:UploadCheck/es
From Linux Web Expert
<translate> This extension stores its source code on a wiki page.</translate> <translate> Please be aware that this code may be unreviewed or maliciously altered.</translate> <translate> They may contain security holes, outdated interfaces that are no longer compatible etc.</translate> <translate> Note:</translate> <translate> No [[<tvar name=localisation>Special:MyLanguage/Localisation#Translation resources</tvar>|localisation]] updates are provided for this extension by <tvar name=twn>translatewiki.net </tvar>.</translate> |
<translate> This extension is currently not actively maintained!</translate> <translate> Although it may still work, any bug reports or feature requests will more than likely be ignored.</translate> |
UploadCheck Estado de lanzamiento: sin mantenimiento |
|
---|---|
Implementación | Multimedia |
Descripción | Checks if the fields "Description" and "License" are filled when uploading a file |
Autor(es) | Martin Strecker (MaStrtalk) |
Última versión | 1.0 (2013-08-29) |
MediaWiki | 1.21+ |
Cambios de la base de datos | No |
Licencia | GNU Licencia Pública general 2.0 o posterior |
Descarga | See the code |
|
|
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'). |
The UploadCheck extension checks if the fields "Description" and "License" are filled when uploading a file.
Instalación
- <translate> <tvar name=1>Copy the code</tvar> and place the file(s) in a directory called <tvar name=name>
UploadCheck/es
</tvar> in your <tvar name=ext>extensions/
</tvar> folder.</translate> - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
require_once "$IP/extensions/UploadCheck/es/UploadCheck/es.php"; $wgUploadNavigationUrl = "{$wgScriptPath}/index.php?title=Special:UploadCheck"; $hideWarning = true; // optional
- 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>
Categories:
- Pages with script errors
- Pages with broken file links
- Extensions which host their code in-wiki/es
- Unmaintained extensions/es
- Media handling extensions/es
- Extensions with manual MediaWiki version
- GPL licensed extensions/es
- All extensions/es
- Extensions not in ExtensionJson
- Extensions not using extension registration