Extension:WikiEditor/pl
Status wydania: stabilne |
|
|---|---|
| Opis | Provides an extendable wikitext editing interface and many feature-providing modules |
| Autor(zy) |
|
| Ostatnia wersja | Continuous updates |
| MediaWiki | >= 1.45 |
| Licencja | Licencja GNU General Public License 2.0 lub nowsza |
| Pobieranie | README |
| Przykład | Testowa Wikipedia |
|
|
| Przetłumacz rozszerzenie WikiEditor jeżeli jest dostępne na translatewiki.net | |
| Problemy | Otwarte zadania · Zgłoś błąd |
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
WikiEditorw folderzeextensions/.
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' );
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: Inna nazwa to „edytor wikitekstu 2010”. 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
true starting with version 1.41.0 of MediaWiki.| Wersja MediaWiki: | ≥ 1.41 |
Realtime Preview is enabled by default. Disable the Realtime Preview feature with the following:
$wgWikiEditorRealtimePreview = false;
| Wersje 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.
Zobacz też
- 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.
- Edytor wikitekstu 2017
- Extension:MsWikiEditor – allows you to easily add or remove buttons from the WikiEditor toolbar via configuration
- Rozszerzenie:EventLogging – If installed, WikiEditor will make use of it.
| To rozszerzenie jest wykorzystywane przez jeden lub więcej projektów Wikimedia. Oznacza to prawdopodobnie, że to rozszerzenie jest stabilne i działa wystarczająco dobrze, aby wykorzystywać je na stronach o dużym natężeniu ruchu. Odnajdź nazwę tego rozszerzenia w plikach konfiguracyjnych Wikimedia CommonSettings.php oraz InitialiseSettings.php, aby zobaczyć gdzie są zainstalowane. Pełną listę rozszerzeń zainstalowanych na określonej wiki można znaleźć na stronie Special:Version na danej wiki. |
| To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: To nie jest pełna lista. Niektóre farmy/hosty wiki lub pakiety mogą zawierać to rozszerzenie nawet jeśli nie są one tutaj wymienione. Zawsze sprawdzaj swoje farmy/hosty wiki, aby to potwierdzić. |
- Stable extensions/pl
- Extensions with invalid or missing type/pl
- GPL licensed extensions/pl
- Extensions in Wikimedia version control/pl
- ChangeTagsListActive extensions/pl
- EditPage::attemptSave extensions/pl
- EditPage::attemptSave:after extensions/pl
- EditPage::showEditForm:fields extensions/pl
- EditPage::showEditForm:initial extensions/pl
- EditPageGetPreviewContent extensions/pl
- GetPreferences extensions/pl
- ListDefinedTags extensions/pl
- RecentChange save extensions/pl
- All extensions/pl
- Extensions bundled with MediaWiki 1.18/pl
- Extensions used on Wikimedia/pl
- Extensions included in BlueSpice/pl
- Extensions included in Canasta/pl
- Extensions available as Debian packages/pl
- Extensions included in Fandom/pl
- Extensions included in Miraheze/pl
- Extensions included in MyWikis/pl
- Extensions included in ProWiki/pl
- Extensions included in semantic::core/pl
- Extensions included in ShoutWiki/pl
- Extensions included in Telepedia/pl
- Extensions included in wiki.gg/pl
- Usability initiative extensions/pl
- Edit extensions/pl
