Extension:WikiEditor/pl

This extension comes with MediaWiki 1.18 and above. W związku z tym nie musi być ponownie pobierane. Niemniej jednak wciąż musisz wykonać inne podane instrukcje.
Category:Extensions bundled with MediaWiki 1.18/pl Category:Extensions with invalid or missing type/plCategory:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
WikiEditor
Status wydania: stabilneCategory:Stable extensions/pl
Opis Provides an extendable wikitext editing interface and many feature-providing modules
Autor(zy)
Ostatnia wersja Continuous updates
MediaWiki >= 1.44
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie Category:Extensions in Wikimedia version control/pl
README
Przykład Testowa Wikipedia
  • $wgWikiEditorRealtimePreview
  • $wgWikiEditorRealtimePreviewDebounce
  • $wgWikiEditorRealtimeDisableDuration
Quarterly downloads 241 (Ranked 6th)
Public wikis using 13,753 (Ranked 9th)
Przetłumacz rozszerzenie WikiEditor jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd
Category:All extensions/pl

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.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie WikiEditor w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'WikiEditor' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

W wielu sytuacjach Wikiedytor może się nie wyświetlać w Twojej przeglądarce po przeprowadzeniu instalacji. 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.

Konfiguracja

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 "Włącz pasek narzędzi edycyjnych" option (under the "Edycja" 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';
Wersja 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

Wersja 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.

Zobacz też

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