Jump to content

Extension:RestrictUserPageCreation/ja

From mediawiki.org
This page is a translated version of the page Extension:RestrictUserPageCreation and the translation is 50% complete.
MediaWiki 拡張機能マニュアル
RestrictUserPageCreation
リリースの状態: 安定
実装 ユーザー インターフェイス, 外装
説明 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 ライセンス
ダウンロード

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' );
    
  • Yes 完了 – ウィキの「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.

関連項目