Extension:Cite

From mediawiki.org
This page is a translated version of the page Extension:Cite and the translation is 30% complete.
این صفحه افزونه را مستند می‌کند. For how to use it, see help on footnotes and help on citing.
این افزونه همراه با مدیاویکی 1.21 و بالاتر است. بنابراین شما مجبور نیستید آن را دوباره بارگیری کنید. با این‌حال، شما هنوز هم باید دستورالعمل‌های دیگر را دنبال کنید.
راهنمای افزونهٔ مدیاویکی
Cite
وضعیت انتشار: پایدار
انجام Tag
توضیحات Allows footnotes for citing sources and helps for correctly citing content in offline media
نویسنده(گان) Ævar Arnfjörð Bjarmasonبحث
آخرین نسخه: به‌روزرسانی‌های پیوسته
سیاست سازگاری Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.34+
PHP 7.0+
مجوز GNU General Public License 2.0 or later
بارگیری
نمونه: Wikipedia:Footnotes
  • $wgCiteResponsiveReferences
  • $wgCiteBookReferencing
  • $wgCiteVisualEditorOtherGroup
Quarterly downloads 306 (Ranked 18th)
Public wikis using 14,146 (Ranked 6th)
Translate the Cite extension if it is available at translatewiki.net
Issues Open tasks · گزارش یک مشکل

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.

استفاده

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

نصب

  • Download and move the extracted Cite folder to your extensions/ directory.
    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 خودتان اضافه کنید:
    wfLoadExtension( 'Cite' );
    
  • Configure as required.
  • Yes انجام شد – به Special:Version در ویکی خودتان بروید تا مطئمن شوید که افزونه با موفقیت نصب شده است.


Vagrant installation:

  • اگر از Vagrant استفاده می‌کنید، با vagrant roles enable cite --provision نصب کنید

پیکربندی

$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.

همچنین ببینید