Extension:IDGenerator
PW
The Professional Wiki team maintains this extension professionally.
Professional Wiki provides official support for MediaWiki LTS releases only. It may work with other MediaWiki releases.
![]() Release status: stableCategory:Stable extensions |
|
---|---|
Description | Provides a parser function to generate unique incremental numeric IDs |
Author(s) | Jeroen De Dauwtalk |
Maintainer(s) | Professional Wiki |
Latest version | 1.0.0 (2020-01-27) |
Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.Category:Extensions with long-term support release branches compatibility policy |
MediaWiki | 1.31+Category:Extensions with manual MediaWiki version |
PHP | 7.1+ |
Database changes | No |
Composer | professional-wiki/id-generator Category:Extensions supporting Composer |
License | BSD 3-clause "Modified" License |
Download | GitHub: README CHANGELOG |
The ID Generator extension provides a minimalistic sequential numeric ID generation function.
The wikitext {{#next_number:}}
outputs 1
the first time it is used, then 2
, etc.
Installable and usable without running MediaWiki's update.php maintenance script. Created as an alternative to the IDProvider extension since that extension cannot be installed via Composer and requires an extra database table.