Extension:WikiEditor

From mediawiki.org
This page is a translated version of the page Extension:WikiEditor and the translation is 33% complete.
این افزونه همراه با مدیاویکی 1.18 و بالاتر است. بنابراین شما مجبور نیستید آن را دوباره بارگیری کنید. با این‌حال، شما هنوز هم باید دستورالعمل‌های دیگر را دنبال کنید.
راهنمای افزونهٔ مدیاویکی
WikiEditor
وضعیت انتشار: پایدار
توضیحات یک رابط ویرایش ویکی متری قابل گسترش و بسیاری از ماژول های ارائه دهنده ویژگی ها را فراهم می کند
نویسنده(گان)
آخرین نسخه: به‌روزرسانی‌های پیوسته
MediaWiki >= 1.42.0
مجوز GNU General Public License 2.0 or later
بارگیری
README
نمونه: ویکی‌پدیای تست
  • $wgWikiEditorRealtimePreview
  • $wgWikiEditorRealtimePreviewDebounce
  • $wgWikiEditorRealtimeDisableDuration
Quarterly downloads 652 (Ranked 5th)
Public wikis using 13,753 (Ranked 9th)
Translate the WikiEditor extension if it is available at translatewiki.net
Issues Open tasks · گزارش یک مشکل

افزونهٔ WikiEditor یک رابط بهبود یافته (عمدتاً یک نوار ابزار) برای ویرایش ویکی‌متن ارائه می‌دهد. این رابط ویرایش ویکی‌متن است که ویکی‌پدیا در سال ۲۰۱۰ استفاده از آن را برای کاربران دسکتاپ آغاز کرد، و به همین دلیل گاهی اوقات به آن ویرایشگر ویکی‌متن ۲۰۱۰ می‌گویند.


نصب

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

In some situations, WikiEditor may not show in your browser after the installation. Clearing your browser cache will solve the problem.

Note for IIS setup: By default, IIS doesn't understand .svg files. WikiEditor uses them to represents the icons. To fix this, you have to add the MIME type.

پیکربندی

Enabling/disabling the toolbar

No configuration is needed "out of the box". By default, when installed this extension will be available to all users, and logged-in users can disable it from their preferences via the "نوارابزار ویرایش فعال شود" option (under the "ویرایش" tab).

If you wish all users to have it, and be unable to disable it, add it to $wgHiddenPrefs in your LocalSettings.php :

$wgHiddenPrefs[] = 'usebetatoolbar';
نسخهٔ مدیاویکی:
1.31

If you are using a version before REL1_31 and would want the toolbar to be default for users when they first join, add this line to your LocalSettings.php:

$wgDefaultUserOptions['usebetatoolbar'] = 1;

Realtime Preview

نسخهٔ مدیاویکی:
1.39

Enable the Realtime Preview feature with the following:

$wgWikiEditorRealtimePreview = true;

Signature button

The button for adding user signatures (four tildes) is available on talk pages and in namespaces specified in $wgExtraSignatureNamespaces .

History

The extension used to provide "Labs" features for "publication" and "preview" steps, but these were removed from REL1_31 onwards.

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

  • RefToolbar 2.0, on-wiki JavaScript that adds a Cite template tools to WikiEditor's UI.