Pomoc API MediaWiki
To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.
Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=parser-migration
(main | parser-migration)
- Ten moduł jest wewnętrzny lub niestabilny. Jego działanie może się zmienić bez uprzedzenia.
- Ten moduł wymaga praw odczytu.
- Źródło: ParserMigration
- Licencja: CC0-1.0
Parse a page with two different parser configurations.
Parametry:
Other general parameters are available.
- title
The title of the page to load and parse.
- Ten parametr jest wymagany.
- 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
- Wartości (oddziel za pomocą | lub alternatywy): new, old
- Domyślnie: old|new
- redirect
Redirects are followed by default. Use "no" to not follow redirects.