Справка MediaWiki API
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=mergehistory
- Этот модуль требует прав на чтение.
 - Этот модуль требует права на запись.
 - Этот модуль принимает только Post-запросы.
 - Источник: MediaWiki
 - Лицензия: GPL-2.0+
 
Объединение историй правок
- from
 Title of the page from which history will be merged. Cannot be used together with fromid.
- fromid
 Page ID of the page from which history will be merged. Cannot be used together with from.
- Тип: integer
 - to
 Title of the page to which history will be merged. Cannot be used together with toid.
- toid
 Page ID of the page to which history will be merged. Cannot be used together with to.
- Тип: integer
 - timestamp
 Timestamp up to which revisions will be moved from the source page's history to the destination page's history. If omitted, the entire page history of the source page will be merged into the destination page.
- Тип: timestamp (allowed formats)
 - reason
 Причина для объединения истории.
- По умолчанию: (пусто)
 - token
 A "csrf" token retrieved from action=query&meta=tokens
- Это обязательный параметр.
 
- Merge the entire history of Oldpage into Newpage.
 - api.php?action=mergehistory&from=Oldpage&to=Newpage&token=123ABC&reason=Reason [open in sandbox]
 - Merge the page revisions of Oldpage dating up to 2015-12-31T04:37:41Z into Newpage.
 - api.php?action=mergehistory&from=Oldpage&to=Newpage&token=123ABC&reason=Reason×tamp=2015-12-31T04%3A37%3A41Z [open in sandbox]