Jump to content

Extension:Cite

From mediawiki.org
This page is a translated version of the page Extension:Cite and the translation is 54% complete.
Outdated translations are marked like this.
Bu sayfa uzantıyı belgeler. Nasıl kullanılacağını öğrenmek için kaynak yardımına bakın.
MediaWiki manüel uzantıları
Cite
Sürüm durumu: kararlı
Uygulama Etiket
Açıklama Dipnotların kaynak göstermesi için izin verir ve çevrimdışı ortamdaki içeriği doğru şekilde alıntılamak için yardımcı olur
Yazar(lar) Ævar Arnfjörð Bjarmasonmesaj
En son sürüm Güncellemeler devam etmekte
Uyumluluk politikası MediaWiki ile birlikte anlık görüntüler yayımlanır. Master geriye dönük olarak uyumlu değil.
PHP 7.0+
Veritabanı değişiklikleri Hayır
  • $wgCiteDefaultBacklinkAlphabet
  • $wgCiteReferencePreviewsConflictingNavPopupsGadgetName
  • $wgCiteResponsiveReferencesThreshold
  • $wgCiteResponsiveReferences
  • $wgCiteSubReferencing
  • $wgCiteBacklinkCommunityConfiguration
  • $wgCiteReferencePreviews
  • $wgCiteUseLegacyBacklinkLabels
  • $wgCiteVisualEditorOtherGroup
  • $wgCiteReferencePreviewsConflictingRefTooltipsGadgetName
  • ‎<ref>
  • ‎<references>
Licence GNU Genel Kamu Lisansı 2.0 veya üstü
İndir
Örnek Wikipedia:Footnotes
Translatewiki.net adresinde mevcutsa, Cite uzantısını çevirin
Sorunlar Açık görevler · Hata bildir

Cite uzantısı, kullanıcının sayfada dipnot olarak referanslar oluşturmasına izin verir. MediaWiki, ‎<ref> ve ‎<references> iki ayrıştırıcı kancaları ekler; bunlar sayfalara alıntı eklemek için birlikte çalışırlar.

Kullanım

Daha fazla bilgi için Cite uzantısını kullanma yardım sayfasına bakın.

Kurulum

This extension comes with MediaWiki 1.21 and later, so you do not need to download it. The remaining configuration instructions must still be followed.
  • Dosyaları indirin ve extensions/ klasörünüzdeki Cite adlı dizine yerleştirin.
    Developers and code contributors should install the extension from Git instead, using:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
    
  • LocalSettings.php dosyanızın altına aşağıdaki kodu ekleyin:
    wfLoadExtension( 'Cite' );
    
  • Gerektiği gibi yapılandırın.
  • Yes Yapıldı – Uzantının başarıyla yüklendiğini doğrulamak için vikinizde Special:Version seçeneğine gidin.


Vagrant kurulumu:

  • Vagrant kullanıyorsanız, vagrant roles enable cite --provision ile yükleyin

Yapılandırma

Name Description Default
$wgCiteSubReferencing true olarak ayarlandığında alt kaynakça için deneysel bir özelliği etkinleştirir, yardım sayfası bakın. false
$wgCiteReferencePreviews Enables Reference Previews when Extension:Popups is installed and set to true true
$wgCiteReferencePreviewsConflictingRefTooltipsGadgetName The local Reference Tooltips gadget name used as its identifier in MediaWiki:Gadgets-definition .

This gadget is incompatible with reference previews. Reference previews will disable themselves for users with the gadget enabled.

$wgCiteResponsiveReferences Kaynakçanın duyarlı gösterimi için varsayılan ayar.

true olarak ayarlandığında, kaynakça bölümü birden çok sütunda görüntülenir. Kullanım belgelerine bakın.

true
$wgCiteVisualEditorOtherGroup true olarak ayarlandığında, Cite araç çubuğu düğmesi Ekle menüsünün altına taşınabilir. Bu Vikigezgin sitelerinde kullanılır. Orijinal özellik isteğine bakın. false

By adding a definition in JSON to MediaWiki:Cite-tool-definition.json, the cite menu can be populated with tools that create references containing specific templates. The content of the definition should be an array containing a series of objects, one for each tool. Each object must contain name, icon, template properties. An optional title property can also be used to define the tool title in plain text. The name property is a unique identifier for the tool, and also provides a fallback title for the tool by being transformed into a message key. The name is prefixed with visualeditor-cite-tool-name-, and messages can be defined on Wiki. Some common messages are pre-defined for tool names such as web, book, news, journal, map.

Example:

[ { "name": "web", "icon": "browser", "template": "Cite web" }, ... ]

(From: gerrit:plugins/gitiles/mediawiki/extensions/Cite/+/refs/heads/wmf/1.46.0-wmf.7/modules/ve-cite/ve.ui.MWReference.init.js#66)

Limitations

Ayrıca bakınız