Jump to content

Extension:AtMentions

From mediawiki.org
This page is a translated version of the page Extension:AtMentions and the translation is 40% complete.
MediaWiki 拡張機能マニュアル
AtMentions
リリースの状態: 安定
説明 Add a user mention
作者 Hallo Welt! GmbH
メンテナー Hallo Welt! GmbH
最新バージョン -
互換性の方針 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。
MediaWiki 1.43 (LTS)
ライセンス GNU 一般公衆利用許諾書 3.0 のみ
ダウンロード
translatewiki.net で翻訳を利用できる場合は、AtMentions 拡張機能の翻訳にご協力ください
 Community Forum

AtMentions allows to quickly mention and notify a user from the VisualEditor menu. Users can be mentioned to create tasks.

使用法

If you mention a user on a page, the user's name is inserted as a mention-item. To mention a user:

  1. Select the Mention menu item in the editor toolbar.
  2. Enter a user name. The mention is added to the page.

The user is notified of the mention, because it creates a link to the user's profile page. Users can change their notification settings for mentions in their preference. By default, users get in-wiki notifications, but no email notifications.

インストール

Install Extension:OOJSPlus first, since it is required.

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


外部リンク