Справка MediaWiki API

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=edit

(main | edit)
  • Этот модуль требует прав на чтение.
  • Этот модуль требует права на запись.
  • Этот модуль принимает только Post-запросы.
  • Источник: MediaWiki
  • Лицензия: GPL-2.0+

Создать и отредактировать страницы.

Параметры:
title

Title of the page to edit. Cannot be used together with pageid.

pageid

Page ID of the page to edit. Cannot be used together with title.

Тип: integer
section

Section number. 0 for the top section, new for a new section.

sectiontitle

Заголовок для нового раздела.

text

Содержание страницы.

summary

Edit summary. Also section title when section=new and sectiontitle is not set.

tags

Change tags to apply to the revision.

Values (separate with |):
minor

Незначительное изменение (малая правка).

Тип: двоичный (details)
notminor

Значительное изменение (обычная, не «малая», правка).

Тип: двоичный (details)
bot

Пометить правку как сделанную ботом.

Тип: двоичный (details)
basetimestamp

Timestamp of the base revision, used to detect edit conflicts. May be obtained through action=query&prop=revisions&rvprop=timestamp.

Тип: timestamp (allowed formats)
starttimestamp

Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using curtimestamp when beginning the edit process (e.g. when loading the page content to edit).

Тип: timestamp (allowed formats)
recreate

Override any errors about the page having been deleted in the meantime.

Тип: двоичный (details)
createonly

Не редактировать страницу, если она уже существует.

Тип: двоичный (details)
nocreate

Выбрасывать ошибку, если страницы не существует.

Тип: двоичный (details)
watch
Устаревший.

Добавить страницу к текущему списку наблюдения пользователя.

Тип: двоичный (details)
unwatch
Устаревший.

Удалить страницу из списка наблюдения текущего пользователя.

Тип: двоичный (details)
watchlist

Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.

One value: watch, unwatch, preferences, nochange
По умолчанию: preferences
md5

The MD5 hash of the text parameter, or the prependtext and appendtext parameters concatenated. If set, the edit won't be done unless the hash is correct.

prependtext

Add this text to the beginning of the page. Overrides text.

appendtext

Add this text to the end of the page. Overrides text.

Use section=new to append a new section, rather than this parameter.

undo

Undo this revision. Overrides text, prependtext and appendtext.

Тип: integer
undoafter

Undo all revisions from undo to this one. If not set, just undo one revision.

Тип: integer
redirect

Автоматически разрешать редиректы.

Тип: двоичный (details)
contentformat

Формат сериализации содержимого, используемый для ввода текста.

One value: text/x-wiki, text/javascript, application/json, text/css, text/plain
contentmodel

Content model of the new content.

One value: wikitext, javascript, json, css, text
token

A "csrf" token retrieved from action=query&meta=tokens

The token should always be sent as the last parameter, or at least after the text parameter.

Этот параметр является обязательным.
captchaword

Answer to the CAPTCHA

captchaid

CAPTCHA ID from previous request