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=flexform
(main | flexform)
- Dieses Modul erfordert Leserechte.
- Quelle: FlexForm
- Lizenz: GPL-2.0-or-later
Range and next available queries
Spezifische Parameter:
Weitere allgemeine Parameter sind verfügbar.
- what
What action do you want to do? (getRange or nextAvailable)
- Dieser Parameter ist erforderlich.
- titleStartsWith
Title name to search for e.g. Invoice/
- Dieser Parameter ist erforderlich.
- range
When using getRange, define the range. Eg. 0000-9999
- for
- ⧼apihelp-flexform-param-for⧽
- mId
When using acknowledge, this should hold the message ID.
Beispiele:
- Get the first free Title number in a range from 0-9999 and a Title that starts with Invoice
- api.php?action=flexform&what=getRange&titleStartsWith=Invoice/&range=0000-9999 [in Spielwiese öffnen]
- Get the next available (highest) Title number that is free for a Title that starts with Invoice/
- api.php?action=flexform&what=nextAvailable&&titleStartsWith=Invoice/ [in Spielwiese öffnen]