Extension:ParserMigration/pl
Appearance
ParserMigration Status wydania: stabilne |
|
---|---|
Realizacja | Interfejs użytkownika |
Opis | Provides an interface for migrating article text to new versions of the MediaWiki parser |
Autor(zy) | |
Ostatnia wersja | Continuous updates |
Polityka zgodności | Snapshots releases along with MediaWiki. Master nie jest kompatybilny wstecznie. |
MediaWiki | >= 1.43 |
Zmiany w bazie danych | Nie |
Licencja | Creative Commons Zero v1.0 Universal |
Pobieranie | |
|
|
Quarterly downloads | 4 (Ranked 127th) |
Przetłumacz rozszerzenie ParserMigration jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
The ParserMigration extension was introduced in gerrit:296182. It provides an interface for comparing article rendering with a new non-default version of the MediaWiki parser thus serving as a parser migration tool.
It was deployed on the Wikimedia production cluster until 2018 to compare Tidy-based output with a RemexHTML-based output. RemexHTML was the replacement for Tidy. In 2023 it was redeployed in order to compare legacy wikitext parser output with output generated by the Parsoid wikitext parser.
The availability of the tool can be controlled by a user via the "parsermigration" preference option.
Using the extension
See Help:Extension:ParserMigration and the extension's README file.
Installation
- Pobierz i umieść plik(i) w katalogu o nazwie
ParserMigration
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserMigration - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'ParserMigration' );
- This extension also adds a dropdown under 'Developer tools' at the bottom of the 'Editing' options for a user, which allows the user to opt-in, opt-out, or follow the wiki defaults for the use of the new Parsoid wikitext parser to render article pages.
"Follow the wiki default" uses Parsoid based on two configuration options:$wgParserMigrationEnableParsoidDiscussionTools
if set to true will use Parsoid for all pages in the talk namespace, but not for other pages. This is intended for use with the DiscussionTools extension, which is already powered by Parsoid and enabled by default on some wikis.$wgParserMigrationEnableParsoidArticlePages
if set to true will use Parsoid for all pages in the main article namespace, but not for other pages.
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Zobacz też
For the 2018-era deployment of the ParserMigration tool, see:
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ć. |
Categories:
- Stable extensions/pl
- User interface extensions/pl
- Public domain licensed extensions/pl
- Extensions in Wikimedia version control/pl
- ArticleParserOptions extensions/pl
- GetPreferences extensions/pl
- ParserOutputPostCacheTransform extensions/pl
- SidebarBeforeOutput extensions/pl
- All extensions/pl
- Extensions used on Wikimedia/pl
- Extensions included in Miraheze/pl