MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=idprovider-random
(main | idprovider-random)
- This module requires read rights.
- Source: IDProvider
- License: MIT
Specific parameters:
Other general parameters are available.
- type
Choose a random ID generation algorithm
- This parameter is required.
- One of the following values: fakeid, uuid
- prefix
Prefix/namespace. In case of increments, each prefix gets it's own increment state.
- skipUniqueTest
Checks that the ID does not correspond to an already existing wikipage
- Type: boolean (details)
Examples:
- ⧼idp-random-example-1⧽
- api.php?action=idprovider-random&type=uuid [open in sandbox]
- ⧼idp-random-example-2⧽
- api.php?action=idprovider-random&type=fakeid [open in sandbox]