Extension:WikiEditor/hu
Kiadási állapot: stabil |
|
|---|---|
| Leírás | Provides an extendable wikitext editing interface and many feature-providing modules |
| Szerző(k) |
|
| Legfrissebb verzió | Continuous updates |
| MediaWiki | >= 1.45 |
| Licenc | GNU General Public License 2.0 or later |
| Letöltés | README |
| Példa | Test Wikipedia |
|
|
| Fordítsd le a(z) WikiEditor kiterjesztést, ha elérhető a translatewiki.net oldalon | |
| Problémák | Nyitott feladatok · Hibajelentés |
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
- Töltsd le a kiterjesztés fájljait, és mentsd el az
extensions/mappán belüliWikiEditorkönyvtárba.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
- Add hozzá az alábbi kódot a LocalSettings.php fájlod aljára:
wfLoadExtension( 'WikiEditor' );
Kész – A Special:Version oldalon ellenőrizheted, hogy a kiterjesztés ténylegesen feltelepült-e.
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 Szerkesztőeszköztár engedélyezése: Erre néha „2010-es wikiszöveges szerkesztő” néven hivatkoznak. option (under the Szerkesztés 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';
| MediaWiki-verzió: | ≤ 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.| MediaWiki-verzió: | ≥ 1.41 |
Realtime Preview is enabled by default. Disable the Realtime Preview feature with the following:
$wgWikiEditorRealtimePreview = false;
| MediaWiki-verziók: | 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.
- 2017 wikitext editor
- 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.
| Ezt a kiterjesztést egy vagy több Wikimédia-projekt használja. Ez valószínűleg azt jelenti, hogy stabil és nagy biztonsággal használható ilyen forgalmas oldalakon is. A kiterjesztést használó wikik pontos listáját a Wikimédia CommonSettings.php és InitialiseSettings.php konfigurációs fájljaiban a nevére keresve találhatod meg. Egy adott wikin telepített összes kiterjesztés listája a wiki Special:Version oldalán található. |
| Ezt a kiterjesztést az alábbi wikifarmok/szerverek és/vagy csomagok használják: |
- Stable extensions/hu
- Extensions with invalid or missing type/hu
- GPL licensed extensions/hu
- Extensions in Wikimedia version control/hu
- ChangeTagsListActive extensions/hu
- EditPage::attemptSave extensions/hu
- EditPage::attemptSave:after extensions/hu
- EditPage::showEditForm:fields extensions/hu
- EditPage::showEditForm:initial extensions/hu
- EditPageGetPreviewContent extensions/hu
- GetPreferences extensions/hu
- ListDefinedTags extensions/hu
- RecentChange save extensions/hu
- All extensions/hu
- Extensions bundled with MediaWiki 1.18/hu
- Extensions used on Wikimedia/hu
- Extensions included in BlueSpice/hu
- Extensions included in Canasta/hu
- Extensions available as Debian packages/hu
- Extensions included in Fandom/hu
- Extensions included in Miraheze/hu
- Extensions included in MyWikis/hu
- Extensions included in ProWiki/hu
- Extensions included in semantic::core/hu
- Extensions included in ShoutWiki/hu
- Extensions included in Telepedia/hu
- Extensions included in wiki.gg/hu
- Usability initiative extensions/hu
- Edit extensions/hu
