Extension:NewDuplicateUserMessage/ja
この拡張機能は、MediaWiki 1.39 以降のあらゆるバージョンのリリースと互換性がありません。 本番環境のサイトではこの拡張機能を使用しないよう勧告します。
|
<translate> This extension is currently not actively maintained!</translate> <translate> Although it may still work, any bug reports or feature requests will more than likely be ignored.</translate> |
NewDuplicateUserMessage リリースの状態: 保守されていない |
|
---|---|
実装 | 利用者アクティビティ , フック |
説明 | メールアドレスで判定される新規作成された重複ユーザーアカウントのトークページにメッセージを追加します。 |
作者 | |
最新バージョン | 3.6.0 (2016-10-31) |
MediaWiki | 1.26+ |
PHP | 5.4+ |
データベースの変更 | いいえ |
ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
ダウンロード | GitHub:
<translate> Note:</translate> |
|
|
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
The NewDuplicateUserMessage extension adds a message to the talk pages of newly created duplicate user accounts, which are determined by email address.
This extension was forked from the NewUserMessage extension. See the documentation for the original extension NewUserMessage.
インストール
- <translate> Download and place the file(s) in a directory called <tvar name=name>
NewDuplicateUserMessage/ja
</tvar> in your <tvar name=ext>extensions/
</tvar> folder.</translate> - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'NewDuplicateUserMessage/ja' );
- Configure as required.
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
設定
Create the "Template:DuplicateUserWelcome" page on the wiki:
== Duplicate user message ==
You have duplicate accounts: {{{duplicateUsers}}}.
The configuration is the same as the original extension NewUserMessage except instead of "NewUser", use "NewDuplicateUser".
For example:
- Instead of
$wgNewUserSuppressRC = false;
, use$wgNewDuplicateUserSuppressRC = false;
. - Instead of "MediaWiki:Newusermessage-template", use "MediaWiki:Newduplicateusermessage-template".
関連項目
- Pages with script errors
- Pages with broken file links
- Extensions incompatible with 1.39/ja
- Unmaintained extensions/ja
- User activity extensions/ja
- Hook extensions/ja
- Extensions with manual MediaWiki version
- GPL licensed extensions/ja
- Extensions in GitHub version control/ja
- UserGetReservedNames extensions/ja
- LocalUserCreated extensions/ja
- All extensions/ja
- Extensions not in ExtensionJson
- Powerpedia related extensions/ja