Extension:WikiEditor/id

This extension comes with MediaWiki 1.18 and above. Jadi Anda tidak perlu mengunduhnya lagi. Akan tetapi, Anda masih perlu mengikuti instruksi lain yang diberikan.
Category:Extensions bundled with MediaWiki 1.18/id Category:Extensions with invalid or missing type/idCategory:GPL licensed extensions/id
Manual ekstensi MediaWiki
WikiEditor
Status rilis stabilCategory:Stable extensions/id
Deskripsi Memberikan antarmuka editing wikitext yang dapat diperluas dan banyak modul yang menyediakan fitur
Perancang awal
Versi terbaru Pembaruan berkelanjutan
MediaWiki >= 1.44
Lisensi Lisensi Publik Umum GNU 2.0 atau lebih baru
Unduh Category:Extensions in Wikimedia version control/id
README
Contoh Wikipedia Uji Coba
  • $wgWikiEditorRealtimePreview
  • $wgWikiEditorRealtimePreviewDebounce
  • $wgWikiEditorRealtimeDisableDuration
Quarterly downloads 305 (Ranked 6th)
Public wikis using 13,753 (Ranked 9th)
Terjemahkan ekstensi WikiEditor jika tersedia di translatewiki.net
Masalah Tugas terbuka · Laporkan kekutu
Category:All extensions/id

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.

Installation

  • Unduh dan letakkan berkas-berkasnya di dalam sebuah direktori yang bernama WikiEditor di folder extensions/ Anda.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
  • Tambahkan kode berikut di bagian bawah LocalSettings.php Anda:
    wfLoadExtension( 'WikiEditor' );
    
  • Yes Selesai – Telusuri ke Special:Version di wiki Anda untuk memastikan ekstensinya berhasil dipasang.

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 represent the icons. To fix this, you have to add the MIME type.

Configuration

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 "Aktifkan bilah alat penyuntingan" option (under the "Penyuntingan" 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';
Versi MediaWiki:
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

Versi MediaWiki:
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.

See also

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