Extension:WikiEditor/bn

This extension comes with MediaWiki 1.18 and later, so you do not need to download it. The remaining configuration instructions must still be followed.
Category:Extensions bundled with MediaWiki 1.18/bn Category:Extensions with invalid or missing type/bnCategory:GPL licensed extensions/bn
মিডিয়াউইকি এক্সটেনশন ম্যানুয়াল
WikiEditor
মুক্তির অবস্থা: স্থিতিশীলCategory:Stable extensions/bn
বিবরণ Provides an extendable wikitext editing interface and many feature-providing modules
লেখক(গণ)
সর্বশেষ সংস্করণ নিয়মিত আপডেট
MediaWiki >= 1.45
লাইসেন্স গ্নু জেনারেল পাবলিক লাইসেন্স ২.০ অথবা পরবর্তী
ডাউনলোড Category:Extensions in Wikimedia version control/bn
README
উদাহরণ পরীক্ষা উইকিপিডিয়া
  • $wgWikiEditorRealtimePreviewDebounce
  • $wgWikiEditorRealtimePreview
  • $wgWikiEditorRealtimeDisableDuration
Translate the WikiEditor extension if it is available at translatewiki.net
Issues Open tasks · বাগ প্রতিবেদন
Category:All extensions/bn

The WikiEditor extension provides an improved interface (primarily a toolbar) for editing wikitext. It is the wikitext editing interface that Wikipedia started using in 2010 for desktop users, and so it is sometimes called the 2010 wikitext editor.

ইনস্টল প্রক্রিয়া

  • ডাউনলোড করুন এবং আপনার extensions/ ফোল্ডারের WikiEditor নামক ডিরেক্টরিতে ফাইল(গুলি) নিন।
    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.php -এর নিচের অংশে নিম্নলিখিত কোড যোগ করুন:
    wfLoadExtension( 'WikiEditor' );
    
  • Yes করা হয়েছে – এক্সটেনশনটি সফলভাবে ইনস্টল করা হয়েছে কিনা তা যাচাই করতে আপনার উইকির Special:Version-এ যান।

কতিপয় ক্ষেত্রে, উইকিএডিটর ইনস্টলেশনের পরে আপনার ব্রাউজারে প্রদর্শিত নাও হতে পারে। আপনার ব্রাউজারের ক্যাশ সাফ করলে সমস্যার সমাধান হবে।

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.

কনফিগারেশন

সরঞ্জামদণ্ড সক্রিয়/নিষ্ক্রিয় করা

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;
This configuration parameter defaults to 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.

আরও দেখুন

  • RefToolbar 2.0, on-wiki JavaScript that adds Cite template tools to WikiEditor's UI.
Category:Extensions used on Wikimedia/bn#WikiEditor/bn Category:Usability initiative extensions/bn Category:Edit extensions/bn
Category:All extensions/bn Category:ChangeTagsListActive extensions/bn Category:EditPage::attemptSave:after extensions/bn Category:EditPage::attemptSave extensions/bn Category:EditPage::showEditForm:fields extensions/bn Category:EditPage::showEditForm:initial extensions/bn Category:EditPageGetPreviewContent extensions/bn Category:Edit extensions/bn Category:Extensions available as Debian packages/bn Category:Extensions bundled with MediaWiki 1.18/bn Category:Extensions in Wikimedia version control/bn Category:Extensions included in BlueSpice/bn Category:Extensions included in Canasta/bn Category:Extensions included in Fandom/bn Category:Extensions included in Miraheze/bn Category:Extensions included in MyWikis/bn Category:Extensions included in ProWiki/bn Category:Extensions included in ShoutWiki/bn Category:Extensions included in Telepedia/bn Category:Extensions included in WikiForge/bn Category:Extensions included in semantic::core/bn Category:Extensions included in wiki.gg/bn Category:Extensions used on Wikimedia/bn Category:Extensions with invalid or missing type/bn Category:GPL licensed extensions/bn Category:GetPreferences extensions/bn Category:ListDefinedTags extensions/bn Category:RecentChange save extensions/bn Category:Stable extensions/bn Category:Usability initiative extensions/bn