Extension:ID Generator

This page is a translated version of the page Extension:ID Generator and the translation is 17% complete.

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.
MediaWiki 拡張機能マニュアル
ID Generator
リリースの状態: 安定
説明 Provides a parser function to generate unique incremental numeric IDs
作者 Jeroen De Dauwトーク
メンテナー Professional Wiki
最新バージョン 1.0.0 (2020-01-27)
互換性の方針 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。
MediaWiki 1.31+
PHP 7.1+
データベースの変更 いいえ
Composer professional-wiki/id-generator
ライセンス 「修正」三条項 BSD ライセンス
ダウンロード
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.

View usage documentation