Extension:RestrictUserPageCreation/ja
Appearance
リリースの状態: 安定 |
|
|---|---|
| 実装 | ユーザー インターフェイス, 外装 |
| 説明 | A MediaWiki extension that prevents users from creating user pages unless they have a specified number of edits. |
| 作者 | Derf Jaggedトーク |
| 最新バージョン | 1.0 (2025-6-1) |
| MediaWiki | 1.35+ |
| PHP | 5.5+ |
| データベースの変更 | いいえ |
| ライセンス | MIT ライセンス |
| ダウンロード | GitHub:
注: |
RestrictUserPageCreation is a MediaWiki extension that prevents users from creating user pages unless they have a specified number of edits. If Moderation is installed, only approved edits are counted.
For reporting an issue or a bug, please open a GitHub issue.
インストール
Requires Mediawiki 1.35 or higher.
- ダウンロードして、ファイルを
extensions/フォルダー内のRestrictUserPageCreationという名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'RestrictUserPageCreation' );
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
設定
Add the following setting to LocalSettings.php with the desired threshold. By default, the threshold is set to 2.
$wgRestrictUserPageCreationEditThreshold = 2;
例
The following message is displayed if a user tries to create a User page but does not meet the threshold.
