Extensão: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 |
|
|
Quarterly downloads | 452 (Ranked 20th) |
Public wikis using | 10,705 (Ranked 3rd) |
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 pastaextensions/
. - Only when installing from Git, run Composer to install PHP dependencies, by issuing
composer install --no-dev
in the extension directory. (See task T173141 for potential complications.) - Acrescente o seguinte código ao fundo do ficheiro $LocalSettings:
wfLoadExtension( 'Cite' );
- Configure as required.
- 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
Este extensão está a ser utilizado em um ou mais projetos da Wikimedia. Isso provavelmente significa que a extensão é estável e funciona bem o suficiente para ser usada por esses sites de alto tráfego. Procure o nome desta extensão nos arquivos de configuração CommonSettings.php e InitialiseSettings.php da Wikimedia para ver onde está instalado. Uma lista completa das extensões instaladas em um determinado wiki pode ser vista na página Special:Version do wiki. |
This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |