Extension:ParserMigration

This page is a translated version of the page Extension:ParserMigration and the translation is 70% complete.
Outdated translations are marked like this.
MediaWiki manüel uzantıları
ParserMigration
Sürüm durumu: kararlı
Uygulama Kullanıcı arayüzü
Açıklama Madde metnini MediaWiki ayrıştırıcısının yeni sürümlerine taşımak için bir arayüz sağlar
Yazar(lar)
En son sürüm Continuous updates
Uyumluluk politikası MediaWiki ile birlikte anlık görüntüler yayımlanır. Master geriye dönük olarak uyumlu değil.
Veritabanı değişiklikleri Hayır
Lisans Creative Commons Zero v1.0 Universal
İndir
  • $wgParserMigrationCompactIndicator
  • $wgParserMigrationEnableParsoidArticlePages
  • $wgParserMigrationUserNoticeDays
  • $wgParserMigrationEnableQueryString
  • $wgParserMigrationUserNoticeVersion
  • $wgParserMigrationEnableParsoidDiscussionTools
  • $wgParserMigrationEnableParsoidMobileFrontendTalkPages
  • $wgParserMigrationEnableParsoidMobileFrontend
Quarterly downloads 25 (Ranked 107th)
Translatewiki.net adresinde mevcutsa, ParserMigration uzantısını çevirin
Sorunlar Açık görevler · Hata bildir

Madde oluşturma işlemini MediaWiki parser varsayılan olmayan yeni bir sürümüyle karşılaştırmak için bir arayüz sağlar ve böylece ayrıştırıcı geçiş aracı olarak işlev görür.

Tidy tabanlı çıkışı RemexHTML tabanlı çıkışıyla karşılaştırmak için 2018 yılına kadar Wikimedia üretim kümesinde konuşlandırıldı. RemexHTML , Tidy yerine geçer. In 2023 it was redeployed in order to compare legacy wikitext parser output with output generated by the Parsoid wikitext parser.

Aracın kullanılabilirliği bir kullanıcı tarafından "parsermigration" tercih seçeneği ile kontrol edilebilir.

See Help:Extension:ParserMigration and the extension's README file.

Kurulum

  • Dosyaları indirin ve extensions/ klasörünüzdeki ParserMigration adlı dizine yerleştirin.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserMigration
  • LocalSettings.php dosyanızın altına aşağıdaki kodu ekleyin:
    wfLoadExtension( 'ParserMigration' );
    
  •   Yapıldı – Uzantının başarıyla yüklendiğini doğrulamak için vikinizde Special:Version seçeneğine gidin.

Configuration

This extension 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 Parsoid wikitext parser to render article pages.

If the user chooses to follow the wiki default, the use of Parsoid will be 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.

Ayrıca bakınız

For the 2018-era deployment of the ParserMigration tool, see:

  NODES