Skin:Dusk/es

From mediawiki.org
This page is a translated version of the page Skin:Dusk and the translation is 14% complete.
MediaWiki skins manual - categoría
Dusk
Estado de lanzamiento: estable
Autor(es)
  • Becca Wei — original code (WordPress theme)
  • Gregory S. Hayes — original MediaWiki port of Becca's code
  • Jack Phoenix — bugfixes, modernization, etc.
Última versión 4.3.6
MediaWiki 1.39+
Licencia GNU Licencia Pública general 2.0 o más tarde
Descarga
Ejemplo ShoutWiki, Wikimedia Skins Lab
Quarterly downloads 21 (Ranked 25th)
Public wikis using 461 (Ranked 21st)
Public wikis using as default skin 2
Translate the Dusk skin if it is available at translatewiki.net
Asuntos : Tareas abiertas · Reportar un bug

La apariencia Dusk constituye uno de los temas de WordPress más antiguos —⁠si no es que el más antiguo⁠— que se ha portado a MediaWiki.

A reskinned version of Dusk, currently available as the green theme for the Dusk skin, was used as the main skin on Angela Beesley's now-defunct personal wiki, WikiAngela.com. The theme functionality requires the Theme extension.

The HTML output of Dusk is very similar to that of MonoBook's, with only some very minor differences (i.e. div#header between div#globalWrapper and div#column-content, a#top being called a#contentTop, #siteSub being a(n) h3 instead of a div, no h2 element in #column-one, h5 used instead of h3 in some places and some additional changes in the footer rendering code).

In the WordPress world, Dusk was succeeded by Dusk to Dawn, written by Automattic.

The Dusk skin does not use any custom i18n messages.

Installation

  • Descarga y extrae los archivos en el directorio «Dusk» dentro del directorio skins/ existente.
  • Añade el siguiente código al final de tu archivo LocalSettings.php :
    wfLoadSkin( 'Dusk' );
    
  • Yes Hecho - Navega a Special:Version en tu wiki para verificar que la apariencia se ha instalado correctamente.