MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=FlexFormBot
(main | FlexFormBot)
- Dieses Modul erfordert Leserechte.
- Dieses Modul akzeptiert nur POST-Anfragen.
- Quelle: FlexForm
- Lizenz: GPL-2.0-or-later
Trigger a FlexForm action
Spezifische Parameter:
Weitere allgemeine Parameter sind verfügbar.
- trigger
What function needs to be triggered within FlexForm
- Dieser Parameter ist erforderlich.
- 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
Ein „csrf“-Token abgerufen von action=query&meta=tokens
- Dieser Parameter ist erforderlich.
Beispiel:
- 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 [in Spielwiese öffnen]