Jump to content

Extension:StaffPowers

From mediawiki.org
This page is a translated version of the page Extension:StaffPowers and the translation is 60% complete.
MediaWiki 拡張機能マニュアル
StaffPowers
リリースの状態: 安定
実装 利用者権限
説明 Applies staff powers, like unblockableness, superhuman strength and general awesomeness to select users.
作者 Łukasz Garczewski
Jack Phoenix
Mainframe98
最新バージョン 1.4 (2017-02-24)
MediaWiki 1.39+
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード
ShoutWiki
  • $wgStaffPowersShoutWikiMessages
  • $wgStaffPowersStewardGroupName
unblockable
四半期ごとのダウンロード数 4 (Ranked 126th)
使用中の公開ウィキ 6,569 (Ranked 37th)
translatewiki.net で翻訳を利用できる場合は、StaffPowers 拡張機能の翻訳にご協力ください
問題点 未解決のタスク · バグを報告

The StaffPowers extension applies staff powers, like unblockableness, superhuman strength and general awesomeness to select users.

Users who have the unblockable user right cannot be blocked by other users. Additionally, users who belong to the user group specified in $wgStaffPowersStewardGroupName cannot be blocked, except by users who have the unblockable user right. This right is assigned to the staff user group by default.

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のStaffPowersという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/StaffPowers
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'StaffPowers' );
    
  • Yes 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

設定

This extension introduces two new global variables, $wgStaffPowersShoutWikiMessages and $wgStaffPowersStewardGroupName.

  • $wgStaffPowersShoutWikiMessages determines if ShoutWiki specific messages should be shown. This is true by default.
  • $wgStaffPowersStewardGroupName determines which group should be considered unblockable by all except those with the unblockable right. It is set to steward by default. To disable this function, set it to false, NULL or an empty string.