Справка MediaWiki API
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=pfautoedit
(main | pfautoedit)
- Этот модуль требует прав на чтение.
- Этот модуль требует права на запись.
- Источник: Page Forms
- Лицензия: GPL-2.0+
Create or edit a page using a form defined by the Page Forms extension.
Параметры:
- form
The Page Forms form to use
- target
The name of the page to be created or edited
- query
Строка запроса
- preload
The name of a page to preload in the form
Пример:
- With query parameter: api.php?action=pfautoedit&form=form-name&target=page-name&query=template-name[field-name-1]=field-value-1%26template-name[field-name-2]=field-value-2
- api.php?Without query parameter: api.php?action=pfautoedit&form=form-name&target=page-name&template-name[field-name-1]=field-value-1&template-name[field-name-2]=field-value-2 [open in sandbox]