Extension:StaffPowers
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 |
|
|
unblockable |
|
四半期ごとのダウンロード数 | 4 (Ranked 121st) |
使用中の公開ウィキ | 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' );
- 完了 – ウィキの「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 theunblockable
right. It is set tosteward
by default. To disable this function, set it to false, NULL or an empty string.