Extension:WikiEditor
![]() وضعیت انتشار: پایدار |
|
---|---|
![]() |
|
توضیحات | یک رابط ویرایش ویکی متری قابل گسترش و بسیاری از ماژول های ارائه دهنده ویژگی ها را فراهم می کند |
نویسنده(گان) |
|
آخرین نسخه: | بهروزرسانیهای پیوسته |
MediaWiki | >= 1.42.0 |
مجوز | GNU General Public License 2.0 or later |
بارگیری | README |
نمونه: | ویکیپدیای تست |
|
|
Quarterly downloads | 817 (Ranked 6th) |
Public wikis using | 13,753 (Ranked 9th) |
Translate the WikiEditor extension if it is available at translatewiki.net | |
Issues | Open tasks · گزارش یک مشکل |
افزونهٔ WikiEditor یک رابط بهبود یافته (عمدتاً یک نوار ابزار) برای ویرایش ویکیمتن ارائه میدهد. این رابط ویرایش ویکیمتن است که ویکیپدیا در سال ۲۰۱۰ استفاده از آن را برای کاربران دسکتاپ آغاز کرد، و به همین دلیل گاهی اوقات به آن ویرایشگر ویکیمتن ۲۰۱۰ میگویند.
نصب
- Download and place the file(s) in a directory called
WikiEditor
in yourextensions/
folder. - کد زیر را در انتهای $LocalSettings خودتان اضافه کنید:
wfLoadExtension( 'WikiEditor' );
- انجام شد – به 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.
همچنین ببینید
- 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 a Cite template tools to WikiEditor's UI.
- ویرایشگر ویکیمتن ۲۰۱۷
- Extension:EventLogging – if the EventLogging extension is 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: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |