Extension:WikiEditor/fa
افزونهٔ WikiEditor یک رابط بهبود یافته (عمدتاً یک نوار ابزار) برای ویرایش ویکیمتن ارائه میدهد. این رابط ویرایش ویکیمتن است که ویکیپدیا در سال ۲۰۱۰ استفاده از آن را برای کاربران دسکتاپ آغاز کرد، و به همین دلیل گاهی اوقات به آن ویرایشگر ویکیمتن ۲۰۱۰ میگویند.
نصبکردن
- Download and move the extracted
WikiEditor
folder to yourextensions/
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' );
انجام شد – به Special:Version در ویکی خودتان بروید تا مطئمن شوید که افزونه با موفقیت نصب شده است.
In some situations, WikiEditor may not show in your browser after the installation. پاک کردن کش مرورگر مشکل رو حل ميکنه.
Note for IIS setup: By default, IIS doesn't understand .svg
files.
WikiEditor uses them to represent 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 file:
$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;
true
starting with version 1.41.0 of MediaWiki.Signature button
The button for adding user signatures (four tildes) is available on talk pages and in namespaces specified in $wgExtraSignatureNamespaces .
همچنین ببینید
- Extension:WikiEditor/Toolbar customization – جزئیات فنی سفارشی کردن نوار ابزار.
- Extension:WikiEditor/Toolbar customization/Library – snippets of code for common additions to the toolbar.
- RefToolbar 2.0, on-wiki JavaScript that adds Cite template tools to WikiEditor's UI.
- ویرایشگر ویکیمتن ۲۰۱۷
- Extension:MsWikiEditor – به شما امکان می دهد با راحتی دکمه ها را از طریق پیکربندی از طریق کالا ابزار ویکی مدیر اضافه یا حذف کنید
- Extension:EventLogging – If installed, WikiEditor will make use of it.
![]() | این افزونه در یکی یا بیشتر پروژههای ویکیمدیا استفاده شده است. این احتمالاً به این معنی است که افزونه پایدار است و به اندازه کافی برای استفاده توسط وبسایتهای ترافیک-بالا به خوبی کار میکند. برای نام این افزونه در پروندههای پیکربندی CommonSettings.php و InitialiseSettings.php ویکیمدیا بگردید تا جایی که آنها نصب شده را ببینید. یک فهرست کامل از افزونهها نصبشده روی یک ویکی مشخص را میتوان در صفحۀ Special:Version دید. |
![]() | This extension is included in the following wiki farms/hosts and/or packages:
|