Extensión:LogoFunctions
LogoFunctions Estado de lanzamiento: estable |
|
---|---|
Implementación | Función del analizador |
Descripción | Adds a parser function about the wiki's logo |
Autor(es) | JuneHyeon Bae (*devuntdiscusión) |
Última versión | 2.0 (2019-09-15) |
MediaWiki | 1.31+ |
PHP | 7.0+ |
Cambios de la base de datos | No |
Licencia | GNU Licencia Pública general 2.0 o posterior |
Descarga | |
|
|
Descargas trimestrales | 4 (Ranked 128th) |
Traduce la extensión LogoFunctions si está disponible en translatewiki.net | |
Asuntos | Tareas abiertas · Reportar un bug |
The LogoFunctions extension adds parser functions to override or add stamps to the wiki's logo.
Uso
#setlogo
{{#setlogo:ExampleLogo.png}}
Establecer el logo a [[File:ExampleLogo.png]]
#stamplogo
{{#stamplogo:Featured.png|190px|top|-1em|-1em}}
This adds a featured article stamp to the logo ([[File:Featured.png]]
), 190px wide, -1em from the left, -1em from the top, as seen on uncyclopedia:Page title.
top
or bottom
options can be used, for up to two stamps applied to the logo on a page.
Instalación
- Descarga y extrae los archivos en un directorio denominado «
LogoFunctions
» dentro de la carpetaextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/LogoFunctions - Añade el siguiente código en la parte final de tu archivo LocalSettings.php :
wfLoadExtension( 'LogoFunctions' );
- Configure as required.
- Hecho – Navega a Special:Version en el wiki para verificar que la extensión se haya instalado correctamente.
Configuration
This extension can be used to set per-namespace logos via configuration by mapping a namespace number to a file available on the wiki:
$wgNamespaceLogos = [
6 => 'Uncyclomedia Commons.png',
7 => 'Uncyclomedia Commons.png',
];
The above code added to your "LocalSettings.php" file will set the specified files as logos for the "File" and "File talk" namespace. For these in particular, do remember to protect the files and also to mark them as used to prevent them from being deleted.
Esta extensión está incluida en los siguientes anfitriones/granjas wiki y/o paquetes: No se trata de una lista oficial. Algunas granjas/hosts wiki y/o paquetes pueden tener disponible esta extensión aunque no estén listados aquí. Siempre compruébelo con su anfitrión o granja wiki para confirmarlo. |