Extension:ID Generator
![]() Release status: stable |
|
---|---|
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) |
MediaWiki | 1.31+ |
PHP | 7.1+ |
Database changes | No |
Composer | professional-wiki/id-generator |
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 the "update.php" maintenance script. Created as alternative to the IDProvider extension since it cannot be installed via Composer and moreover requires an extra database table.
This extension is professionally maintained by the Professional Wiki team.