Extensión:Cite

From mediawiki.org
(Redirected from Extension:Cite/Cite.php/es)
This page is a translated version of the page Extension:Cite and the translation is 17% complete.
Outdated translations are marked like this.
Este página trata sobre la extensión. For how to use it, see help on footnotes and help on citing.
This extension comes with MediaWiki 1.21 and above. Thus you do not have to download it again. However, you still need to follow the other instructions provided.
Manual de extensiones de MediaWiki
Cite
Estado de lanzamiento: estable
Implementación Etiqueta
Descripción Allows footnotes for citing sources and helps for correctly citing content in offline media
Autor(es) Ævar Arnfjörð Bjarmasondiscusión
Última versión actualizaciones continuas
Política de compatibilidad Lanzamientos de screenshots junto con MediaWiki. Master no es compatible con versiones anteriores.
MediaWiki 1.34+
PHP 7.0+
Licencia GNU Licencia Pública general 2.0 o posterior
Descarga
Ejemplo Wikipedia:Footnotes
  • $wgCiteResponsiveReferences
  • $wgCiteBookReferencing
  • $wgCiteVisualEditorOtherGroup
Descargas trimestrales 307 (Ranked 17th)
Wikis públicos que lo utilizan 14,146 (Ranked 6th)
Traduce la extensión Cite si está disponible en translatewiki.net
Asuntos Tareas abiertas · Reportar un bug

The Cite extension allows a user to create references as footnotes on a page. It adds two parser hooks to MediaWiki, ‎<ref> and ‎<references />; these operate together to add citations to pages.

Usage

See the help page for using the Cite extension for further information.

Instalación

  • Descarga y extrae los archivos en un directorio denominado «Cite» dentro de la carpeta extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
  • Añade el siguiente código en la parte final de tu archivo LocalSettings.php :
    wfLoadExtension( 'Cite' );
    
  • Configure as required.
  • Yes Hecho – Navega a Special:Version en el wiki para verificar que la extensión se haya instalado correctamente.


Instalación Vagrant:

  • Si se utiliza Vagrant , instala con vagrant roles enable cite --provision

Configuration

$wgCiteBookReferencing

Enables an experimental feature for sub-references when set to true, see the help page. Default value: false

$wgCiteResponsiveReferences

Default setting for responsive display of references. When set to true, the references section will be displayed in multiple columns. See the usage documentation. Default value: true

$wgCiteVisualEditorOtherGroup

When set to true, the Cite toolbar button can be moved under the Insert menu. This is used on Wikivoyage sites. See the original feature request. Default value: false.

Véase también