MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=parser-migration
(main | parser-migration)
- このモジュールは内部的または不安定です。動作が予告なく変更される場合があります。
- このモジュールは読み取りの権限を必要とします。
- ソース: ParserMigration
- ライセンス: CC0-1.0
Parse a page with two different parser configurations.
パラメーター:
その他一般パラメーターが利用可能です。
- title
The title of the page to load and parse.
- この変数は必須です。
- config
The parser configuration to use. May be "old", "new" or "old|new".
- old
- Parses the page using the "old" configuration; MediaWiki's legacy parser
- new
- Parses the page using the "new" configuration; Parsoid
- 値 (| または別の文字列で区切る): new、old
- 既定: old|new
- redirect
Redirects are followed by default. Use "no" to not follow redirects.