MediaWiki API hulp

This is an auto-generated MediaWiki API documentation page.

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

action=FlexFormBot

(main | FlexFormBot)
  • Voor deze module zijn leesrechten nodig.
  • This module only accepts POST requests.
  • Bron: FlexForm
  • Licentie: GPL-2.0-or-later

Trigger a FlexForm action

Parameters:
trigger

What function needs to be triggered within FlexForm

Deze parameter is vereist.
data

Extra data needed for the Trigger function. Depends on the trigger action. Please read the manual for more information.

title

Title needed for the Trigger function. Depends on the trigger action. Please read the manual for more information.

token

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

Deze parameter is vereist.
Voorbeeld:
Get page 'Email template page' and pass it as template to the FlexForm Email function.
api.php?action=FlexFormBot&trigger=email&title=Email template page [open in de zandbak]