MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=idprovider-increment

(main | idprovider-increment)
  • This module requires read rights.
  • Source: IDProvider
  • License: MIT
Parameters:
prefix

Prefix/namespace. In case of increments, each prefix gets it's own increment state.

padding

Minimum length of the generated increment number. Fills it with leading zeros. E.g. padding=5 results in 00001

The value must be no less than 0.
Type: integer
skipUniqueTest

Checks that the ID does not correspond to an already existing wikipage

Type: boolean (details)