Справка MediaWiki API
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=visualeditoredit
- This module is internal or unstable. Its operation may change without notice.
- Этот модуль требует прав на чтение.
- Этот модуль требует права на запись.
- Этот модуль принимает только Post-запросы.
- Источник: VisualEditor
- Лицензия: MIT
Save an HTML5 page to MediaWiki (converted to wikitext via the Parsoid service).
- page
The page to perform actions on.
- Этот параметр является обязательным.
- token
A "csrf" token retrieved from action=query&meta=tokens
- Этот параметр является обязательным.
- wikitext
- (описание отсутствует)
- basetimestamp
When saving, set this to the timestamp of the revision that was edited. Used to detect edit conflicts.
- starttimestamp
When saving, set this to the timestamp of when the page was loaded. Used to detect edit conflicts.
- oldid
The revision number to use. Defaults to latest revision. Use 0 for a new page.
- minor
Флаг для малой правки.
- watch
- (описание отсутствует)
- html
HTML to send to Parsoid in exchange for wikitext.
- summary
Редактировать описание изменений.
- captchaid
Captcha ID (when saving with a captcha response).
- captchaword
Answer to the captcha (when saving with a captcha response).
- cachekey
Use the result of a previous serializeforcache request with this key. Overrides html.