Estensione:Cite
Outdated translations are marked like this.
Questa pagina tratta l'estensione. 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.
![]() Stato della release: stabile |
|
---|---|
![]() |
|
Implementazione | Tag |
Descrizione | Allows footnotes for citing sources and helps for correctly citing content in offline media |
Autore(i) | Ævar Arnfjörð Bjarmasondiscussione |
Versione | continuous updates |
Politica di compatibilità | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | 1.34+ |
PHP | 7.0+ |
Licenza | GNU General Public License 2.0 or later |
Scaricare | |
Esempio | Wikipedia:Footnotes |
|
|
Traducete l'estensione Cite se è disponibile su translatewiki.net | |
Problemi | Compiti aperti · Riportare 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
Installazione
- Download and place the file(s) in a directory called
Cite
in yourextensions/
folder. - Solo durante l'installazione da git eseguire Composer per installare le dipendenze PHP, immettendo
composer install --no-dev
nella directory dell'estensione. (Vedere task T173141 per potenziali complicazioni.) - Aggiungi il seguente codice al tuo $LocalSettings (preferibilmente alla fine):
wfLoadExtension( 'Cite' );
- Configure as required.
- Done – Naviga in Special:Version nella tua wiki per verificare che l'estensione sia stata installata correttamente.
Vagrant installation:
- Se stai usando Vagrant , installa 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
Vedi anche
Questa estensione viene utilizzata su uno o più progetti Wikimedia. Ciò probabilmente significa che l'estensione è stabile e funziona abbastanza bene da essere utilizzata da siti Web ad alto traffico. Cerca il nome di questa estensione nei file di configurazione CommonSettings.php e InitialiseSettings.php di Wikimedia per vedere dove è installato. Un elenco completo delle estensioni installate su un particolare wiki può essere visto sulla pagina Special:Version del wiki. |
This extension is included in the following packages and/or wiki farms: |