Ekstensi:WikiEditor
Status keluaran: stabil |
|
|---|---|
| Deskripsi | Memberikan antarmuka penyunting teks wiki yang dapat diperluas serta banyak modul yang menyediakan fitur |
| Perancang |
|
| Versi terbaru | Pembaruan berkelanjutan |
| MediaWiki | >= 1.46 |
| Lisensi | Lisensi Publik Umum GNU 2.0 atau lebih baru |
| Unduh | README |
| Contoh | Wikipedia Uji Coba |
|
|
| Terjemahkan pengaya WikiEditor jika tersedia di translatewiki.net | |
| Masalah | Tugas terbuka · Laporkan kekutu |
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 pindahkan folder
WikiEditoryang diekstrak ke direktoriextensions/Anda.
Pengembang dan penyumbangsih kode sebaiknya memasang pengaya dari Git sebagai gantinya, menggunakan:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
- Tambahkan kode berikut di bawah berkas LocalSettings.php Anda:
wfLoadExtension( 'WikiEditor' );
Selesai – Telusuri ke Special:Version di wiki Anda untuk memastikan pengayanya 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.
Konfigurasi
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 Nyalakan bilah alat penyuntingan: Ini terkadang disebut 'penyunting teks wiki 2010'. 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
true starting with version 1.41.0 of MediaWiki.| Versi MediaWiki: | ≥ 1.41 |
Realtime Preview is enabled by default. Disable the Realtime Preview feature with the following:
$wgWikiEditorRealtimePreview = false;
| Versi MediaWiki: | 1.39 – 1.40 |
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.
See also
- Extension:WikiEditor/Toolbar customization – technical details of customizing the toolbar.
- Extension:WikiEditor/Toolbar customization/Library – snippets of code for common additions to the toolbar.
- Extension:WikiEditor/Keyboard shortcuts – list of built in editing shortcuts
- RefToolbar 2.0, on-wiki JavaScript that adds Cite template tools to WikiEditor's UI.
- Penyunting teks wiki 2017
- Extension:MsWikiEditor – allows you to easily add or remove buttons from the WikiEditor toolbar via configuration
- Extension:EventLogging – If installed, WikiEditor will make use of it.
| Pengaya ini sedang digunakan di salah satu atau lebih proyek Wikimedia. Ini kemungkinan berarti pengaya ini stabil dan bekerja cukup baik untuk digunakan oleh situs web berlalu lintas tinggi. Cari nama pengaya ini di berkas konfigurasi CommonSettings.php dan InitialiseSettings.php Wikimedia untuk melihat di mana ia dipasang. Daftar lengkap pengayakulit yang dipasang di suatu wiki bisa dilihat di halaman Special:Version wiki. |
| Pengaya ini disertakan di wiki farm/hos dan/atau paket berikut: |
- Stable extensions/id
- Extensions with invalid or missing type/id
- GPL licensed extensions/id
- Extensions in Wikimedia version control/id
- ChangeTagsListActive extensions/id
- EditPage::attemptSave extensions/id
- EditPage::attemptSave:after extensions/id
- EditPage::showEditForm:fields extensions/id
- EditPage::showEditForm:initial extensions/id
- EditPageGetPreviewContent extensions/id
- GetPreferences extensions/id
- ListDefinedTags extensions/id
- RecentChange save extensions/id
- All extensions/id
- Extensions bundled with MediaWiki 1.18/id
- Extensions used on Wikimedia/id
- Extensions included in BlueSpice/id
- Extensions included in Canasta/id
- Extensions available as Debian packages/id
- Extensions included in Fandom/id
- Extensions included in Miraheze/id
- Extensions included in MyWikis/id
- Extensions included in ProWiki/id
- Extensions included in semantic::core/id
- Extensions included in ShoutWiki/id
- Extensions included in Telepedia/id
- Extensions included in wiki.gg/id
- Usability initiative extensions/id
- Edit extensions/id
