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=wsform

(main | wsform)
  • Voor deze module zijn leesrechten nodig.
  • Bron: WSForm
  • Licentie: GPL v2

Range and next available queries

Parameters:
what

What action do you want to do? (getRange or nextAvailable)

Deze parameter is vereist.
titleStartsWith

Title name to search for e.g. Invoice/

Deze parameter is vereist.
range

When using getRange, define the range. Eg. 0000-9999

for
ā§¼apihelp-wsform-param-forā§½
Voorbeelden:
Get the first free Title number in a range from 0-9999 and a Title that starts with Invoice
api.php?action=wsform&what=getRange&titleStartsWith=Invoice/&range=0000-9999 [open in de zandbak]
Get the next available (highest) Title number that is free for a Title that starts with Invoice/
api.php?action=wsform&what=nextAvailable&&titleStartsWith=Invoice/ [open in de zandbak]