MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=flow-parsoid-utils
(main | flow-parsoid-utils)
- This module requires read rights.
- Font : Flow
- Licéncia : GPL-2.0-or-later
Convert text between wikitext and HTML.
Paramètres :
Other general parameters are available.
- from
Format to convert content from.
- Cal aquest paràmetre.
- One of the following values: html, wikitext
- to
Format to convert content to.
- Cal aquest paràmetre.
- One of the following values: html, wikitext
- content
Contingut per convertir.
- Cal aquest paràmetre.
- title
Title of the page. Cannot be used together with pageid.
- pageid
ID of the page. Cannot be used together with title.
- Tipus: enter
Example:
- Convert wikitext '''lorem''' ''blah'' to HTML
- api.php?action=flow-parsoid-utils&from=wikitext&to=html&content='''lorem'''+''blah''&title=Main_Page [open in sandbox]