Extension:ParserMigration/pl

This page is a translated version of the page Extension:ParserMigration and the translation is 9% complete.
Podręcznik rozszerzeń MediaWiki
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 is not backward compatible.
MediaWiki 1.41+
PHP 7.4+
Zmiany w bazie danych Nie
Licencja Creative Commons Zero v1.0 Universal
Pobieranie
  • $wgParserMigrationEnableQueryString
Quarterly downloads 0
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 folderze extensions/.
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'ParserMigration' );
    
  • Yes 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: