MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=pfautoedit

(main | pfautoedit)
  • This module requires read rights.
  • This module requires write rights.
  • Source: Page Forms
  • License: GPL-2.0-or-later

Create or edit a page using a form defined by the Page Forms extension.

Parameters:
form

The Page Forms form to use

target

The name of the page to be created or edited

query

The query string

preload

The name of a page to preload in the form

Example:
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]