Extensão:Cite

From mediawiki.org
(Redirected from Extension:Cite/Cite.php/pt)
This page is a translated version of the page Extension:Cite and the translation is 13% complete.
Outdated translations are marked like this.
Este página é sobre a extensão. For how to use it, see help on footnotes and help on citing.
Esta extensão acompanha o MediaWiki 1.21 e superiores. Assim, não precisa efetuar o download novamente. No entanto, ainda precisa seguir as outras instruções fornecidas.
Manual de extensões do MediaWiki
Cite
Estado de lançamento: estável
Implementação Etiqueta
Descrição Allows footnotes for citing sources and helps for correctly citing content in offline media
Autor(es) Ævar Arnfjörð Bjarmasondiscussão
Última versão continuous updates
Política de compatibilidade Lançamentos de capturas de ecrã junto com o MediaWiki. Original não é compatível com versões anteriores.
MediaWiki 1.34+
PHP 7.0+
Licença GNU - Licença Pública Geral 2.0 ou superior
Transferência
Exemplo Wikipedia:Footnotes
  • $wgCiteResponsiveReferences
  • $wgCiteBookReferencing
  • $wgCiteVisualEditorOtherGroup
Quarterly downloads 307 (Ranked 17th)
Public wikis using 14,146 (Ranked 6th)
Traduza a extensão Cite se ela estiver disponível em translatewiki.net
Problemas Tarefas em aberto · Reportar um erro

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.

Instalação

  • Exporte e coloque o ficheiro, ou ficheiros, num diretório chamado Cite, na sua pasta 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
  • Acrescente o seguinte código ao fundo do ficheiro $LocalSettings:
    wfLoadExtension( 'Cite' );
    
  • Configure as required.
  • Yes Pronto – Na página especial Special:Version da sua wiki verifique se a extensão foi instalada.


Vagrant installation:

  • Se estiver a utilizar Vagrant , instale com 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.

Consulte também